var fDesc=new Array(); fDesc[0] = "This product combines 7 Windows XP cleaning and optimization tools to keep your system running fast and secure. Hard Drive Washer deletes unnecessary data, Surf Trail Washer deletes your internet trail, Registry Washer cleans up your Registry. Startup Booster allows you to configure your Windows startup, File Washer erases data completely and File Encrypter can hide it. Settings Organizer helps you configuring and tuning your Windows system. Features: * Easy-to-use interface / * Cleaning all temporary folders / * Configurable exceptions list for Hard Drive Washer and Surf Trail Washer / * Manual surf trail washing to check and remove if necessary what will be deleted / * Automatic surf trail washing for permanent cleaning in the background / * Deleting feature for Cookies, typed URLs and web history / * Search for unnecessary Registry entries on default places (like RunMRU) / * Search for links to programs that do not exist anymore / * Search for connections to old fonts that are no longer installed on your system / * Adding and editing feature for existing or new startup entries / * Customized startup entries for scheduled startups (e.g. one time per week) / * 4 fast file erasing methods (overwrite with $00, $FF, $00+$FF or random data) / * 3 slow, but very intelligent deleting methods (DoD II, DoD 3+7+3, Gutman Method) / * Encrypt and decrypt files on your hard drive, floppy disk or USB stick completely / * 4 file encryption methods (Ceasar-3, Ceasar-9, Simple XOR, Extended XOR) / * Easy configuration of mouse behaviour, system folders and interface settings / * Easy access to 'hidden' Windows tools / * Backup feature for Hard Drive Washer, Registry Washer, Settings Organizer and Startup Booster / * Program can be installed on USB sticks, floppy disks or nearly all other re-writable media / * Very low system resources required / * And much more!"; 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 = ''; } }