
_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#300037";
oncolor="#ffffff";
offbgcolor="#75267C";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="3";
padding=5;
fontsize="18px";
fontstyle="italic";
fontfamily="Times New Roman, Times, serif";   //"Verdana, Tahoma, Arial";
pagecolor="#EEEEEE";
pagebgcolor="#4F0056";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="whitearrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=240;
left=24;
alwaysvisible=1;
orientation="vertical";
aI("text=Home;url=index2.htm;status=Back To Home Page;image=church-whiteTiny.gif");
aI("text=What is the GLPW?;status=What is the GLPW?;url=GLPWwhatis.htm;image=church-whiteTiny.gif");
aI("text=Background;status=Background;url=GLPWBackground.htm;image=church-whiteTiny.gif");
aI("text=What is our Prayer Focus?;status=What is our Prayer Focus?;url=GLPWFocus.htm;image=church-whiteTiny.gif");
aI("text=GLPW Newsletter;status=GLPW Newsletter;url=GLPWNewsletter.htm;image=church-whiteTiny.gif");
aI("text=GLPW Events;status=GLPW Events;url=GLPWEvents.htm;image=church-whiteTiny.gif");
aI("text=Who Can Join?;status=Who Can Join?;url=GLPWWhoCanJoin.htm;image=church-whiteTiny.gif")
aI("text=Privacy;status=Privacy;url=GLPWPrivacy.htm;image=church-whiteTiny.gif")
aI("text=Sponsorship;status=Sponsorship;url=GLPWSponsorship.htm;image=church-whiteTiny.gif")
aI("text=TEAMM Website;status=TEAMM;url=index.htm;image=church-whiteTiny.gif");
aI("text=Join Us Today;status=Join Us Today;url=GLPWJoinUsToday.htm;image=church-whiteTiny.gif");
aI("text=GLPW Resources;status=GLPW Resources;url=GLPWResources.htm;image=church-whiteTiny.gif");
}

drawMenus();

