var fDesc=new Array(); fDesc[0] = "EEPDF PCL to PDF Converter is a program designed to convert .pcl, .pxl and .px3 printer formats to other commonly used distribution formats. It can modify the image color depth and resolution in the conversion of image target formats. It can as well set the pdf property and access permissions in conversion with pdf target formats."; 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 = ''; } }