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="none";
borderstyle="none";
borderwidth=0;
headercolor="#000000";
offbgcolor="#5461af";
offcolor="#515151";
onbgcolor="#5361ae";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=0;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#5361ae";
separatorsize=20;
fontsize="7pt";
fontstyle="bold";
fontfamily="Arial, Helvetica";
}
with(menuStyle2=new mm_style()){
onbgcolor="#7aa816";
oncolor="#ffffff";
offbgcolor="#5361ae";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="none";
borderwidth=0;
separatorcolor="#6798d2";
separatorsize="1";
padding=10;
fontsize="7pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial, Helvetica";
pagecolor="#ffffff";
pagebgcolor="#6798d2";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";

}

with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle2;
aI("text=&nbsp;&nbsp;COMMERCIAL;url=commercial.htm;")
aI("text=&nbsp;&nbsp;RESIDENTIAL;url=residential.htm;")


}

with(milonic=new menuname("Financing")){
overflow="scroll";
style=menuStyle2;
aI("text=&nbsp;&nbsp;COMMERCIAL FINANCING;url=commercial.htm#commercial;")
aI("text=&nbsp;&nbsp;RESIDENTIAL FINANCING/INCENTIVES;url=residential.htm#residential;")


}

drawMenus();


