var fDesc=new Array(); fDesc[0] = "Streamline the retail checkout process for your employees and customers. Copper is a point of sale (POS) computer software which provides a business with a cash register system. Use this cash register software to store product information and speed up the checkout process for your customers.

Easily record sales transactions
Print receipts for customers
Manage product pricing and discounts

Copper point of sale software is easy to navigate, and is compatible with touch screen terminals and barcode scanners, helping save time when ringing up sales and preventing cashier errors."; 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 = ''; } }