var fDesc=new Array(); fDesc[0] = "WebPage Captor is free software,it is a Plugin for Microsoft Internet Explorer that allows you to takes a snapshot of a complete webpage as image.
This plugin adds a button the the Internet Explorer toolbar and an entry to the Tools menu, once you click on the button then select the menu item in the Tools menu, the plugin takes the snapshot immediately and saves it as image file, You can save screenshots in all of the most popular formats, such as BMP,JPG, GIF, PNG, TIFF."; 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 = ''; } }