var fDesc=new Array(); fDesc[0] = "KROY Label Designer is a design tool that can easily design and print various labels using KROY Thermal or Thermal Transfer printers. You can easily input Text, Graphics, and Bar Codes in the KROY Label Design Software. You may also import stored data and graphics from other applications. The Address Book allows the user to quickly import and print database information for many applications."; 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 = ''; } }