var fDesc=new Array(); fDesc[0] = "EnSuite will do all these tasks for you, in a simple, easy way, where all your needs are at your fingertips for instant access. Reservations, Payments, Charges, Sales Taxes, Guest Statements, Confirmation and other eMails, Income, plus Housekeeping Reports, and more. The EnSuite Guest Booking System has customers across the World, and they find that its intuitive ease of use makes taking care of business a pleasure. Reservations are easily entered, and can be confirmed by email with a few clicks of the mouse. Guest Deposits, Charges to Guest accounts, and Payments received are just as easily recorded. When the Guest departs, a Checkout can be done with one click, and the Guest Statement is printed out in seconds. Menu Links to handy Free Internet Utilities such as Currency Conversion, Language Translation, World Cities Time, Web Search, and World Newspapers supply handy information with the click of your mouse. User error is kept to an absolute minimum with system safeguards and explanatory messages, and the industrial-strength relational database is reliable and powerful. For all its power, no one needs to be a Rocket Scientist to operate EnSuite - its controls are at your fingertips, and the detailed onscreen User Manual is only a click away."; 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 = ''; } }