var fDesc=new Array();
fDesc[0] = "AZ PNG to PDF Converter is an affordable and easy-to-use application allows you to convert various image formats, such as PNG to PDF file. The maximum number of images in the conversion task can reach 2000. The application allows you to specify all detailed parameters of conversion, or you can also let the software setup them automatically. You may add bookmarks, image stamps, clickable watermark (LOGO), and change many PDF viewer preference (Slide Show, Hide Toolbar, Full Screen...), etc. AZ PNG to PDF Converter makes PDF documents independently - on the other word, Adobe Acrobat is NOT required. Free download the easiest image to PDF converter around the world and it will be one of your best partners.";
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 = '';
}
}