_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop= 0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#A8A8A8"; //mouse on
oncolor="#663333"; //mouse on font
offbgcolor="#D8D8D8"; //no mouse on
offcolor="#515151"; //no mouse on font
bordercolor="#D8D8D8"; //color of the outside menu border
borderstyle="solid"; //dont know
borderwidth=1;
separatorcolor="#000000"; //self explained. should match bg color
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="sans-serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
left=0;
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
}


with(milonic=new menuname("missions")){
style=menuStyle;
overflow="scroll";
aI("text=ACE;url=http://solar-heliospheric.engin.umich.edu/ace;");
aI("text=Ulysses;url=http://solar-heliospheric.engin.umich.edu/ulysses;");
aI("text=Wind;url=http://solar-heliospheric.engin.umich.edu/wind;");
aI("text=Messenger;url=http://solar-heliospheric.engin.umich.edu/messenger;");

}

with(milonic=new menuname("science")){
style=menuStyle;
overflow="scroll";


}


with(milonic=new menuname("personnel")){
style=menuStyle;
overflow="scroll";
aI("text=Current;url=http://solar-heliospheric.engin.umich.edu/personnel.htm;");
aI("text=Alumni;url=http://solar-heliospheric.engin.umich.edu/alumni.htm;");


}
with(milonic=new menuname("publications")){
style=menuStyle;
overflow="scroll";


}
with(milonic=new menuname("technology")){
style=menuStyle;
overflow="scroll";


}


with(milonic=new menuname("outreach")){
style=menuStyle;
overflow="scroll";

}
with(milonic=new menuname("gallery")){
style=menuStyle;
overflow="scroll";

}
with(milonic=new menuname("intranet")){
style=menuStyle;
overflow="scroll";
aI("text=Reference Shelf;url=../Intranet/ReferenceShelf.html;");


}




drawMenus();

