var fDesc=new Array(); fDesc[0] = "MRSWARE is part of EYOND’s Software as a Service (SaaS) platform, an integrated solution for your multi-faceted business needs.

As Software as a Service, there is no extra hardware or software to purchase, and nothing for the user to maintain or update; everything is hosted, monitored, and kept current on our secure server network.

The MRSWARE client software is used to connect to the service, and can be installed on any Windows computer. Each time a user logs in, the MRSWARE client updates itself automatically to ensure every user has the most up-to-date release and feature."; 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 = ''; } }