var fDesc=new Array(); fDesc[0] = "Produce end of day figures and record sales tax collected easily and efficiently with Shortcuts Point of Sale. Detailed client history records are created automatically as sales are linked to clients. With flexible and easy to use features like barcoding, gift certificate tracking, discounts, promotions and petty cash, Shortcuts offers you exceptional power and efficiency at the Point of Sale.

The End of Day feature provides a built in calculator, a wide range of reports and a simple, easy to use Wizard. The Wizard takes employees step-by-step through the process of entering cash denominations and payment types to balance the registers, produce session totals, generate a range of new and existing reports and complete session floats. Sessions can be balanced at any time of the day and terminals can be balanced individually or as a group. Outstanding cash movements for sessions are highlighted, ensuring complete petty cash management."; 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 = ''; } }