var fDesc=new Array(); fDesc[0] = "CHIP Updater is a free application that may help you keep your third-party software in Windows up-to-date. It scans your system and shows you all the available updates that you can download from the CHIP website.
The programs are categorized whether update is available, paid update is available, automatic update is available or the program is already up-to-date. You can click on the download button next to a program for which the download is available and it will take you to the relevant download website from where you can download the updated version of the program."; 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 = ''; } }