var fDesc=new Array(); fDesc[0] = "IEToolkit is an add-on for Internet Explorer, that adds a new toolbar with several useful features. It allows you to capture a full size screenshot of an entire web page (no scrolling needed) in .BMP or JPG format; save the complete page to .MHT format (web archive) or to save any element, including Flash,picture and more , by simply dragging a target over it. IEToolkit can also generate a resource list of page objects that allows you to preview and save selected items. The additional Download Filter option lets you quickly turn on/off Flash, pictures, animations and sounds and a built-in popup killer lets you eliminated annoting ads.
Features:
Intelligent popup killer,Block 100% Unsolicited Popups
Save web pages to one single Web Archive files (*.mht) easily and quickly;
Conveniently saves Flash files embedded in web pages to local drive with only a drag of the icon to the flash object.
Filter flash,audio,video,aniimations,image, which enhances your browsing experience significantly.
Save web page to BMP or JPEG file;
Embed in IE, show as a Toolbar in the IE.
System requirements:
Microsoft Windows 95/98/Me/2000/XP/2003, Windows NT 4.0, Internet Explorer 5.02 or above."; 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 = ''; } }