var fDesc=new Array(); fDesc[0] = "Printer setup, made simple – by enabling you to quickly and easily configure select Zebra® high-performance, midrange and desktop printers, the free Zebra Setup Utilities will enhance your printer experience right out of the box. Easy-to-use wizards quickly guide you through configuration, whether you’re adding a new printer, moving an existing printer to a new location or looking to add new capabilities. Printer setup and configuration is now click-simple—no need to create and send complex command scripts."; 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 = ''; } }