var fDesc=new Array(); fDesc[0] = "Manage high-volume, cross-platform output from a single screen. Output object support brings robust output management capabilities to virtually any network. This modular approach to output object support allows users to purchase the appropriate device support any time, allowing users to flexibly deploy new devices without paying for more than is required. Advanced print queue management capabilities reduce printer-related help desk calls and improve print job delivery times. Accelerate business critical information delivery"; 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 = ''; } }