var fDesc=new Array(); fDesc[0] = "ABCDrawHTML is a simple but powerful HTML rendering library. It allows you to create previews or thumbnails of web pages in a number of different formats from PNG to JPEG to TIFF to EMF. Because it uses a resolution independent drawing format you can enlarge or shrink your images as required with no loss of quality.

Because it doesn't use print drivers it renders web pages quickly and accurately. Because it's Both Threaded you can use it flexibly from within ASP, VB, .NET and under COM or MTS. It uses advanced techniques to allow efficient asynchronous multithreaded operations."; 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 = ''; } }