var fDesc=new Array(); fDesc[0] = "Allows you to create and customize the database you want and will allow you to design the tag with your fields. You can even import data from your existing XLS or MDB (few version of WK* and DBF also work) files if you already have the data in these formats in a easy to use interface.

Prints Fields, Texts, Lines, Boxes, Logos, Item Photos (this will change for every tag or every batch ), Barcodes. All aspects like Fonts, Size, Angle (orientation), Colour etc of every item printed can be changed by you as required. JewelTag Pro ( the software included ) will print with such precision that you can print on the band of the tag (like the MIPL MIPL printed in the adjoining picture) and it will never miss."; 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 = ''; } }