fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#0094cd";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, Verdana";
fontsize=11;
fontstyle="normal";
fontweight='bold';
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#f7dd2f";
oncolor="#999999";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
padding=10;
pagecolor="#c0c0c0";
separatorcolor="#a1b8d3";
separatorsize=0;
separatorpadding=6;



}



with(mainsubmenuStyle=new mm_style()){
bordercolor="#959595";
borderstyle="solid";
borderwidth=7;
fontfamily="Arial, Helvetica, Verdana";
fontsize=11;
fontstyle="normal";
fontweight='bold';
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#959595";
oncolor="#0094cd";
offcolor="#fbdf02";
onbgcolor="#959595";
outfilter="Blinds( Bands=1,direction=up, duration=0.3);Alpha(opacity=100);"
overfilter="Blinds( Bands=1,direction=down, duration=0.3);Alpha(opacity=100);"
padding=0;
pagecolor="#f0e4cd";
separatorcolor="#959595";
separatorsize=1;
separatorpadding=2;


}

with(subsubmenuStyle=new mm_style()){
bordercolor="#f0e4cd";
borderstyle="solid";
borderwidth=7;
fontfamily="Arial, Helvetica, Verdana";
fontsize=11;
fontstyle="normal";
fontweight='bold';
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#f0e4cd";
oncolor="#959595";
offcolor="#0094cd";
onbgcolor="#f0e4cd";
outfilter="Blinds( Bands=1,direction=left, duration=0.3);Alpha(opacity=100);"
overfilter="Blinds( Bands=1,direction=right, duration=0.3);Alpha(opacity=100);"
padding=0;
pagecolor="#f0e4cd";
separatorcolor="#f0e4cd";
separatorsize=1;
separatorpadding=2;

}





with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=303;
orientation="horizontal";
style=menuStyle;
top=310;
aI("status=Back To Home Page;text=HOME;url=index.htm;");
aI("showmenu=about;text=ABOUT US;url=about.htm");
aI("showmenu=services;text=NEWS;url=newsletter.htm;");
aI("text=CALENDAR;url=CALENDAR.htm;");
aI("showmenu=learn;text=LEARN;url=links.htm");
aI("text=CONTACT US;url=contact.htm");

}

with(milonic=new menuname("about")){
style=mainsubmenuStyle;
left=358;
top=340;
aI("text=PTO BOARD;url=about.htm;")
aI("text=WAYS YOU CAN HELP;url=PARTNERSHIP.htm;")
aI("text=YEARBOOK;url=yearbook.htm;")

}

with(milonic=new menuname("services")){
style=mainsubmenuStyle;
left=427;
top=340;
aI("showmenu=sites;text=Newsletter;url=newsletter.htm;")
aI("text=ARTIST IN RESIDENCE;url=ARTIST.htm;")
aI("text=IDLEWILD IS A STAR;url=STAR.htm;")
aI("text=TRASH AS ART;url=ARTIST2.htm;")


}


with(milonic=new menuname("learn")){
style=mainsubmenuStyle;
left=561;
top=340;
aI("text=LINKS;url=Links.htm;")


}

with(milonic=new menuname("sites")){
style=subsubmenuStyle;
left=529;
top=340;
aI("text=2006-2007;url=newsletter.htm;")
aI("text=2007-2008;url=newsletter07-08.htm;")
aI("text=2008-2009;url=newsletter08-09.htm;")
aI("text=2009-2010;url=newsletter09-10.html;")
aI("text=2010-2011;url=newsletter10-11.html;")

}









drawMenus();


