
_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=150;


with(subStyle=new mm_style()){
onbgcolor="#EAEAEA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#eeeeee";
separatorsize="1";
separatorpadding="3";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#EAEAEA";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/452ST/arrow.gif";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="Fade(duration=0.1)";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#999999";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="solid";
borderwidth=1;
separatorcolor="transparent";
separatorsize="9";
separatorpadding="3";
padding="1";
fontsize="11";
fontstyle="normal";
fontfamily="verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#EAEAEA";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
//fontweight="bold";

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=85;
margin=3;

			overflow="scroll";
			
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
margin=3;

			overflow="scroll";
			
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Media Archives;url=/media/media/list.php;");
			aI("text=Search Media;url=/media/media/search.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
			aI("text=Email Subscription;url=/signup.php;");
			}
		

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

			aI("text=Home;url=/index.php;");
			aI("text=Middle School;url=/middle.php;");
			aI("text=High School;url=/high.php;");
			aI("text=Media;url=/media/media/recent.php;showmenu=nav2;");
			aI("text=Calendar;url=/calendar.php;showmenu=nav1;");
			aI("text=Parents;url=/parents.php;");
			aI("text=FAQ's;url=/faqs.php;");
		}




drawMenus();



