var fDesc=new Array(); fDesc[0] = "Some of the main features of the PageVisualize Website Image Capture SDK include:

- Ability to capture an image of any standard HTML page
- Ability to retrieve page for capturing via HTTP, HTTPS, or from a local file
- Powerful COM automation API
- Multithreaded architecture for simultaneous processing of multiple requests
- Supports PNG, JPEG, BMP, and GIF target graphics file formats
- Configurable capture area width and height
- Captured image automatic scaling option
- Ability to enable or disable frames, scripts, ActiveX, Java, and embedded page images
- Configurable page capture timeout setting
- Configurable batch capture timeout setting
- Option to provide detailed logging of capture results (successful and/or failed captures)
- Command line utility for use with a command prompt
- Proprietary capture command language
- Batch capture command processing engine to process PageVisualize Command files (.pvc files)
- GUI utility for testing and building capture command strings"; 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 = ''; } }