var fDesc=new Array(); fDesc[0] = "MetroSet 2 is a freeware program designed to facilitate the configuration of barcoding scanners. After you plug your scanner(s), you can use MetroSet 2 to choose the settings you would like and download them to the scanner. Even you can upload the current scanner settings and change them. Finally, when you're done, you can print out the configuration bar codes for the chosen settings, this way you can configure other scanners by just scanning this code.
After you start MetroSet 2, you have to select your scanner model from the list of supported scanners. This list is very long, but it's grouped by manufacturer name, and what is best, each scanner model has a picture at a side, so you will find yours very quickly. After you select your model, click on 'Configure' button to proceed.
The configuration screen is very comprehensive, there you can calibrate every aspect of your scanner, and then upload, download or print the resulting bar code.
The program is very easy to use, and it's included with a help file which serves as a context help too."; 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 = ''; } }