fixMozillaZIndex=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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeddee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=4;
subimage="arrow.gif";
subimagepadding=1;
}

with(menuStyle1=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddddff";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=4;
subimage="arrow.gif";
subimagepadding=1;
}


with(milonic=new menuname("Menu3")){
alwaysvisible=1;
left=4;
orientation="horizontal";
style=menuStyle1;
top=44;
aI("status=FNLPILOTS:;text=FNLPILOTS:;");
aI("showmenu=Join;text=Join;");
aI("showmenu=PayDues;text=PayDues;");
aI("showmenu=Hangars;text=Hangars;");
aI("showmenu=Links;text=Links;");
aI("showmenu=Documents;text=Documents;");
aI("showmenu=Members;text=Members;");
aI("showmenu=Contacts;text=Contacts;");
}

with(milonic=new menuname("Join")){
overflow="scroll";
style=menuStyle;
aI("text=Membership Application;url=documents/Contact Information.pdf;target=_blank;")
}

with(milonic=new menuname("PayDues")){
overflow="scroll";
style=menuStyle;
aI("text=Pay Pal or Credit Card;url=paypal/PayNowButtonI.htm;target=_blank;")
}

with(milonic=new menuname("Hangars")){
style=menuStyle;
aI("text=Hangar Space-Sale/Rent/Wanted;url=documents/hangars/hangars for sale or rent.pdf;target=_blank;")
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links;url=links.htm;target=_blank;")
}

with(milonic=new menuname("Documents")){
style=menuStyle;
aI("text=Charter;url=documents/charter.htm;target=blank;")
aI("text=By Laws;url=documents/charter.htm;target=blank;")
aI("text=Newsletters;url=documents/newsletters/newsletters.htm;target=_blank;")
aI("text=Annual Meetings;url=;target=_blank;")
aI("text=Other;url=;target=_blank;")
}

with(milonic=new menuname("Members")){
style=menuStyle;
aI("text=Members;url=members/default.php;target=_blank;")
}

with(milonic=new menuname("Contacts")){
style=menuStyle;
aI("text=Contacts;url=contacts.htm;target=_blank;")
}

drawMenus();

