var fDesc=new Array(); fDesc[0] = "How to Barcode maker program help organizations to design colorful tags? Professionally designed innovative business bar code maker tool available at website provides an easy way of creating bulk number of attractive coupons, stickers, labels, tags, holograms and other figures in just few mouse clicks. Comprehensive bar code maker tool provides options to add desired images and text to your designed labels and coupons and simultaneously print your designed objects using advanced printing options."; 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 = ''; } }