


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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(menuStyle1=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="#000000";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif"; 
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="#000000";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(new menuname("Main Menu")){
style=menuStyle;
itemwidth=95;
itemheight=18;
top=108;
left=27;
alwaysvisible=1;
orientation="horizontal";
menuwidth=780;

aI("text=Home;url=index.cfm?fuseaction=home.home;");

aI("text=About us;showmenu=About us;");


aI("text=Scholarship Applications;url=index.cfm?fuseaction=home.highschool;");
aI("text=Career Workshop;url=http://www.bailey-family.org/career;");
aI("text=Contact Us;url=index.cfm?fuseaction=content.display&ID=215;");
aI("text=News;url=index.cfm?fuseaction=home.news;");
aI("text=FAQ;url=index.cfm?fuseaction=content.display&ID=217;");
aI("text=Scholarship Recipient Login;url=https://www.bailey-family.org/alumni;");
aI("text=Evaluator Login;url=https://www.bailey-family.org/admin;");
}

with(milonic=new menuname("About us")){
style=menuStyle1;
itemwidth=140;
itemheight=18;

aI("text=Foundation History;url=index.cfm?fuseaction=content.display&ID=208;");
aI("text=Foundation Programs;url=index.cfm?fuseaction=content.display&ID=210;");
aI("text=Founder's Biography;url=index.cfm?fuseaction=content.display&ID=211;");
aI("text=Our Mission;url=index.cfm?fuseaction=content.display&ID=212;");
}

drawMenus();

