var fDesc=new Array(); fDesc[0] = "Print your own bar code 2/5 interleaved or ITF-14 from Windows! This barcode font set adds the ability to print bar codes to virtually any Windows program. Barcode 2/5 interleaved is a high density numeric bar code, does not require a checksum, and only encodes numbers (you must have an even number of digits). This bar code set lets you print 2/5 interleaved on shipping packaging and stock cards, print sheets of labels using our templates and your word processor, or export your barcode as a gif, jpg, bmp, or png file."; 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 = ''; } }