var fDesc=new Array(); fDesc[0] = "Babel Rising lets you play as a God and use your powers to prevent humans from building the tower of Babel. Hurl bolts of lightning, cause massive earthquakes, or unleash gigantic floods upon the Babylonians.

Unleash devastating elemental attacks based on fire, water, earth and air, each with a unique effect depending on the target. As you progress your powers become deadlier and more powerful."; 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 = ''; } }