var fDesc=new Array(); fDesc[0] = "Quick, easy to use barcode creation and free. Creates Code39 barcodes in a .bmp file for use in other programs such as word processors, label printers and graphics tools. Includes an example executable, a Visual Basic v6 Custom Control and source code for programmers. Other barcode formats can be provided. Take a look at the home page. Other custom commerce software is available on request."; 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 = ''; } }