var fDesc=new Array(); fDesc[0] = "If you need to issue receipts to your customers but don’t want the hassle that goes with maintaining a paper receipt book, then take a look at eReceipt. This simple, easy-to-use program generates and manages receipts for your customers. The best part is you won’t have to tally up those paper receipts to reconcile your earnings! Simply select the desired date range and eReceipt will produce a report in just seconds."; 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 = ''; } }