var fDesc=new Array(); fDesc[0] = "eCopy PDF Pro Office, the latest enterprise-ready PDF solution from Nuance, is the smarter PDF desktop software companion to MFPs. It’s a powerful, easy-to-use PDF solution that lets you create, convert, and collaborate like never before for dramatic productivity gains and cost savings. What’s more, eCopy PDF Pro Office is available at one-third the price of products with comparable capabilities, so you get exceptional value without compromise."; 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 = ''; } }