var fDesc=new Array(); fDesc[0] = "DownloadPlex.com Software Updater is a free tool that allows you to check for new software version in your system.

You can start download version if it detect updates. After install you can check update by click on check updates button. First, DownloadPlex.com Software Updater scans versions of all software installed in your computer, then DownloadPlex.com Software Updater checks the last versions online to see if there are updates available. You can click a link download now to download new version of software in your system."; 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 = ''; } }