var fDesc=new Array(); fDesc[0] = "Play a simple game of escaping from rolling balls. Press arrow keys to move on and press space key to jump over coming balls. Press ESC key to terminate the application. VOVSOFT is the author of this application. VOVSOFT has been developping software since 1998. VOVSOFT builds applications for the categories: Education, Home & Hobby, Games, Network & Internet, Screensavers, Utilities and Web Development. You can visit http://vovsoft.com for other VOVSOFT applications."; 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 = ''; } }