Displaying information about clicked map object outside of the map

HTML

<script type="text/javascript" src="http://www.amcharts.com/lib/3/ammap.js"></script>
<script type="text/javascript" src="http://www.amcharts.com/lib/3/maps/js/worldLow.js"></script>
<script type="text/javascript" src="http://www.amcharts.com/lib/3/themes/none.js"></script>
<div id="chartdiv"></div>
<div id="info">
    <p>This is an information that is displayed when the page loads</p>
    <p>Click on any highlighted country to display it's description</p>
</div>

CSS

body {
    font-family: Verdana;
    font-size: 12px;
    padding: 10px;
}
#chartdiv {
	width	: 100%;
	height	: 400px;
}
#info {
    padding: 10px;
    background-color: #dedede;
}
#info p {
    margin: 5px;
}
}

JavaScript

var map = AmCharts.makeChart("chartdiv", {
	type: "map",
    "theme": "none",
    pathToImages: "http://www.amcharts.com/lib/3/images/",


	dataProvider: {
		map: "worldLow",
        zoomLatitude: 46.214708,
        zoomLevel: 8.6139,
        zoomLongitude: 10.347274,
		areas: [{
			id: "ES",
            info: "Spain (Listeni/ˈspeɪn/; Spanish: España [esˈpaɲa] ( listen)), officially the Kingdom of Spain (Spanish: Reino de España),[d][e] is a sovereign state and a member state of the European Union. It is located on the Iberian Peninsula in southwestern Europe. Its mainland is bordered to the south and east by the Mediterranean Sea except for a small land boundary with Gibraltar; to the north and north east by France, Andorra, and the Bay of Biscay; and to the west and northwest by Portugal and the Atlantic Ocean. It is one of three countries—France and Morocco are the other two—to have both Atlantic and Mediterranean coastlines. Spain's 1,214 km (754 mi) border with Portugal is the longest uninterrupted border within the European Union."
		}, {
			id: "FR",
            info: "France (UK: /frɑːns/; US: Listeni/fræns/; French: [fʁɑ̃s] ( listen)), officially the French Republic (French: République française [ʁepyblik fʁɑ̃sɛz]), is a sovereign country in Western Europe that includes several overseas regions and territories.[note 13] Metropolitan France extends from the Mediterranean Sea to the English Channel and the North Sea, and from the Rhine to the Atlantic Ocean. It is one of only three countries (with Morocco and Spain) to have both Atlantic and Mediterranean coastlines. Due to its shape, it is often referred to in French as l’Hexagone (\"The Hexagon\")."
		}, {
			id: "IT",
			info: "Italy Listeni/ˈɪtəli/ (Italian: Italia [iˈtaːlja]), officially the Italian Republic (Italian: Repubblica italiana),[7][8][9][10] is a unitary parliamentary republic in Southern Europe. To the north, Italy borders France, Switzerland, Austria, and Slovenia, and is approximately...