// Initialize data structures
Item = new Array(); Item.Golf = new Array(); NavigationToolTips = new Array();

// Begin mouse-over tips that appear when hovering over main navigation links
NavigationToolTips.Activities = "Activities & Tours";
NavigationToolTips.Entertainment = "Luaus & Shows";
NavigationToolTips.Golf = "Maui is a golfer's paradise";
NavigationToolTips.Accommodations = "Let us book your accommodations";
NavigationToolTips.Travel = "Inter-Island Travel";
NavigationToolTips.Health = "Health, Wellness & Rejuvenation";
NavigationToolTips.Services = "Lei Greetings, Rental Provisioning, Wedding & Parties";
NavigationToolTips.AboutUs = "About our Dedicated & Experienced Staff";
NavigationToolTips.FAQ = "Frequently Asked Questions";
NavigationToolTips.Spotlight = "A Narrative Look at Maui Sights & Adventures";
NavigationToolTips.Inquire = "Contact Us via E-Mail";

RecommendedBy = [

	// Title bar text
	"Recommended by your Concierge &#149; What It Means",

	// Body content
	"<img src='images/recommended.gif' class='recommended'> At Concierge Connection, we feel we are unique in the Maui marketplace in terms of the unbiased recommendations that we give our clients, based on personal experience with the activities and tours, not commissions. Does it mean that these tours or activities are better than the others? Well, we like to think so, but the answer is NOT ALWAYS.<br><br>" +

	"In some cases, it might mean we just haven't personally experienced an unrated tour. For example, a straw poll of our office today revealed that we had checked out 17 of Maui's 25 sportfishing boats. (It also revealed that we had been to all of Maui's luaus in the past 2 months! Go figure...)<br><br>" +

	"In other cases, its just our personal bias! For example, for ocean tours, we tend to prefer smaller vessels and smaller group sizes. But many people love big boats, and we enthusiastically help our clients pick the right trip FOR THEM, regardless of our personal preference.<br><br>" +

	"We are always on the lookout for the best Maui experiences for our clients. Our recommended activities and tours can be counted on to be the very best Maui has to offer! But if you're interested in something that is not on our recommended list, don't worry! A quick call or email and we're happy to give you the inside scoop on what's good (and maybe what's not so good)."

];


// Controls Slide-Show on Homepage
Settings = new Array();
Settings.SS = new Array();

// SS & TN
Settings.pageTitle = "";
Settings.folder = "images/";
Settings.transNum = 2;
Settings.transDur = .8;
Settings.borderWid = 0;
Settings.borderCol = "255,255,255";
Settings.dissolveSF = 1;
Settings.pageTitle = "";
Settings.disableRightClick = 0;
Settings.SS.randomStart = false;


// SS Only
Settings.SS.controls = false;
Settings.SS.statusBar = true;
Settings.SS.console = false;
Settings.SS.tnPage = "";
Settings.SS.scrollSlide = null;
Settings.SS.bkgColor = "255,255,255";
Settings.SS.dissolveOnJump = 0;

// Write notes in JS so they don't get indexed by Search Engines
adminNotesHome = "This HTML text box contains the content for this page (including side-bar) along with your homepage slide-show images and you are free to add/remove and or move their positions. Slide show plays from top down in a loop and ALL these images must be sized to exactly 300 &times; 200 pixels. Name them so each image starts with \"ss_\" (ss_beach.jpg). Here's <a href='javascript:PopUp.openWin( \"http://www.davidregier.com/webdesign/other/images.html?ss=ss\" );' class='fw' title='Preparing images for the Slide-Show'>instructions</a> on preparing slide-show images." +

"<ol style='margin-top:4px; margin-bottom:4px;'>" +

	"<li>Right-clicking a slide-show photo returns image-properties & pauses it.</li>" +

	"<li><a href='javascript:PopUp.openWin( \"uploader.aspx\", 650, 350, 2, 0, 0, 0, 0, 0, 0 );' title='Upload files to the server' class='fw'>Click here</a> to upload new photos.</li>" +

	"<li>Hold Shift & click photo to pause it, repeat this action to re-start it.</li>" +

	"<li>Hold Ctrl & click photo to run it at hi-speed, repeat this action to revert to normal speed. This is useful for quickly checking that it's working correctly.</li>" +
"</ol>" +

"Testimonials contains 3 additional fields, they are: (1) required empty double quote as a place-holder, (2) RGB triplet for the border color, use empty double quote and no border will show, and (3) slide-specific speed in seconds - allows time for reading testimonial.<br><br>" +

"All side-bar thumbnails must be 200 &times; 133 pixels, while the full-size version can be any size as long as the height is under 400 pixels. This will ensure that it will not flow off-screen for our 1024 &times; 768 clients.";