var fDesc=new Array(); fDesc[0] = "eReceipt is a simple, easy-to-use program generates and manages receipts for your customers.

Main features:

- Give your customer a printed receipt or go green and send it by email.
- eReceipt saves customer information so you only have to type it in once and gives you access to customer history.
- eReceipt’s reporting makes getting end-of-month figures a snap.
- eReceipt can create receipts for service businesses or retail shops."; 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 = ''; } }