var fDesc=new Array(); fDesc[0] = "Click&Clean Desktop Edition is a small and useful plug-in for a very popular tool called CCleaner. With just one click you can now simply clean your entire computer and remove all the unwanted and useless junk that will clutter your system if and when you surf the internet. It will free up more free space on your hard disk and your computer will run noticeably faster. We have created this tool to save you time and enhance your sense of security and privacy."; 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 = ''; } }