var fDesc=new Array(); fDesc[0] = "NETePay provides Point of Sale applications with the ability to process integrated credit, debit, check, EBT, FSA, gift, and loyalty transactions directly to virtually all payment processors in North America via one, simple interface without per-transaction gateway fees. It provides POS developers with a direct conduit to their merchant’s choice of payment processor while simultaneously adding support for innovative payment features."; 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 = ''; } }