var fDesc=new Array(); fDesc[0] = "The iScanIt Scan Control is an “invisible” lightweight scan control that runs on most Microsoft® Windows® CE mobile devices or on your desktop PC. Developers can integrate bar code scanning into their applications with minimal effort and produce a GUI that is NOT restricted to a text/edit box.

This ActiveX Control is designed to control barcode scanning on data collection devices. It is compatible with all Symbol Technologies terminals, including x86 embedded platforms, as well as with other OEMs including the Handheld Products family of embedded Windows CE devices. The control also works on your desktop computer with serial tethered handheld scanners. This is the first control that works on Internet Explorer web pages."; 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 = ''; } }