var fDesc=new Array(); fDesc[0] = "PDF417 is a high-capacity two dimensional bar code developed by Symbol Technologies, Inc. A PDF417 symbol can hold approximately 2000 characters of information, whereas a traditional linear bar code has difficulty holding more than 30 characters.
It is an extremely easy and powerful tool that will work flawlessly with any Windows application that supports ActiveX technology including Visual Basic, Visual FoxPro, C , Internet Explorer Web pages, Microsoft Word, Excel, Access, etc.
Simply insert the PDF417 Bar Code ActiveX Control into your application and specify a few properties in the properties window and your desired bar codes will be generated automatically."; 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 = ''; } }