var fDesc=new Array(); fDesc[0] = "FirmPOS (Pronounced: firm p-oh-ess) is a powerful suite of software tools proven to make managing a membership based organization easier.

Loaded with features, it allows you to manage membership, check-in members, sell products, schedule appointments, track rental equipment, visually manage tanning beds, create reports and much more!

This software shows you who owes and what they are buying. Every sales transaction is tracked, all membership dues are reported and best of all, FirmPOS does it automatically."; 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 = ''; } }