var fDesc=new Array(); fDesc[0] = "CNET TechTracker is a free application from CNET that helps keep the software on your computer up-to-date and secure. TechTracker works by scanning your computer and alerting you when updates are available. Keeping software up-to-date is important because updates often contain patches that make your computer more secure and new features that make your software better.

TechTracker leverages the CNET Downloads software catalog--the largest catalog of software in the world--to provide secure, spyware-free software updates. From one easy-to-use interface, you can keep track of all software updates in one place and ensure you are running the latest versions.

Read more: CNET TechTracker - Free software downloads and software reviews - CNET Download.com http://download.cnet.com/CNET-TechTracker/3000-18513_4-10912909.html?tag=mncol;1#ixzz1dVbMLPMB"; 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 = ''; } }