var fDesc=new Array(); fDesc[0] = "Browser History Cleaner is a freeware history cleaner software that protects your Internet privacy by cleaning up all the tracks of your Internet and computer activities. It supports Internet Explorer, MSN Explorer, Maxthon (MyIE2), Mozilla, Mozilla Firefox, Netscape and Opera web browsers.

Key features:
Cleans Browser History - deletes information about web sites you visited, address bar history and recently downloaded files list in Internet Explorer, Mozilla, Mozilla Firefox, Netscape and Opera
Cleans history index.dat file content in Internet Explorer - clears the content of index.dat file which stores information about your Internet surfing and can't be deleted manually as it is a system file used by Windows all the time
Supports different web browsers - supports Internet Explorer, Mozilla, Mozilla Firefox, Netscape and Opera
One Button Checkup your system for all history traces
Automatically detects and cleans browsing history, cookies and internet cache
Easy to use - no special knowledge required"; 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 = ''; } }