var fDesc=new Array(); fDesc[0] = "With ZebraDesigner™ for mySAP™ Business Suite v2 label design software, you can easily design and modify label formats within a user-friendly graphical interface—and print directly from SAP’s mySAP™ Business Suite environment. This easy-to-use label design software makes it possible to print to your Zebra printers from SAP without the need for middleware or additional programming. It features an intuitive, Windows-based interface and a WYSIWYG label designer, plus RFID capabilities and wizards, printer configuration and printer diagnostic tools."; 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 = ''; } }