var fDesc=new Array(); fDesc[0] = "Scanalyzer is a barcode reader for mobile devices accompanied by desktop software to receive the scanned information. It can be used as a traditional programmable barcode scanner for entering data into your computer. By collecting location, user, and timestamp data with each scan you can do anything from tracking assets to mapping scientific data. It is also easy to integrate barcode scanning into your app or website."; 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 = ''; } }