var fDesc=new Array(); fDesc[0] = "Resort Rental Tracker Plus is an easy-to-use reservation and tenant tracking resort program for your RV Park or Campground management software needs. This software can be used by any rental property manager that has both long term and short term rental properties. Manage any number and type of resort units including camp sites, cabins, RV sites, boat slips, etc. Organize all your rental activities, including reservations, rent collection, tasks, contacts, and even appointments with this lodging rental management software. This resort management software includes a Resort Map which can be used for quickly accessing information about the Unit, a Reservation or a Tenant, and recording payments. Create tenant rent receipts, reservations, rent rolls and other reports, manage housekeeping, rental income and expenses for any number of units. Accept government subsidies (Section 8 certificate and voucher programs for example) as partial rent payments. Generate Availability tables that you can post on your web site. Here is an example of a Vacation Rental web site that can be easily updated with Descriptions, Amenities, Policies and current Availability information for all your units. Send form letters to any or all vendors, guests or owners with our hospitality property management systems Contact Tracker component. Track all of your income and expenses. Create account registers for any number of accounts. Prints checks on your current blank checks. Easily create reservation Confirmations, Statements and Receipts and either print or e-mail them to your guest. Property management software invoices can be generated for any time period, for your property owners."; 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 = ''; } }