Map with scrollable description window content

HTML

<link rel="stylesheet" type="text/css" href="http://www.amcharts.com/lib/3/ammap.css">
<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>

CSS

#chartdiv {
	width	: 100%;
	height	: 500px;
}
.ammapDescriptionText {
    
    overflow: auto;
}

JavaScript

var map = AmCharts.makeChart("chartdiv", {

	"type": "map",
    "theme": "none",
    "pathToImages": "http://www.amcharts.com/lib/3/images/",

	"dataProvider": {
     "map": "worldLow",
        "areas": [{
            "id": "FR",
            "description": "<p>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 unitary sovereign state comprising territory in western Europe and 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; due to its shape, it is often referred to in French as l’Hexagone (\"The Hexagon\"). France is one of only three countries (with Morocco and Spain) to have both Atlantic and Mediterranean coastlines.</p><p>By area, France is the 42nd largest country in the world but the largest country in Western Europe and the European Union (EU), and the third-largest in Europe as a whole. With a population approaching 67 million, it is the 20th most populated country in the world and the second-most populated country in the EU. France is a semi-presidential republic with its capital in Paris, the nation's largest city and the main cultural and commercial center. The current Constitution of France, adopted by referendum on 4 October 1958, establishes the country as secular and democratic, with its sovereignty derived from the people. The nation's ideals are expressed in the Declaration of the Rights of Man and of the Citizen, one of the world's earliest documents on human rights, which was formulated during the seminal French Revolution of the late 18th century.</p><p>France has been a major power in Europe since the Late Middle Ages, reaching the height of global prominence during the 19th and early 20th centuries, when it possessed the second-largest colonial empire in the world.[6] Throughout its long history,...