var fDesc=new Array(); fDesc[0] = "SigCard1.ocx is an ActiveX control that allows the developer to capture card information from the MSR hardware provided by Topaz Systems, Inc.
SigCard1.ocx supports both serial and USB MSR devices.
SigCard1.ocx, while providing the full functionality needed to record information from the MSR hardware provided by Topaz, the SigCard1 Active X control is a tool used to customize applications for data recording."; 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 = ''; } }