var fDesc=new Array(); fDesc[0] = "Empire of the Gods is an original puzzle game with absorbing game play set in mystical Ancient Egypt. Enjoy beautiful graphics and an amazing score which whisks you back several centuries to the times when people built huge, unbelievable monuments. Work your way up from a small tribe to a flourishing Empire along the Nile. Build the large pyramids which tower above vast cities, win the God's favor and become the mightiest Pharaoh."; 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 = ''; } }