var theImages = new Array()

theImages[0] = 'flash/banner_top_new.swf'
theImages[1] = 'flash/banner_top4.swf'
theImages[2] = 'flash/banner_top5.swf'

var j = 0
var p = theImages.length;

var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}

var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="419" height="86" id="'+theImages[whichImage]+'" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+theImages[whichImage]+'" /><param name="quality" value="high" /><param name="bgcolor" value="#0e3667" /><embed src="'+theImages[whichImage]+'" quality="high" bgcolor="#0e3667" width="419" height="86" name="'+theImages[whichImage]+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');}

				{
						abouton = new Image(65,26);
                        abouton.src = "/images/menu_about_on.gif";
                        aboutoff = new Image(65,26);
                        aboutoff.src = "/images/menu_about_off.gif";
						benefitson = new Image(60,26);
                        benefitson.src = "/images/menu_benefits_on.gif";
                        benefitsoff = new Image(60,26);
                        benefitsoff.src = "/images/menu_benefits_off.gif";
						fleeton = new Image(72,26);
                        fleeton.src = "/images/menu_fleet_on.gif";
                        fleetoff = new Image(72,26);
                        fleetoff.src = "/images/menu_fleet_off.gif";
                        locationson = new Image(71,26);
                        locationson.src = "/images/menu_locations_on.gif";
                        locationsoff = new Image(71,26);
                        locationsoff.src = "/images/menu_locations_off.gif";
						destinationson = new Image(86,26);
                        destinationson.src = "/images/menu_destinations_on.gif";
                        destinationsoff = new Image(86,26);
                        destinationsoff.src = "/images/menu_destinations_off.gif";
						faqon = new Image(36,26);
                        faqon.src = "/images/menu_faq_on.gif";
                        faqoff = new Image(36,26);
                        faqoff.src = "/images/menu_faq_off.gif";
                        ownershipon = new Image(79,26);
                        ownershipon.src = "/images/menu_ownership_on.gif";
                        ownershipoff = new Image(79,26);
                        ownershipoff.src = "/images/menu_ownership_off.gif";
                        loginon = new Image(44,26);
                        loginon.src = "/images/menu_login_on.gif";
                        loginoff = new Image(44,26);
                        loginoff.src = "/images/menu_login_off.gif";
                        testimonialson = new Image(87,26);
                        testimonialson.src = "/images/menu_testimonials_on.gif";
                        testimonialsoff = new Image(87,26);
                        testimonialsoff.src = "/images/menu_testimonials_off.gif";
                        contacton = new Image(60,26);
                        contacton.src = "/images/menu_contact_on.gif";
                        contactoff = new Image(60,26);
                        contactoff.src = "/images/menu_contact_off.gif";
						homeon = new Image(41,26);
                        homeon.src = "/images/menu_home_on.gif";
                        homeoff = new Image(41,26);
                        homeoff.src = "/images/menu_home_off.gif";
                        newson = new Image(42,26);
                        newson.src = "/images/menu_news_on.gif";
                        newsoff = new Image(42,26);
                        newsoff.src = "/images/menu_news_off.gif";
                        visitghon = new Image(125,26);
                        visitghon.src = "/images/menu_visitgh_on.gif";
                        visitghoff = new Image(125,26);
                        visitghoff.src = "/images/menu_visitgh_off.gif";
						yachtingon = new Image(114,26);
						yachtingon.src = "/images/menu_yachting_on.gif";
                        yachtingoff = new Image(114,26);
                        yachtingoff.src = "/images/menu_yachting_off.gif";						
                }
				
				
function img_act(imgName)
                                {
                                        imgOn = eval(imgName + "on.src");
                                        document [imgName].src = imgOn;
                                }

function img_inact(imgName)
                                {
                                        imgOff = eval(imgName + "off.src");
                                        document [imgName].src = imgOff;
				}
function goPage(selectlist) {
  theURL = selectlist.options[selectlist.selectedIndex].value
  if (theURL != "") { location.href = theURL }
}


function newin(url)

                {

newWindow = window.open(url,'NextWindow','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no,width=640,height=480');

}
						