var fDesc=new Array(); fDesc[0] = "Bar Code 3/9 adds the ability to print bar codes to virtually any Windows program. It is does not require a checksum, and lets you encode numbers (0-9), upper case letters (A-Z), and some special characters (space, $ % - . /).
Bar Code 3/9 lets you print bar code on ID cards, documents, shipping labels and stock cards, or you can print sheets of labels using our templates and your word processor"; 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 = ''; } }