_menuCloseDelay=500;          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=3;            // The time delay before menus open on mouse over
_subOffsetTop=5;              // Sub menu top offset
_subOffsetLeft=1;             // Sub menu left offset

	// Top Menu Bar
with(menuStyleL=new mm_style()){
	offbgcolor="#3c4b8c";
	offcolor="#ffffff";
	onbgcolor="#566fd8";
	oncolor="#cad3b4";
	bordercolor="#3c4b8c";
	borderstyle="solid";
	borderwidth=5; 
	separatorcolor="#3c4b8c";
	separatorsize="1";
	padding=5;
	fontsize="8pt";
	fontstyle="normal";
	fontfamily="Arial"; 
	fontweight="bold";
	pagecolor="#FFFFFF";
	pagebgcolor="#3c4b8c";
	headercolor="#D0C4B5";
	headerbgcolor="#070909";
	subimagepadding="2";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=2,motion=forward,enabled=0,Duration=0.62,a);Shadow(color='#999999', Direction=120, Strength=5)";
}
with(menuStyleR=new mm_style()){
	offbgcolor="#4C8FD2";
	offcolor="#FFFFFF";
	onbgcolor="#08366E";
	oncolor="#FFFFFF";
	bordercolor="#BEBEBE";
	borderstyle="solid";
	borderwidth=0; 
	separatorcolor="#3F7CC7";
	separatorsize="1";
	padding=4;
	fontsize="80%";
	fontstyle="normal";
	fontfamily="Arial, Verdana, Tahoma";
	pagecolor="#FFFFFF";
	pagebgcolor="#70181F";
	headercolor="#D0C4B5";
	headerbgcolor="#070909";
	subimagepadding="2";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.62);Shadow(color='#555555', Direction=135, Strength=3)";
}


with(menuStyleD=new mm_style()){
	offbgcolor="#68B0E3";
	offcolor="#FFFFFF";
	onbgcolor="#08366E";
	oncolor="#FFFFFF";
	bordercolor="#BEBEBE";
	borderstyle="solid";
	borderwidth=0; 
	separatorcolor="#3F7CC7";
	separatorsize="1";
	padding=4;
	fontsize="80%";
	fontstyle="normal";
	fontfamily="Arial, Verdana, Tahoma";
	pagecolor="#FFFFFF";
	pagebgcolor="#70181F";
	headercolor="#D0C4B5";
	headerbgcolor="#070909";
	subimagepadding="2";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=2,motion=forward,enabled=0,Duration=0.62);Shadow(color='#555555', Direction=135, Strength=3)";
}


			
			with(link=new menuname("2")){    
			style=menuStyleL;
			overflow="scroll";
			        					aI("text=<font class=links>&nbsp;&nbsp;&nbsp;CANADA &nbsp;&nbsp;</font>;url=studydestinations.php#canada");
										aI("text=<font class=links>&nbsp;&nbsp;&nbsp;NEW ZEALAND&nbsp;&nbsp;</font>;url=studydestinations.php#newzealand"); 
										aI("text=<font class=links>&nbsp;&nbsp;&nbsp;AUSTRALIA&nbsp;&nbsp;</font>;url=studydestinations.php#australia"); 
				  				
					aI("text=<font class=links>&nbsp;&nbsp;&nbsp;UK &nbsp;&nbsp;</font>;url=studydestinations.php#uk");
					aI("text=<font class=links>&nbsp;&nbsp;&nbsp;USA &nbsp;&nbsp;</font>;url=studydestinations.php#usa");
					  aI("text=<font class=links>&nbsp;&nbsp;&nbsp;EUROPE&nbsp;&nbsp;</font>;url=studydestinations.php#europe");
										
			}
			
			with(link=new menuname("3")){    
			style=menuStyleL;
			overflow="scroll";
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;OUR PROMOTERS &nbsp;&nbsp;</font>;url=promote.php");
			aI("text=<font class=links>&nbsp;&nbsp;&nbsp;OUR APPROACH &nbsp;&nbsp;</font>;url=about.php#OurApproch");					
								
					aI("text=<font class=links>&nbsp;&nbsp;&nbsp;OUR STRENGTH &nbsp;&nbsp;</font>;url=about.php#OURSTRENGTH");
					aI("text=<font class=links>&nbsp;&nbsp;&nbsp;OUR PHILOSOPHY &nbsp;&nbsp;</font>;url=about.php#OURSTRENGTH");
					 
										
			}
			
			
drawMenus();