//Used by LSB November 12, 2006
//fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;			// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;				// The time delay before menus open on mouse over
_subOffsetTop=2;				// Sub menu top offset
_subOffsetLeft=-2;				// Sub menu Left offset

_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()){
bordercolor="#006400";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#62a562";//528852  dark greenish  //64a764  //62a562
offcolor="#ffffff"; //ffffff = white
onbgcolor="#8ad785";//medium greenish //9fc89f //8DBC8F //bfdcbf //8ad785
oncolor="#000000";//006400 dark green
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
overfilter="Inset(duration=0.2)"
padding=4;
pagebgcolor="#62a562";
pagecolor="white";
separatorcolor="#999999";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=20;
itemwidth=156;
left="offset=0";
menuwidth="100%";
orientation="horizontal";
position="relative";
screenposition="center;top";
style=menuStyle;
top="offset=162";
aI("text=Home;url=index.htm;");
aI("showmenu=AboutWEF;text=About WEF;url=WEF_Mission.htm;");
aI("showmenu=GrantsAwards;text=Grants & Awards;url=WEF_Grants.htm");
aI("showmenu=EventsSponsors;text=Events & Sponsors;");
aI("showmenu=ToDonate;text=To Donate;url=WEF_WaysToGive.htm");
}



with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("text=Home;url=index.htm;");
}

with(milonic=new menuname("AboutWEF")){
style=menuStyle;
overflow="scroll";
aI("text=Mission;url=WEF_Mission.htm;");
aI("text=Who We Are;url=WEF_Board.htm;");
aI("text=Newsletter;url=WEF/Text/Newsletter09WEFfinal.pdf;target=_blank;");
aI("text=Contact Us;url=mailto:info@wefwestwood.org;target=_blank;");
}

with(milonic=new menuname("GrantsAwards")){
style=menuStyle;
overflow="scroll";
aI("text=Grant Criteria;url=WEF/Text/GrantCriteria.pdf;target=_blank;");
aI("text=Grant Applications;url=WEF_Grants.htm;");
aI("text=Grant FAQ;url=WEF/Text/GrantFAQ.pdf;target=_blank;");
aI("text=Grant Evaluation Form;url=WEF/Text/GrantEvaluation.pdf;target=_blank;");
aI("text=Current Grants;url=WEF_Grants.htm");
aI("text=History of Grants;url=WEF/Text/GrantHistory.pdf;target=_blank;");
aI("text=Newsletter Archives;url=WEF_Newsletters.htm");
}

with(milonic=new menuname("EventsSponsors")){
style=menuStyle;
overflow="scroll";
aI("text=Spelling Bee;url=WEF_SpellingBee.htm;");
//aI("text=Trivia Contest;url=WEF_SpellingBee.htm;");
aI("text=E4E;url=WEF/Text/E4E2010.pdf;");
aI("text=Calendar of Events;url=WEF/Text/WEFCalendarOfEvents.pdf;target=_blank;");
aI("text=Sponsors;url=WEF_Sponsors.htm;");
//aI("text=Support our Sponsors;url=WEF_SupportSponsors.html;");
}

with(milonic=new menuname("ToDonate")){
style=menuStyle;
overflow="scroll";
aI("text=Donate Online;url=WEF_WaysToGive.htm;");
aI("text=Recognition Program;url=WEF_Recognition.htm;");
}

drawMenus();

