var fDesc=new Array(); fDesc[0] = "ProffittCenter is an entirely free POS system for the small store with automatic ordering, stock checking and a stunning sales screen.
With a wide user base in many countries, this open source program has become the standard for retailers looking for a comprhensive solution to all their POS needs.
The program has customer accounts, video rental, layaway, discounts, offers, priceover, and a truly intelligent ordering system that minimizes stockholding without compromising availability."; 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 = ''; } }