var fDesc=new Array(); fDesc[0] = "Free Easy JPG to PDF Converter is a file conversion utility specifically designed to convert JPG into PDF files. You can convert numerous highly dense JPG files into single securable and compatible PDF document, convert various images to readable PostScript text, create PDF from file and scanner, control the output quality with many customized settings, and more."; 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 = ''; } }