_menuCloseDelay=250;			// The time delay for menus to remain visible on mouse out
_menuOpenDelay=100;				// The time delay before menus open on mouse over
_subOffsetTop=-122;				// Sub menu top offset
_subOffsetLeft=-8;				// Sub menu left offset

/// Style Definitions ///
/*
with(menuStyle=new mm_style()){
bordercolor="#3333ff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
margin=4;
menubgcolor="#ffffcc";
menubgcolor="#ffffcc";
offbgcolor="#ffff99";
offcolor="#000099";
onbgcolor="#0033ff";
onbold=1;
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=125, Strength=5)";
padding=3;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#3333ff";
separatorsize=3;
separatorpadding=7;
subimage="gif/arrowdn.gif";
subimagepadding=7;
onborder=1;
}
*/
  with(new menuname("Main Menu")){
  style=menuStyle;
  alwaysvisible=1;
  position="relative";
  orientation="horizontal";
  style=menuStyle;
  margin=2;
aI("text=Welcome;url=HomePage.html;target=mainframe;");
aI("text=About Us;showmenu=menusub1;target=mainframe;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Parents' Pages;showmenu=menusub3;target=mainframe;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=HELP;showmenu=menusub4;target=mainframe;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Map;url=WhereWeAreMAP.html;target=mainframe;");
aI("text=Site Map;url=SiteMap.html;target=mainframe;");
aI("text=&copy; Notice;url=copyright.html;target=mainframe;");
aI("text=Rev 7.11.31;url=version.html;target=mainframe;");
}

drawMenus();

