var fDesc=new Array(); fDesc[0] = "Evidence Blaster is a small and effective system cleaner utility which helps the users to completely get rid of all temporary and history files. The Evidence Blaster software has an easy to operate, intuitive and user-friendly interface which makes the task of cleaning up all data from the user’s pc a breeze. The users can use Evidence Blaster to erase all data including the browser history from different types of browsers such as Internet explorer, Netscape Navigator, Opera, Firefox and Safari. The software is also capable of removing the cache and files from Instant messengers such as MSN, Yahoo, G-Talk, AOL and others. The Evidence Blaster software can not only erase system cookie contents and auto complete information but also eliminates the URL list and email history. The contents of the recycle bin and clipboard also get emptied just by clicking a mouse button. The main advantage of using the Evidence Blaster software is that it can be configured to run in stealth mode so that no person could get any clue that you are using this program. Other advantages include the ability to run at startup, run at every hour"; 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 = ''; } }