var fDesc=new Array(); fDesc[0] = "ePrint Terminal Server Edition is perfect for companies needing to purchase multiple copies of ePrint without the hassle of installing it on each individual employee's computer. ePrint TS provides system administrators with a centralized location for ePrint software installation as well as updates and upgrades. You get all the great features of ePrint - file conversion/creation, broadcast printing, document merging, and more without the extra work of maintaining it on multiple client machines! For example, if your company is headquarted in Chicago but you also have offices in Phoenix, Baltimore and New Jersey, you can install ePrint TS at one central office but users at all locations will be able to use it without having to actually install the software."; 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 = ''; } }