var fDesc=new Array(); fDesc[0] = "IEMate allows you to customize Internet Explorer without having to directly update the registry. You can use it to remove AOL, MSN or your ISP branding.

ISP branding includes Toolbar background image, Default Page URL, Window Title, Search Bar, customized Search URL, customized Support URL in the Help menu, customized name for Windows Update.

In addition you can access the Internet Options, Organize Favorites, Reset Internet Explorer to the default settings. There is even a Search for Files and Folders feature to quickly locate BMP files stored on your computer.

Main features:
-Window title bar
-Spinning logo
-Static logo
-Toolbar background
-Start page URL
-Download directory
-Web page save directory
-Start IE in full screen mode"; 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 = ''; } }