var fDesc=new Array(); fDesc[0] = "Flash and Pics Control is a free add-on for Flash and pictures management for Internet Explorer developed by UnH Solutions. This full-featured extension works exclusively on Internet Explorer 5.5 and higher. However, it will also work on IE-based browsers, such as Avant, Maxthon, and so on. The only issue with its installation into these browsers is that the button only works under Internet Explorer.

With this add-on integrated in your Internet Explorer you will be able to handle many aspects of your Web browsing such us enabling/disabling Flash animations, images, cookies, ActiveX controls, Java Scripts and Java Applets. In order to make things easier, a new button is placed in Internet Explorer's toolbar: this button helps you to manage the sort of data your browser is allowed to download.

In this way, the amount of incoming data is greatly reduced, thus bringing increased browsing speed. Also by disabling Flash animation from advertising allows you to enjoy minimal site loading times. You will also be able to disable ActiveX, Cookies, Java Script and Java Applets when you are browsing untrusted web sites, helping to reduce Internet Explorer's vulnerability.

All in all, if you want to enjoy enhanced web browsing speed, you have to download and install this add-on."; 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 = ''; } }