var fDesc=new Array(); fDesc[0] = "NeoSetup is a brand new concept of application installer and updater for Windows. It detects updates quickly and installs them at a click of a button. It will perform automated application installations from a collection of the most popular Windows programs. Updates are detected and delivered to you as soon as they are released, ensuring that you have the latest versions immediately after their official launch."; 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 = ''; } }