var fDesc=new Array(); fDesc[0] = "Convert Pdf to Wmf Psd Jpeg is a program that allows you to convert PDF documents to WMF, PSD and JPEG formats. The converter offers full page conversion which ensures that you won't lose any of the important information in the PDF files. Also, it offers a zoom option, which lets you decide on the size and detail of the images that are generated."; 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 = ''; } }