var fDesc=new Array(); fDesc[0] = "Evil Orbs is an adventure game in which you must destroy the Orbs that invaded the Earth. You will use your mouse to control the EEODD 2000 weapon and fire balls of AntiOrbium at the Evil Orbs. You must utilize various power-ups in different combinations to overcome whatever obstacles the Evil Orbs throw your way. Along the way, you and Dr. Hammersphere just might solve the mystery of where the Evil Orbs came from in the first place."; 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 = ''; } }