var fDesc=new Array(); fDesc[0] = "The Axicon Verifier is designed to be easy to use, yet provide all the features you need to accurately and reliably assess the quality of your printed bar codes.

When you first open the verifier software, two windows will be displayed: the Command window and the Summary window. You can disply the other windows by clicking on the appropriate buttons in the Command window, or selecting them from the "View" menu."; 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 = ''; } }