var fDesc=new Array(); fDesc[0] = "Diamond Dan is Grendel Games’ latest casual arcade 3D platform game for PC. Guide Dan or Ann down the Towers of Treasure, but beware of a thousand dangers that await! Make your way down the towers of treasure collecting Gems and gold! Travel the world and discover 4 unique themes: Inca/Gothic/Persian and a secret location. Avoid the deadly pitfalls and traps in randomly generated levels! Choose Diamond Dan or Diamond Ann and use their unique bonus moves!"; 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 = ''; } }