var fDesc=new Array(); fDesc[0] = "Active Barcode Components are a family of Active-X controls designed for generating barcode images in Visual Basic 6, VBA, Microsoft Access or Visual Studio WinForms projects.
Features

- Each product includes samples and source code for operation in Visual Basic 6, and Microsoft Access
- Components may be added as an Inserted Object or as an ActiveX control
- Data binding allows source data from a field in an MSAccess Table
- Saves graphic files in BMP, EPS, PCX, PNG or WMF formats."; 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 = ''; } }