var fDesc=new Array(); fDesc[0] = "In 232BC, many great empires have risen to power on the world stage. In the West, the nations that once made up Alexander the Great's mighty empire are crumbling and conflicts and political differences are plaguing the region. Carthage and Rome are bitter rivals fighting to dominant and eliminate each other from the area surrounding the Mediterranean Sea."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }