var fDesc=new Array(); fDesc[0] = "FileREX Update Checker makes it easy and fast for you to scan your computer for installed software, check the versions and then send this information to see if there are any newer releases. It scans your Windows registry and lets you know which software needs some upgrading, and provides useful information like the size of the download, the current and latest version, and of course a link to download the latest version of the software itself. Simple, and incredibly effective."; 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 = ''; } }