var fDesc=new Array(); fDesc[0] = "Retail Experts is a part of the Point of Sale solutions from Retail Experts ,offering comprehensive, flexible and resilient solutions to a variety of Retail service establishments and convenience stores.

Retail Experts is a seamlessly integrated solution from POST TO HOST driven-thru support, front office system to control the store, back office systems to control inventory, Vendor management, and all the way to the head office, providing central management and decision control for the entire chain."; 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 = ''; } }