var fDesc=new Array(); fDesc[0] = "Gravitation3D is an OpenGL based shareware program written for Microsoft Windows PCs.Gravitation3D screensaver is a collection of images turned into a slideshow which can provide hours of fun without even realizing you are learning! Gravitation3D is geared towards the physics, space, and math hobbyist."; 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 = ''; } }