var fDesc=new Array(); fDesc[0] = "UnionWare is designed for unions and locals with complex requirements.

All your information is kept in one comprehensive database. Membership, dues processing, grievance tracking and more. With powerful search and reporting capabilities, you'll have all your data at your fingertips.

Empower your field reps with information to mobilze and grow your membership. Track key assessments and event participation using mobile devices. Quickly distribute information with email and secured member web sites.

Rely on a real company with real experience and a proven plan. Regular upgrade cycles, and a full support team who speak your language, keep you up-to-date and running smoothly."; 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 = ''; } }