var fDesc=new Array();
fDesc[0] = "NiceLabel Suite is a fully-featured, modular labeling solution for label design, integration and professional printing requirements. It includes Designer Pro, NiceForm and Automation Easy. A wide range of options make NiceLabel Suite a perfect and easy-to-use, wizard-driven tool for any labeling requirement, including RFID, compliance labeling and more.
NOTES: 1. You will need to supply your name, e-mail address etc. to the developer before being allowed to download the NiceLabel Suite. 2. The cost mentioned above ($900) is for a single user license. Pl note that this is INDICATIVE ONLY. The developer has not provided cost information anywhere on their official website. To find out, you will need to make a phone call or chat with the developer using the chat window that will automatically open up when you visit the site's home page.";
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 = '';
}
}