var fDesc=new Array(); fDesc[0] = "This utility allows you to easily disable and enable the Flash component in Internet Explorer browser (Version 5.00 and above). When you disable flash with this utility, all new windows in Internet Explorer will be opened without using the Flash component.


The disabling of Flash doesn't affect the windows that are already opened. While the Flash Component is disabled, Internet Explorer will not ask you to download and install it. However, the disabling of the Flash component might cause a script error in some Web pages."; 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 = ''; } }