var fDesc=new Array(); fDesc[0] = "Generate UPCA and UPCE barcode image files for web pages or high quality printouts. Save UPCA and UPCE barcode graphics in high quality TIF format or simply paste barcode from clipboard to other applications. Powerful, easy-to-use barcode image genarator and labeling software with WYSIWYG label design interface."; 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 = ''; } }