var fDesc=new Array(); fDesc[0] = "numberED provides a robust set of numbering capabilities as well as capabilities for variable data and barcodes.
Numbers, numbers, numbers. As many as you need. Wherever you want them. In the font and color you need. numberED solves your problems.
numberED contains capabilities that do far more than just printing numbers. Use numberED to do your whole job in one pass through the printer. You can add text and graphics to the numbers and print everything at one time to your printer. You can even capture the print output page(s) of another Windows program (like PageMaker), use it as a background on which numberED prints numbers and/or additional text and graphics - all to the printer at the same time - saving labor and print costs."; 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 = ''; } }