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="#FFFFFF";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize=16;
fontstyle="normal";
fontweight="800";
offbgcolor="#000000";
offcolor="#090A64";
onbgcolor="#090A64";
oncolor="#000000";
onsubimage="js/white_arrow.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=20;
separatorcolor="#FFFFFF";
separatorsize=8;
subimage="js/arrow.gif";
subimagepadding=2;
}
with(submenuStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="bold";
offbgcolor="#090A64";
offcolor="#000000";
onbgcolor="#000000";
oncolor="#FFFFFF";
onsubimage="js/white_arrow.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
separatorcolor="#666666";
separatorsize=1;
subimage="js/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
menuheight=150;
menuwidth=640;
itemwidth="25%";
aI("offbgcolor=#E99430;oncolor=#E99430;showmenu=Online;text=Online Services;url=http://www.fsbbrookston.com/OnlineServices;");
aI("offbgcolor=#E9E230;oncolor=#E9E230;showmenu=Financial;text=Financial Services;url=http://www.fsbbrookston.com/FinancialServices;");
aI("offbgcolor=#69D34D;oncolor=#69D34D;showmenu=Local;text=Local Items;url=http://www.fsbbrookston.com/LocalItems;");
aI("offbgcolor=#30C0E9;oncolor=#30C0E9;showmenu=Calculators;text=Calculators;url=http://www.fsbbrookston.com/Calculators;");
}

with(milonic=new menuname("Online")){
style=submenuStyle;
top="offset=-50";
aI("offcolor=#E99430;separatorsize=1;image=js/locked.gif;text=Online Banking;url=https://www.netteller.com/fsbbrookston/;");
aI("offcolor=#E99430;text=Guide To Online Banking;url=http://www.fsbbrookston.com/OnlineServices/GuideToOnlineBanking.htm;");
aI("offcolor=#E99430;text=Guide To Bill Payment;url=http://www.fsbbrookston.com/OnlineServices/GuideToBillPayment.htm;");
aI("offcolor=#E99430;text=Online Security;url=http://www.fsbbrookston.com/OnlineServices/OnlineSecurity.htm;");
}

with(milonic=new menuname("Financial")){
style=submenuStyle;
top="offset=-50";
aI("offcolor=#E9E230;separatorsize=1;text=Loans;url=http://www.fsbbrookston.com/FinancialServices/Loans.htm;");
aI("offcolor=#E9E230;separatorsize=1;text=Commodities / Markets;url=http://www.fsbbrookston.com/FinancialServices/CommoditiesAndMarkets.htm;");
aI("offcolor=#E9E230;separatorsize=1;text=Other Services;url=http://www.fsbbrookston.com/FinancialServices/OtherServices.htm;");
}

with(milonic=new menuname("Local")){
style=submenuStyle;
top="offset=-50";
aI("offcolor=#69D34D;image=js/home.gif;text=Homes For Sale;url=http://www.fsbbrookston.com/LocalItems/HomesForSale.htm;");
aI("offcolor=#69D34D;image=js/car.gif;text=Vehicles For Sale;url=http://www.fsbbrookston.com/LocalItems/VehiclesForSale.htm;");
aI("offcolor=#69D34D;text=Education;url=http://www.fsbbrookston.com/LocalItems/Education.htm;");
aI("offcolor=#69D34D;image=js/people.gif;text=Community Links;url=http://www.fsbbrookston.com/LocalItems/CommunityLinks.htm;");
}

with(milonic=new menuname("Calculators")){
style=submenuStyle;
top="offset=-50";
aI("offcolor=#30C0E9;text=Home Affordability;url=http://www.fsbbrookston.com/Calculators/HomeAffordability.htm;");
aI("offcolor=#30C0E9;text=College Planning;url=http://www.fsbbrookston.com/Calculators/CollegePlanning.htm;");
aI("offcolor=#30C0E9;text=Retirement Planning;url=http://www.fsbbrookston.com/Calculators/RetirementPlanning.htm;");
aI("offcolor=#30C0E9;text=Bill Payment;url=http://www.fsbbrookston.com/Calculators/BillPayment.htm;");
aI("offcolor=#30C0E9;text=Installment Loan;url=http://www.fsbbrookston.com/Calculators/InstallmentLoan.htm;");
}

drawMenus();

