var fDesc=new Array(); fDesc[0] = "Abacre Cash Register is a new generation of cash register software for Windows. It's an affordable solution for most typical cash register operations. The user interface is carefully optimized for high speed input of a client's order and prevention of common mistakes. It's designed for using on multiple computers, and contains reliable and secure authorization levels.

It works with all commonly used hardware: touch screens, POS printers, line displays (poles), cash drawers and barcode readers (bar code scanners). The layouts of the client bill can be customized, and the program can be set up for any currencies, taxes, and number formats. Payments can be accepted by cash, credit cards, or checks."; 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 = ''; } }