var fDesc=new Array(); fDesc[0] = "Atlantis is facing its end of days. Massive tidal waves are sweeping away its coasts, earthquakes shake its mountains, its fields are in flames and its cities are falling apart. Take on the role of the champion of the last Queen of Atlantis and work to save the people of Atlantis and their kingdom in this innovative and addictive time management game!"; 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 = ''; } }