_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuCRCStyle=new mm_style()){
onbgcolor="#CC0000";
oncolor="#ffffff";
offbgcolor="#6B6E6F";
offcolor="#ffffff";
bordercolor="#6B6E6F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6B6E6F";
separatorsize="0";
padding=2;
fontsize="10";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=70);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Contact")){
style=menuCRCStyle;
aI("text=E-mail;url=contact.htm;status=E-mail");
aI("text=Locations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=locations.htm;status=Locations");
}

drawMenus();

