_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // 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()){
onbgcolor="#ffffff";
oncolor="#FFFFFF";
offbgcolor="#ffffff";
offcolor="#FFFFFF";
bordercolor="#64bb47";
borderstyle="solid";
borderwidth=0;
separatorcolor="#6F86A8";
separatorsize="0";
padding=0;
fontsize="80%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
itemheight="12";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#397a32";
overfilter="Fade(duration=0.0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#eaeef4";
oncolor="#2a7027";
offbgcolor="transparent";
offcolor="#2a7027";
bordercolor="#64bb47";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="80%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
image="/images/buttons/xpblank.gif"
//itemheight="2";
onborder="1px solid #019801";
overfilter="Fade(duration=0.1);Alpha(opacity=75);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.0)";
menubgimage="/images/buttons/winxp.gif";
subimage="/images/buttons/arrow.gif";
//onsubimage="/images/element/arrow_down.gif";
}


with(milonic=new menuname("aboutus")){
style=subMenuStyle;
itemwidth=183;
margin=4;
left="offset=9";
top="offset=-16";
aI("text=Welcome & Mission;url=/aboutus/welcome.asp;");
aI("text=Staff;url=/aboutus/staff.asp;");
aI("text=Contact Us;url=/aboutus/contactus.asp;");
aI("text=Development and Growth;url=/aboutus/development.asp;");
aI("text=Picture Gallery;url=/photos/;");
}

with(milonic=new menuname("schoolinfo")){
style=subMenuStyle;
itemwidth=150;
margin=4;
left="offset=2";
top="offset=-16";
aI("text=Curriculum & Schedules;url=;showmenu=curriculums");
aI("text=Holiday List;url=/schoolinfo/holidays.asp;");
aI("text=CCS Careers;url=/schoolinfo/careers.asp;");
aI("text=Employee Requirements;url=/schoolinfo/employees.asp;");
aI("text=Lunch Menu;url=/menu/ccsmenu2.pdf;");
}

with(milonic=new menuname("curriculums")){
style=subMenuStyle;
itemwidth=150;
margin=4;
left="offset=2";
top="offset=-16";
aI("text=Infants;url=/schoolinfo/infants.asp;");
aI("text=Toddlers;url=/schoolinfo/toddlers.asp;");
aI("text=Two Year Olds;url=/schoolinfo/2years.asp;");
aI("text=Three Year Olds;url=/schoolinfo/3years.asp;");
aI("text=Four Year Olds;url=/schoolinfo/4years.asp");
aI("text=Discovery Club;url=/schoolinfo/DiscoveryClub.asp");
}




drawMenus();
