var fDesc=new Array(); fDesc[1] = ", he must pass through different levels. Along the way, he will encounter emenies that will try to stop him. the way Lex defends himself from these enemies is by spelling out words."; fDesc[2] = "Registry, Start Up, Tweak UI, Net Tweaker, The Privacy, File Shredder, Invisible Man. Site: www.wintools.net"; fDesc[3] = "performance by making more memory available for your applications."; fDesc[4] = "software. After adding a site, a tailored complaint notice or a DMCA notice can be sent."; fDesc[5] = "drives and dead references from the Windows registry. WinTools.net gives you control of start up process and customize system settings."; fDesc[6] = "Supports .DOC, .RTF, .XLS, .PPT, .PPS, .HTM, .CSV, .PDF, .TXT, .ZIP."; fDesc[7] = "from the user hard drive. This application features a variety of shredding algorithms, which protects the user's privacy by completely removing the selected files so that no file recovery software available in the market can recover them."; fDesc[8] = "using together so they form continuos shapes. And all this takes place in the form as a race against time."; fDesc[9] = "glossaries. Quick and efficient search through multiple glossaries at once."; fDesc[11] = "mode, ftp search and much more . Perfect for Webmasters, Warez and Mp3 downloaders."; fDesc[12] = "MS Windows utilities. XtraTools increases productivity and makes working with MS Windows easier."; fDesc[13] = "Registry, Start Up, Tweak UI, Encrypted Disk, The Eraser, Invisible Man, File Shredder..."; fDesc[14] = "them. That means your data contents one overwritten and destroyed and can't be recovered. Also includes a scheduler and multi language support."; fDesc[15] = "the standard MS Windows utilities. XtraTools increases productivity and makes working with MS Windows easier."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }