_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
//align="left";
//bgimage="menuimages/purplegrad3d.gif";
bordercolor="#007fff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//image="menuimages/sqauredot_black_5x5.gif";
imagepadding=4;
padding=4;
offbgcolor="#007fff";//white=#ffffff cyan=00FFFF Dodger blue=1e90ff try 007fff
offcolor="#ffffff";
onbgcolor="00FFFF";
oncolor="#000000";
outfilter="fade(duration=0.5)";
overfilter="Inset(duration=0.2)"
//pagecolor="black";
pagebgcolor="#007fff";
pagecolor="white";
separatorcolor="#999999";
separatorsize=1;
//subimage="menuimages/purpgradwhite.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="raised";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
high3dcolor="#ffffff";
low3dcolor="#00FFFF";//634263
offbgcolor=="#007fff";//white=#ffffff cyan=00FFFF Dodger blue=1e90ff
offcolor="#000000";
oncolor="#000000";
outfilter="fade(duration=0.5)";
padding=3;
pagecolor="black";
separatorsize=2;
subimage="menuimages/arrow.gif";
subimagepadding=5;
swap3d=1;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=20;//21
itemwidth=156;//110
left="170";
margin=2;
//orientation="vertical";
orientation="horizontal";
position="relative";
screenposition="center;top";
style=menuStyle;
top=154;
aI("text=Home;url=index.htm;");
aI("showmenu=AboutUs;text=About Us;url=ED411_Mission.htm;");
aI("showmenu=FAQs;text=FAQs;url=ED411_FAQs.htm");
aI("showmenu=Newsletters;text=Newsletters;url=ED411_Newsletters.htm");
aI("text=Links;url=ED411_Links.htm");
}

with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("text=Home;url=index.htm;");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
overflow="scroll";
aI("text=Mission;url=ED411_Mission.htm;");
aI("text=History;url=ED411_Mission.htm#History;");
aI("text=Who We Are;url=ED411_Committees.htm;");
aI("text=Contact Us;url=mailto:westwoodeducation411@yahoo.com;target=_blank;");
}

drawMenus();
	
