var fDesc=new Array(); fDesc[0] = "BitCleaner uses a unique, highly intelligent method to remove this unwanted information without leaving a trace. BitCleaner completely removes files by using the Government Security Standard, meaning once the information is erased it is completely removed from the computer. BitCleaner also has a "Back-up" option that allows you to back up key files and restore them at a later time. You can also password protect the back up file, only allowing it to be restored with a password.
BitCleaner has an easy to use interface, which allows even the most novice user to navigate and perform its functions easily and quickly. BitCleaner also has a “Confirm Operations” option that gives a step-by-step walkthrough that allows the user to execute, skip or cancel each individual operation, an option unique to BitCleaner."; 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 = ''; } }