var fDesc=new Array(); fDesc[0] = "The pcSwipe intelligent magnetic stripe card reader is a cost-effective and efficient solution for customers wanting to leverage their existing base of magnetic stripe card-carrying personnel.
Free software allows customers to configure their pcSwipe as needed. Options include the ability to read data from any data track locations on the card and custom programmability, allowing for keystrokes to be added before and after the card’s data. The plug-n-play functionality of the pcSwipe makes it an easy addition to your network, seamlessly integrating with existing infrastructure."; 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 = ''; } }