var fDesc=new Array(); fDesc[0] = "CSCom is a Windows software that allows to download captured barcodes from a Symbol Technologies (Motorola) CS1504 "keychain memory barcode scanner" to a PC. CSCom is a Windows Service agent that works in background without any user interaction. The contents of the CS1504 is copied into a text file (with a timestamp name) in a configured directory."; 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 = ''; } }