var fDesc=new Array(); fDesc[0] = "Aloha Configuration Center is a centralized database management application that manages Aloha Point-of-Sale configuration settings for multi-store restaurant organizations. It offers remote distribution and access capabilities through an easy-to-use .NET rich-client interface.
Aloha Configuration Center builds on the strengths of Aloha Manager and the Aloha Centralized Data Management (CDM) applications to form a new, more powerful, POS database management solution that simplifies database management and lowers the overall cost of ownership."; 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 = ''; } }