var fDesc=new Array(); fDesc[0] = "Retail Pro provides retail software for point of sale and retail management that helps retailers around the world operate more effectively, with a greater return on their technology investment. Widely known for its impressive scalability and adaptability, the Retail Pro retail software suite consists of Point of Sale, Store Operations, Merchandising, Inventory Control, Payment Solutions, Business Intelligence and the list goes on.

Retail Pro's powerful point of sale and back office features include a flexible easy to customize user interface and work flow, enhanced inventory management and purchase ordering features, tight integration with sophisticated payment solutions, and a seamless interface for our Retail Business Intelligence module."; 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 = ''; } }