var fDesc=new Array(); fDesc[0] = "Add Code 128 barcode capability to a variety of applications with this professional Code 128 barcode font package. 18 different font versions in 6 different font formats are provided for Windows, Macintosh, Linux, Unix and other operating systems. This package includes examples for Microsoft Word, Excel, Access and Crystal Reports. Over 30 font tools, macros and source code are available with this purchase for easy integration into applications, which include a C .H file, Windows DLL, VB source, Office VBA, FileMaker Plugin, Crystal Reports UFL and an Oracle Reports Library with PLL source."; 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 = ''; } }