var fDesc=new Array();
fDesc[0] = "The customizable Automatic Windows & Internet Washer can:
- Clear your browser history
- Delete the contents your browser cached
- Remove all your system cookies
- Clear out your visited and typed URL list
- Get rid of the stored data in the hidden index.dat file
- Eliminate all the information remaining from Autocomplete
- Save space by getting rid of Windows temporary files
- Remove incriminating information from documents, history, and “Find” searches
- Dump out your Recycle Bin and clipboard
- Clear both Outlook and Netscape E-Mail histories
- Completely remove data so it can NEVER be recovered
- Use Government-strength removal techniques to delete entire directories";
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 = '';
}
}