// JavaScript Document
function mmLoadMenus() {
		
	if (window.mm_menu_1) return;
	
	
	window.mm_menu_1_1 = new Menu("Specialised&nbsp;services",176,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#7BE3EC","#5DBD42","left","middle",3,0,100,-260,0,true,true,true,0,true,true);
	mm_menu_1_1.addMenuItem("Booking Conditions","location.href='booking_conditions.html'");  
	mm_menu_1_1.addMenuItem("Experience","location.href='experience.html'");  
	mm_menu_1_1.addMenuItem("How to get Here","location.href='how_to_gethere.html'"); 
	mm_menu_1_1.addMenuItem("Commonly asked Questions","location.href='commonly_questions.html'"); 
	mm_menu_1_1.addMenuItem("Handy Hints","location.href='handy_hints.html'"); 
	mm_menu_1_1.addMenuItem("Inventory of Equipment","location.href='inventory.html'"); 
	mm_menu_1_1.hideOnMouseOut=true;
	mm_menu_1_1.menuBorder=0;
	mm_menu_1_1.menuLiteBgColor='#ffffff';
	mm_menu_1_1.menuBorderBgColor='';
	mm_menu_1_1.bgColor='#0364C7';
	//alert(window.mm_menu_1_1);

	window.mm_menu_1_2 = new Menu("Charter&nbsp;services",158,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#7BE3EC","#5DBD42","left","middle",3,0,100,-260,0,true,true,true,0,true,true);
	mm_menu_1_2.addMenuItem("Sailing yachts","location.href='yachts.html'");
	mm_menu_1_2.addMenuItem("Catamarans","location.href='catamarans.html'");
	mm_menu_1_2.addMenuItem("Motor cruisers","location.href='cruisers.html'");
	mm_menu_1_2.hideOnMouseOut=true;
	mm_menu_1_2.menuBorder=0;
	mm_menu_1_2.menuLiteBgColor='#ffffff';
	mm_menu_1_2.menuBorderBgColor='';
	mm_menu_1_2.bgColor='#0364C7';

	window.mm_menu_1_3 = new Menu("Parents",159,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#FFFFFF","#7BE3EC","#5DBD42","left","middle",3,0,100,-260,0,true,true,true,0,true,true);
	mm_menu_1_3.addMenuItem("Resorts","location.href='resorts.html'");
	mm_menu_1_3.addMenuItem("Weather","location.href='weather.html'");
	mm_menu_1_3.addMenuItem("Facilities","location.href='facilities.html'");
	mm_menu_1_3.addMenuItem("Great Barrier Reef","location.href='gbreef.html'");
	mm_menu_1_3.addMenuItem("Tides","location.href='tides.html'");	
	mm_menu_1_3.addMenuItem("Map","location.href='whitsunday_map.html'");
	mm_menu_1_3.addMenuItem("Suggested Itinery","location.href='suggesteditinerary.html'");
	mm_menu_1_3.hideOnMouseOut=true;
	mm_menu_1_3.menuBorder=0;
	mm_menu_1_3.menuLiteBgColor='#ffffff';
	mm_menu_1_3.menuBorderBgColor='';
	mm_menu_1_3.bgColor='#0364C7';	
	
	window.mm_menu_1_4 = new Menu("Old&nbsp;Scholars",110,20,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFCC00","#AFAFAF","#BD0100","left","middle",3,0,100,-260,0,true,true,true,0,true,true);	
	mm_menu_1_4.addMenuItem("Calendar");
	mm_menu_1_4.addMenuItem("Old Scholar Portal");
	mm_menu_1_4.addMenuItem("Photos");
	mm_menu_1_4.addMenuItem("WAS&nbsp;Heard");    	
    mm_menu_1_4.addMenuItem("Year&nbsp;List&nbsp;Contacts");
	mm_menu_1_4.hideOnMouseOut=true;
	mm_menu_1_4.menuBorder=0;
	mm_menu_1_4.menuLiteBgColor='#ffffff';
	mm_menu_1_4.menuBorderBgColor='#28599B';
	mm_menu_1_4.bgColor='#666666';
	
	window.mm_menu_1_5 = new Menu("Staff",110,20,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFCC00","#AFAFAF","#BD0100","left","middle",3,0,100,-260,0,true,true,true,0,true,true);	
	mm_menu_1_5.addMenuItem("Employment");
	mm_menu_1_5.addMenuItem("Staff Portal");	
	mm_menu_1_5.hideOnMouseOut=true;
	mm_menu_1_5.menuBorder=0;
	mm_menu_1_5.menuLiteBgColor='#ffffff';
	mm_menu_1_5.menuBorderBgColor='#28599B';
	mm_menu_1_5.bgColor='#666666';
	
	window.mm_menu_1 = new Menu("root",161,20,"Verdana, Arial, Helvetica, sans-serif",14,"#990000","#ece9d8","#cccccc","#000084","left","middle",3,0,1000,-260,0,true,true,false,0,true,true);
	mm_menu_1.addMenuItem(mm_menu_1_1);		
	mm_menu_1.hideOnMouseOut=true;
	mm_menu_1.childMenuIcon="arrows.gif";
	mm_menu_1.menuBorder=1;
	mm_menu_1.menuLiteBgColor='#ffffff';
	mm_menu_1.menuBorderBgColor='#555555';
	mm_menu_1.bgColor='#555555';
	mm_menu_1.writeMenus();
}
var x_pos=200;
function checkBrowser(){
	this.ver=navigator.appVersion;
	this.dom=document.getElementById?1:0;
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.ns4=(document.layers && !this.dom)?1:0;
	this.opera=!(this.ie5 || this.ie4 || this.ns4 || this.ns5) && this.dom;
	this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5);
	return this;
}
/*function reloadmenu(){	

	var bw=new checkBrowser()
	var temp_x=(bw.ns4 || bw.ns5)?innerWidth:document.body.clientWidth;	
	//alert(temp_x);
		if(temp_x>800)
		x_pos=(temp_x-620);		
	else
		x_pos=157;
	x_pos1=x_pos+155;
	x_pos2=x_pos1+155;
	x_pos3=x_pos2+155+155;
	x_pos4=x_pos2+155;
}
*/
function reloadmenu(){	

	var bw=new checkBrowser()
	var temp_x=(bw.ns4 || bw.ns5)?innerWidth:document.body.clientWidth;	
	///alert(temp_x);
	if(bw.ns4 || bw.ns5){
	
		if(temp_x>800){
			x_pos=(((temp_x/2)-166)+153);
		}
		else
			x_pos=600;
	}
	else{
		if(temp_x>800){
			x_pos=(((temp_x/2)-387)+205);
			//alert(x_pos);
		}
		else
			x_pos=500;
	}
	x_pos1=x_pos+177;
	x_pos2=x_pos1+159;
	x_pos3=x_pos2+86+86;
	x_pos4=x_pos2+86;
	
	
}
window.onresize=reloadmenu;