var fDesc=new Array(); fDesc[0] = "Ancient Empires Lux is a computer strategy game that lets you play as all the great ancient civilizations. From Sumeria to Egypt, India to China, Greece to Rome, Ancient Empires Lux takes you on a comprehensive trip through early history. You can play as 58 different nations overall. Background information and links to full Wikipedia histories are included for each empire."; 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 = ''; } }