var fDesc=new Array(); fDesc[0] = "Vacation RentPro is a full-featured, single or multi-user, vacation rental software application. It saves time and helps increase bookings by providing an integrated solution to manage all aspects of your vacation rental properties.

- Easy to get started! Add your Properties, and start entering Bookings.
- Provides an intuitive, easy-to-use, look and feel with many powerful features.
- Screens can be displayed side-by-side and resized, allowing different types of information to be viewed and updated simultaneously.
- Fully Multi-User capable so information can be shared and updated simultaneously on a local network.
- Complete Security features are built in with optional passwords and sensitive data encryption.
- Accommodates multi-regional Currency symbols and Date formats.
- Includes powerful Search and Filtering features with the ability to save and recall your own custom filters.
- Fully compatible with Windows 7, Vista and XP operating systems."; 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 = ''; } }