var fDesc=new Array(); fDesc[0] = "Print your own bar codes from within any Windows program! This TrueType barcode font set lets virtually any existing Windows program print barcodes. This set includes five of the most widely used bar code types, plus OCR-A and OCR-B. It lets you print your own bar codes on your product packaging, stock cards, shipping labels, or you can print sheets of labels with barcodes 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 = ''; } }