var fDesc=new Array(); fDesc[0] = "Travel in time to the remote, sparse past of Acient Egypt when it was once ruled by powerful Pharoahs. Enter into the brutal war of the gods and take charge with the all-powerful Egyptian Ball. Blast your wrecking ball into the architecture of a once glorified temple, all for a new faith, and a new Pharoah. Stand shoulder to shoulder with a new breed in this historical brick buster-style 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 = ''; } }