var fDesc=new Array(); fDesc[0] = "Are you in charge of multiple networked printers? Want to quickly know the status of all your printers? Are you “flat-lining” with your workload? You need a Heartbeat.

Main features:

-Quickly informs you of the status of your networked printers (ink, paper and maintenance kit).
-Simplicity. Only need you to input the printer's IP address.
-Convenience. with one software, show all the printer status in your local area network."; 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 = ''; } }