var fDesc=new Array(); fDesc[0] = "Océ Print Exec LT is easy-to-use, entry-level print management software. It offers a convenient platform to create jobs consisting of sets of technical drawings and submit them to a single large format printer.

This printing software provides job submission and previewing of documents, right through to print management with online information about job and device status. It offers an ideal plotter software solution for architectural, engineering and manufacturing environments."; 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 = ''; } }