var fDesc=new Array(); fDesc[0] = "A tool that turns web pages and HTML files into images
Ultra HTML2Image Converter helps you turn any web content into an image. It works equally well with entire pages and their selected parts. It also works with text and web archive files. When converting your web contents into an image, you have a choice of 10 output formats. Each format offers a range of properties to meet your professional needs. Mainly they differ in quality and the level of compression, and can be customized. In addition to full-size images of web pages, you can also create their thumbnails. The program can accompany each image with its thumbnail or create them separately."; 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 = ''; } }