var fDesc=new Array(); fDesc[0] = "GiliSoft System Maintenance is a simple tool that searches for useless junk files and invalid registry on your computer and allows you to delete them. It currently cleans Windows Temporary Files, browser cache, cookies, lost cluster files, recycle bin contents, user defined junk files (folders) and a few more. This easy-to-use tool supports schedual function."; 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 = ''; } }