var fDesc=new Array(); fDesc[0] = "PCCharge™ software turns any PC or PC-based POS system into a secure payment-accepting device. It supports a wide range of peripherals, making it easy to accept all payment types including credit, debit, EBT, checks, stored value/loyalty, purchasing cards (level II), Interac, and more. PCCharge is a cost-effective solution for all business types including brick-and-mortar merchants, e-commerce, MOTO, and QSR/restaurant."; 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 = ''; } }