var fDesc=new Array(); fDesc[0] = "EZConfig for Scanning is a free application that provides a quick and easy to use solution to configure and update your individual Honeywell barcode scanners. Users are offered greater control of their configurations via real-time presentation of the changes they are making in the form of a “receipt”, so that they can review before saving their modifications."; 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 = ''; } }