var fDesc=new Array(); fDesc[0] = "SmartVizor Barcode Label Printing Software (or popular as Bar code maker) is an advanced and customized tool, which is a complete solution for all your barcode labeling and printing needs. Easy to use bar code label software creates high resolution and printable bar code labels (including Barcode stickers, Asset tags, and Security tags) with the use of Linear and 2D (2 Dimensional) barcode fonts within couple of mouse click.

Easy to use bar code generator generates colorful barcode labels in any size with specified Text, caption and saves generated images in standard file formats such as JPEG, GIF, Bitmap, PNG on your PC. Create bar code labels in few easy steps."; 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 = ''; } }