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()){
align="center";
fontfamily="Arial Black, Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#EE208C";
offcolor="#19017B";
onbgcolor="#EE208C";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=85)";
padding=4;
separatorpadding=2;
subimage="navigation/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Home")){
align="left";
style=menuStyle;
aI("text=Home;url=index.htm;");
aI("text=About Gloria;url=about-gloria.htm;");
}

with(milonic=new menuname("Forms")){
style=menuStyle;
align="left";
aI("text=Form Overview;url=forms.htm;");
aI("text=Mortgage Application;url=files/application.pdf;");
aI("text=Client Agreement;url=files/client-agreement.pdf;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
align="left";
aI("target=_blank;text=Global Mortgage;url=http://www.globalmortgagecorp.com;");
aI("text=Calculators;url=calculators.htm;");
aI("text=Mortgage Amount;url=afford.htm;");
aI("text=Partner Links;url=links.htm;");
}

drawMenus();


