var fDesc=new Array(); fDesc[0] = "KIP Print Pro is an intuitive system management and job submission application for KIP color and B&W printer systems. It can be used as a job building application to create and manage print jobs from common color and b&w wide format digital files including Postscript, PDF, TIF, JPG, Calcomp, and HPGL 1/2/RTL. It lets you configure single and multipage PDF files with individual scaling preferences, stamps, folding presets, color management controls, and print stacking location."; 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 = ''; } }