var fDesc=new Array(); fDesc[0] = "StandardPOS© is an integrated, point-of-sale software designed for the small retail operation or a chain of small retail stores.

In today's competitive environment, retailers must focus on acquiring and retaining customers, and maximizing the operating efficiencies to keep business at a profitable level.

In addition to its powerful POS features and ease-of-use, StandardPOS provides the customer relationship management and marketing tools that will help small and medium-sized retailers effectively compete with the operational and marketing staff of large chain stores.

If you're ever interested in making your store operate more efficiently and increase your bottom line, then StandardPOS is for you!"; 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 = ''; } }