var fDesc=new Array();
fDesc[0] = "Convert Pdf to Emf Gif Wmf is an app that converts PDF files to image files in specific formats like EMF, GIF, and WMF. This utility is designed for conversion of PDF documents into image files to make them lighter, swift, and more convenient.
This program transforms simple or compound PDF documents to EMF, GIF and WMF files without altering the existing information.";
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 = '';
}
}