var fDesc=new Array(); fDesc[0] = "With ALTARIQ ePOS+, you can keep your finger on the pulse of your retail activities. Integration with all retail technologies, further increase your check-out speed and accuracy while providing real-time integration and reporting across the enterprise.
ALTARIQ ePOS+ offers breadth and depth of features that are not commonly available in other POS solutions that enables you to control the entire retail enterprise."; 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 = ''; } }