var fDesc=new Array(); fDesc[0] = "inpO2 is a powerful, modular PDF imposition program that allows you to pick the right features to meet you production needs and budget. You can import your files, define your press sheet, quantities, and finishing methods then inpO2 Optimization does the rest. See your run length based on your quantities, paper waste and make adjustments to get just the right layout for your ganging needs."; 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 = ''; } }