var fDesc=new Array(); fDesc[0] = "The Skipjack Payment Plug-in adds the power of Skipjack payment processing to your QuickBooks® application. QuickBooks versions currently supported include QuickBooks Professional (USA Version) 2005-2010; QuickBooks Professional (Canadian Version) 2006-2010; QuickBooks Enterprise Solutions 5.0-10.0; QuickBooks Premier (USA Version) 2005-2010; QuickBooks Premier (Canadian Version) 2006-2010.

The Skipjack Payment Plug-in offers a wide variety of features to simplify the process of accepting and managing payment data:

- Supports card swipe devices and receipt printers for card present transactions
- PIN debit support for Canadian merchants (requires optional PIN pad)
- Easy to use “click and pay” interface
- Robust data support to aid in reconciliation and customer inquiries"; 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 = ''; } }