
_menuCloseDelay=500; 
_menuOpenDelay=150; 
_scrollAmount=3; 
_scrollDelay=20; 
_followSpeed=5; 
_followRate=40;
_subOffsetTop=20; 
_subOffsetLeft=-20;
 
with(menuStyle=new mm_style()){ 
itemwidth=125;
itemheight=20;
offcolor="ffffff"; 
offbgcolor="#000000"; 
oncolor="#ff0000"; 
onbgcolor="#000000"; 
bordercolor="#000000"; 
borderstyle="solid"; 
borderwidth=1; 
fontsize=11; 
fontstyle="normal"; 
fontweight="normal"; 
fontfamily="Verdana"; 
padding=0; 
high3dcolor="#000000"; 
low3dcolor="#000000"; 
headercolor="#000000"; 
headerbgcolor="#000000"; 
separatorcolor="#000000"; 
} 

with(subMenuStyle=new mm_style()){ 
itemwidth=175; 
offcolor="#000000"; 
offbgcolor="#cccccc"; 
oncolor="#ffffff"; 
onbgcolor="#999999"; 
bordercolor="#000000"; 
borderstyle="solid"; 
borderwidth=1; 
fontsize=10; 
fontstyle="normal"; 
fontweight="bold"; 
fontfamily="Arial"; 
padding=4; 
subimage="/Include/menu/arrow.gif"; 
high3dcolor="#000000"; 
low3dcolor="#000000"; 
headercolor="#000000"; 
headerbgcolor="#000099"; 
separatorcolor="#000000"; 
overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)" 
}

with(milonic=new menuname("29")){
style=subMenuStyle;
alignment="left";
aI("text=RVP Contact Information;url=/default.aspx?page=rvp_contact_info;status=RVP Contact Information;separatorsize=1")
aI("text=Divisional Contact Information;url=/default.aspx?page=divisional_contacts;status=Divisional Contact Information;separatorsize=1")
}


with(milonic=new menuname("mainmenu")){
style=menuStyle;
position="relative";
menuwidth="100%";
alwaysvisible=1;
alignment="left";
orientation="horizontal";
aI("text=Home;url=/default.aspx?page=default;HideMenu=1;status=Home;")
aI("text=Divisions;url=/default.aspx?page=division_overview;status=Divisions;")
aI("text=Key Contacts;url=/default.aspx?page=rvp_contact_info;HideMenu=29;status=Key Contacts;")
aI("text=Training;url=/default.aspx?page=training;status=Training;")
}



drawMenus(); 