var fDesc=new Array(); fDesc[0] = "TBarCode/SAPwin is the flexible bar code solution for SAP ERP, R/3 and mySAP ERP in Windows environments – both for local and for network printers.

By using TBarCode/SAPwin you can print all common bar codes on all Windows printers. You can avoid special equipment like bar code cartridges, bar code fonts or barcode printers.

TBarCode/SAPwin is one of the best-equipped bar code tools available: Standard linear bar code symbologies, 2D symbologies like PDF417, Data Matrix, QR-Code, MaxiCode (and others), RSS Codes, EAN."; 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 = ''; } }