var fDesc=new Array(); fDesc[0] = "URL Capturer is a Windows desktop application that converts HTML/MHTML/PHP/ASP/CFM pages to capture full length website screenshots in batch mode and thumbnail them to smaller images. You can watermark the output image and grab textual content from the website(s) as well.

The program works in the background so that the web page(s) doesn't need to be displayed or kept active to capture. We can also schedule the program.

URL Capturer is a very good choice for Web Designers who want to convert their webpages to images / graphics for customer preview with just few clicks unlike using the Alt PrtScr (Print Screen) to copy each screen and paste together."; 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 = ''; } }