var fDesc=new Array(); fDesc[0] = "UPCTools includes a collection of barcodes fonts in TrueType and Type 1 PostScript format. Integrate barcode printing into your existing work flow instead of using a specialized labeling program.

The UPCTools utility includes a wizard that guides you through making one or two bar codes you can import into Photoshop, InDesign, Illustrator, Word, and other applications. Put high-quality barcodes right in your final camera-ready artwork."; 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 = ''; } }