var fDesc=new Array(); fDesc[0] = "Stop chasing the latest software versions - let Update Detector get your updates for you. Update Detector is a free application from FilePuma.com that helps you to keep the software on your computer up-to-date. It is so light and only takes seconds to run.

Update Detector works by scanning your computer for installed softwares, checking the versions and then sending this information to Filepuma.com to see if there are any newer releases and alerts you when updates are available. These will be displayed in your browser for you to view the product information and decide whether to download."; 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 = ''; } }