var fDesc=new Array(); fDesc[0] = "Easy Barcode Creator 3.0 lets you make professional, ready-to-print barcode graphics. You don't need to know anything about barcodes to use Easy Barcode Creator! Whether you need a quick solution or a custom-shaped barcode to meet your specific needs, Easy Barcode Creator generates ready-to-print vector EPS graphics for use in industry-standard products like Adobe Illustrator, InDesign, and Photoshop -- or just import into Word or a drawing program."; 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 = ''; } }