

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=200;


with(subStyle=new mm_style()){
onbgcolor="#bdb07d";
oncolor="#f0f0f0";
offbgcolor="#431212";
offcolor="#ffffff";
bordercolor="#6A6660";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6A6660";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="#f0f0f0";
pagebgcolor="#652828";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=90);Shadow(color='#ffffff', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){

}

		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			
 
			aI("url=/student_home.php;image=/images/Image/Student/mainnav1.jpg;");
			aI("url=/student_about.php;image=/images/Image/Student/mainnav2.jpg;");
			aI("url=/student_events.php;image=/images/Image/Student/mainnav3.jpg;");
			aI("url=/student_students.php;image=/images/Image/Student/mainnav4.jpg;");
			aI("url=/student_connected.php;image=/images/Image/Student/mainnav5.jpg;");
		
			aI("url=/student_staff.php;image=/images/Image/Student/mainnav6.jpg;");
			aI("url=/student_parents.php;image=/images/Image/Student/mainnav7.jpg;");
			

		
			
		}

drawMenus();



