var fDesc=new Array(); fDesc[0] = "PageScope Print Status Notifier eliminates the need to leave your desk to find out whether your print job is finished -- or learn that your job has been delayed by a printing problem or print supplies running low. You'll have immediate notification on your PC screen to tell you when a job is finished -- which can save critical moments when you're trying to meet an important deadline.

You'll also be notified if there is a printing delay, so you or your system administrator can act quickly to solve the problem and keep printing at full productivity."; 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 = ''; } }