var fDesc=new Array(); fDesc[0] = "Return Egypt to its former glory and win the favor of the gods as you rebuild the ancient civilization from the ground up! With dozens of levels to master, a captivating story to experience and jaw-dropping graphics to behold, you will feel as though you are on the banks of the Nile itself, poised to fight back the ancient sands and build a thriving civilization! Earn achievements, downloadable art, and music, integrated strategy guide, dozens of challenging levels."; 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 = ''; } }