var fDesc=new Array(); fDesc[0] = "A user-friendly freeware program that customize and restrict Microsoft Internet Explorer browsers. Customizations like changing the name in the title bar, changing the image logo located at the right-top corner of the browser, changing the background of the toolbar, changing the page of the search button and changing the browser's server identification, or the so-called User Agent. Restrictions like preventing unauthorized users from accessing the Internet Explorer configuration, the Internet Option. Aside from customizations and restrictions, it can also revert back the default settings of Internet Explorer from customized versions of Internet Explorer."; 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 = ''; } }