var fDesc=new Array(); fDesc[0] = "Barcode Label Software enables you to design business products barcode labels, tags and stickers in printable mode without any need of programming skills to apply. With the help of barcode labeling tool, user successfully creates coupons, logos along with an option to change in barcode header and footer value. Barcode labeling system easily put tags on business products, assets etc and saves them in image format like jpeg, gif, wmf etc."; 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 = ''; } }