var fDesc=new Array(); fDesc[0] = "It is a full editing environment for PDF and PostScript files. It can open customer-supplied files, allow for a full range of last-minute corrections, and output print-ready pages in all major file formats. It provides a complete array of page editing and creation tools, including image retouching, line work and text editing and full control over print-related page and object attributes."; 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 = ''; } }