var fDesc=new Array(); fDesc[0] = "The system is multi-user, multi-computer, any number of administrators, homeowners and booking agents can simultaneously access Property Manager at any time from any number of authorized locations worldwide based on your personal security preferences. The system can be accessed from a desktop PC, an internet web browser or mobile device.
Each homeowner gets a free customizable personal web site with availability calendars, online quotes, media players and a back end bookings management system access. All availability calendars and other data will always be in sync with the management company data, even on external web sites."; 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 = ''; } }