var fDesc=new Array(); fDesc[0] = "MainBoss Basic Maintenance Software is a complete maintenance management package that has proven its worth in organizations of all sizes, including:

- Industrial or manufacturing plants
- School boards
- Shopping centers
- Hospitals
- Colleges and universities
- Hotels and resorts
- Continuing care retirement communities
- Apartment complexes
- Office buildings
- Nursing homes
- Government"; 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 = ''; } }