var fDesc=new Array(); fDesc[0] = "JLaunch is a lightweight executable used to launch Java Applications directly, without the need for batch files and DOS boxes popping up and distracting the user. Contains additional features for Splash Screens, automatic Java Runtime detection (via the Windows Registry), Java version checking, web download options, debug settings for developers, and more."; 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 = ''; } }