

_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=15             // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#FFE599";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorpadding="0";      
padding="0";     
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#FFE599";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="none";
separatorsize="12";
//subimagepadding="5";
//fontweight="bold";

}


			

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;			
			orientation="horizontal";
			position="relative";			
			valign="top";

			aI("text=Home;url=/index.php;");
			aI("text=Oak Hill Academy;url=http://www.oak-hill.net/;target=new;");
			aI("text=Oak Hill Gold Hoops;url=http://www.oakhillhoops.com/;target=new;");
			aI("text=OHA Store;url=http://oakhillacademy.shop.sportstoday.com/;target=new;");			
			aI("text=Coach Q Twitter;url=http://twitter.com/HeadRedWarrior;target=new;");
			aI("text=Coach Smith Twitter;url=http://twitter.com/OHACoachSmith;target=new;");
			aI("text=Schedule;url=/schedule.php;");
			aI("text=2009-10 Pictures;url=/pictures.php;");
			aI("text=Game Videos;url=/media/media/list.php?mediatype=Video;");
		}




drawMenus();


