var fDesc=new Array(); fDesc[0] = "QuickWiper is a disk and file wipe utility that allows you to wipe sensitive files in handy manner.

QuickWiper provides you with wipe free disk space function to wipe all previously deleted files, temporary files created by MS Office and other.

QuickWiper includes System Clearer that clears in one click Internet Explorer's cookies, history, cache records and typed URLs, temporary and recent files.

QuickWiper has several security modes. You can use simple windows deletion, wipe files with single pass wiping or use most secure NSA erasure algorithm

QuickWiper lets you to delete files with simplicity and ease. You can choose a fast single pass, or the most secure NSA erasure algorithm."; 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 = ''; } }