var fDesc=new Array(); fDesc[0] = "QK Barcode Generator lets you make professional, ready-to-print barcode graphics easily and quickly. The powerful preview function helps you output bar codes to a printer easily. You can print barcodes on one paper with normal printer.
QK Barcode Generator also supports 90-degree rotate. Barcodes can be copied and pasted. You can save barcodes in many popular graphic formats, and import into almost any desktop publishing or word processing software."; 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 = ''; } }