var fDesc=new Array(); fDesc[0] = "Website to Jpeg Converter 3000 is a fast and easy converter designed to help you convert local htm, html files or WebPages to jpg, jpeg. The program allows you to convert images in batches with ease. You can directly input the URL address to convert or extract URL address from some character string directly.

The output image quality is high with preserving the original text, tables, image, and layout of your Website. More, the processing speed is fast. User-friendly interface is very easy to use without any learning curve. Merely a few clicks can finish the conversion."; 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 = ''; } }