// JavaScript Document
function mmLoadMenus() {
	if (window.mm_menu_1) return;
	
	window.mm_menu_1_1 = new Menu("Current&nbsp;Students",80,16,"Verdana, Arial, Helvetica, sans-serif",11,"#FFFFFF","#000000","#1A587F","#FFFFFF","left","middle",3,0,100,-260,20,true,true,true,0,true,true);
	mm_menu_1_1.addMenuItem("i30","leaveMSG('http://www.hyundai.com.au/i30/')");
	mm_menu_1_1.addMenuItem("Getz","location.href='http://www.getzmorezip.com.au/'");
	mm_menu_1_1.addMenuItem("Accent","leaveMSG('http://hyundai.com.au/accent/')");
	mm_menu_1_1.addMenuItem("Elantra","leaveMSG('http://hyundai.com.au/elantra/')");   
	mm_menu_1_1.addMenuItem("Sonata","location.href='http://www.evolveddriving.com.au/'");
	mm_menu_1_1.addMenuItem("Tiburon","leaveMSG('http://hyundai.com.au/tiburon_intro.asp')");
	mm_menu_1_1.addMenuItem("Tucson","winOpen2()");
	mm_menu_1_1.addMenuItem("Santa Fe","leaveMSG('http://hyundai.com.au/santafe/')");
	mm_menu_1_1.addMenuItem("Grandeur","leaveMSG('http://hyundai.com.au/grandeur/')");	
	mm_menu_1_1.addMenuItem("TQ vans","leaveMSG('http://www.hyundai.com.au/Range/default.aspx')");	
	mm_menu_1_1.hideOnMouseOut=true;
	mm_menu_1_1.menuBorder=1;
	mm_menu_1_1.menuLiteBgColor='#1A587F';
	mm_menu_1_1.menuBorderBgColor='#28599B';
	mm_menu_1_1.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,20,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=160;
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(bw.ns4 || bw.ns5){
		if(temp_x>800){
			x_pos=(((temp_x/2)-387)+40);
		}
		else
			x_pos=50;
	}
	else{			
		if(temp_x>800){
			x_pos=(((temp_x/2)-387)+40);
			//alert(x_pos);
		}
		else
			x_pos=40;
	}
	x_pos1=x_pos+86;
	x_pos2=x_pos1+86;
	x_pos3=x_pos2+86+86;
	x_pos4=x_pos2+86;
	
	
}
function leaveMSG(val){
	window.open(val);	
	alert("You are now leaving the Mackay Hyundai website, and entering the Hyundai Australia Website");	
}

window.onresize=reloadmenu;