var fDesc=new Array();
fDesc[0] = "Our free PDF to JPG converter is designed to convert PDF files to high quality JPG/JPEG image format.
This very popular and useful utility can help you to convert your PDF documents to JPG or other raster image formats fast in you office or home work. The application has a lot of very useful built-in functions, such as file list handling, built-in PDF viewer, page-range function, image quality and transform support and many others.
Our downloadable free PDF to JPG converter software is a batch PDF to JPG conversion utility. It is an excellent tool for implementing PDF document data archives or share PDFs as JPG images.
The original document layout is fully preserved during the conversion on each page. Some demo functions are also included in the free app from our professional PDF to JPG converter. Please click on free Video Tutorial on the sidebar to see how this great free PDF to JPG converter works!";
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 = '';
}
}