

fixMozillaZIndex=true;
_menuCloseDelay=500;          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=750;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=40;                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=10           // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
horizontalMenuDelay = true;
//onbgcolor="#e0d3ac";
oncolor="#000000";
offbgcolor="#660066";
offcolor="#FFFFFF";
bordercolor="#870c2d";
borderstyle="solid";
borderwidth=0;
separatorcolor="#e6ffbf";
separatorsize=20;
seperatorpadding=20;
padding=5;
fontsize="13px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#660066";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="http://www.a-full-house.com/arrow.gif";
//subimagepadding="2";
//ondecoration='underline';
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}

with(subStyle=new mm_style()){
horizontalMenuDelay = true;
onbgcolor="#e0d3ac";
oncolor="#000000";
offbgcolor="#660066";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize=1;
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#e0d3ac";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="http://www.easternct.edu/depts/its/arrow.gif";
//subimagepadding=2;
//ondecoration='underline';
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
//screenposition="left";
//position="absolute";
top=375;
left=90;
//menuwidth=100;
menualign="center";
alwaysvisible=1;
orientation="verticle";
buildAfterLoad=true;
aI("text=HOME;url=http://www.ogms.org;");
aI("text=NEWS;url=http://www.ogms.org/news.htm;");
aI("text=CLASSROOMS;showmenu=class;");
aI("text=MONTESSORI;url=http://www.ogms.org/approach.htm;");
aI("text=ADMISSIONS;url=http://www.ogms.org/admission.htm;");
aI("text=ABOUT US;showmenu=about;");
aI("text=DIRECTIONS;url=http://www.ogms.org/directions.htm;");
aI("text=CONTACT US;url=http://www.ogms.org/contact.htm;");
aI("image=http://www.ogms.org/images/fast2.jpg;url=https://www.ismfast.com/FastPage.php?id=3dc89a4263071f4a9e4a4c87ad1ec86c ;");

}

with(milonic=new menuname("about")){
style=subStyle;
overflow="scroll";
aI("text=History;url=http://www.ogms.org/history.htm;");
aI("text=Mission;url=http://www.ogms.org/mission.htm;");
aI("text=Curriculum;url=http://www.ogms.org/curriculum.htm;");
aI("text=Staff;url=http://www.ogms.org/staff.htm;");
aI("text=Enrichment Programs;url=http://www.ogms.org/enrichment.htm;");


}

with(milonic=new menuname("class")){
style=subStyle;
overflow="scroll";
aI("text=The Children's House;url=http://www.ogms.org/class1.htm;");
aI("text=Ages 6&#0151;9;url=http://www.ogms.org/class2.htm;");
aI("text=Ages 9&#0151;12;url=http://www.ogms.org/class3.htm;");


}

with(milonic=new menuname("soon")){
style=subStyle;
overflow="scroll";
aI("text=Coming Soon;");
}


drawMenus();

