var fDesc=new Array(); fDesc[0] = "Now, you can try ACA WebThumb ActiveX Control, with a few function calls, it takes the snapshots of given URLs as JPG, GIF, PNG, BMP, TIFF, WMF and EMF image, it helps you convert the web page to images in batch, capture full length website screenshots, generate thumbnail image previews of web pages!

Features:

-Convert HTML web pages, mht and txt to image on the fly or in memory
-Convert web pages to various image formats like JPG, GIF, PNG, BMP, TIFF, WMF and EMF, you can add html to jpg, html to gif, html to png, html to bmp, html to tiff, html to wmf, html to emf, html to image features to your own application.
-Capture the whole web page, or a thumbnail image of a specified size
-Selectively show ActiveX, java applets, Java Scripts and Videos on a web page
-Support for controling the color depth
-Support for controling the image DPI"; 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 = ''; } }