lofixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
   bordercolor="#99ffff";
   borderstyle="solid";
   borderwidth=4;
   fontfamily="'Times New Roman', Times, Serif";
   fontsize="1.05em";
   fontstyle="normal";
   headerbgcolor="#ffffff";
   headercolor="#0000ff";
   offbgcolor="#99ffff";
   offcolor="#0000ff";
   onbgcolor="";
   decoration="underline";
   ondecoration="underline";
   oncolor="#ff0000";
   /* outfilter="randomdissolve(duration=0.2)"; */
   /* overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#99ffff', Direction=135, Strength=0)"; */
   padding=2;
   pagebgcolor="#ffffff";
   pagecolor="#0000ff";
   separatorcolor="#99ffff";
   separatorsize=0;
   subimage="arrow.gif";
   subimagepadding=3;
   high3dcolor="#99ffff";
   low3dcolor="#99ffff";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left="auto"; if(navigator.appName=="Microsoft Internet Explorer" && navigator.appVersion.indexOf("MSIE 5")>=0) left=20; if(navigator.appName=="Microsoft Internet Explorer" && navigator.appVersion.indexOf("Mac")>=0) left=28;
overflow="scroll";
style=menuStyle;
top=110;
   aI("text=Home;url=index.shtml;");
	aI("text=Contact;url=contact.shtml;");
   aI("text=About Us;showmenu=AboutUs;");
   aI("text=Newsletter;showmenu=Newsletter;");
   aI("text=Choir;url=choir.shtml;");
   aI("text=RE;showmenu=RE;");
   aI("text=Map;target=_blank;url=http://maps.google.com/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=12333+155th+Ave,+Hanska,+MN+56041,+USA&sll=44.148156,-94.467058&sspn=0.031902,0.090637&ie=UTF8&ll=44.143645,-94.479868&spn=0.007976,0.022659&t=h&z=16&om=1;");
   aI("text=Sermons;url=sermon.shtml;");
   aI("text=Links;url=links.shtml;");
   aI("text=Comments;url=comments.shtml;");
}

with(milonic=new menuname("AboutUs")){
overflow="scroll";
style=menuStyle;
   aI("text=Our Beliefs;url=belief.shtml;");
   aI("text=History;url=history.shtml;");
   aI("text=Photo Album;url=photo.shtml;");
	aI("text=What to expect when you visit Nora UU Church;url=what_to_expect.shtml;");
}

with(milonic=new menuname("Newsletter")){
overflow="scroll";
style=menuStyle;
   /* aI("text=Current Newsletter;url=julynews.shtml;"); */
   aI("text=Current Nora Newsletter (pdf format);target=_blank;url=merelys.pdf;");
   aI("text=Nora Newsletter Archives;url=merelysarchive.shtml;");
	aI("text=Benced Newsletter Archives;url=benced.shtml;");
	aI("text=Wind Study Information;url=windstudy.shtml;");
	aI("text=News from Krisztina Pall (pdf format);target=_blank;url=archive/newsletters/benced/krisztina_2010_07_26.pdf;");
}

with(milonic=new menuname("RE")){
overflow="scroll";
style=menuStyle;
   aI("text=Religious Education Overview (pdf format);target=_blank;url=pdf/re_overview.pdf;");
   /* aI("text=Youth Calendar (pdf format);target=_blank;url=pdf/re_youth_cal.pdf;"); */
}

drawMenus();

