var fDesc=new Array(); fDesc[0] = "Is your desktop suffering from file overload?
We all like to save every file we download from the Internet and Email to our desktop. It saves time and effort, but after a while our desktop is a mess and we can't find anything. Now PC Desktop Cleaner takes care of that with the click of a single button..."; 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 = ''; } }