var fDesc=new Array(); fDesc[0] = "Prisms of Light 2 is the ultimate puzzle game with 130 challenging puzzles ranging from easy to almost impossible. The aim is to reflect a beam of light around obstacles with mirrors and into a diamond. As you progress onto harder levels you'll have to pass the light over switches and through tunnels in order to open gates and complete the level."; 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 = ''; } }