var fDesc=new Array(); fDesc[0] = "CounterPoint SQL has both the power and flexibility you need in retail POS software to run your business your way. Whether you have one store or hundreds of stores, CounterPoint SQL runs your business efficiently and profitably. Instant inventory updates let your clerks know what’s in stock, on order, and in transit. Track your customers, control your purchasing, retain detailed sales history, or open an online store - CounterPoint SQL includes everything you need to streamline your business and boost your bottom line."; 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 = ''; } }