

//this script is for the English Dept 2nd level pages only
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#999999";
oncolor="#092D69";
offbgcolor="#002656";
offcolor="#FFFFFF";
bordercolor="#002656";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#870c2d";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.gif";
subimagepadding="2";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="left"
top=240;
left=15;
menuwidth="148";
//menualign="center";
alwaysvisible=1;
orientation="vertical";
aI("text=HOURS OF OPERATION;url=hours.htm;title=View the Center's hours of operation;");
aI("text=LOCATION;url=location.htm;title=View our location and directions;");
aI("text=RESOURCES;showmenu=res;title=Access the Center's resources;");
aI("text=NASA EDUCATION SITE;url=http://education.nasa.gov/home/index.html;target=_blank;title=Browse to the NASA Education website;");
}

with(milonic=new menuname("res")){
style=menuStyle;
overflow="scroll";
aI("text=Educator Guides;url=educatorguides.htm;title=See the list of Education Guides provided by the Center;");
aI("text=Educator Wallsheets;url=educationwallsheets.htm;title=See the list of Education Wallsheets provided by the Center;");
aI("text=Lithographs;url=lithographs.htm;title=See the list of lithographs;");
aI("text=Educational Videotapes;url=videos.htm;title=See the list of videotapes;");
aI("text=Miscellaneous Resources;url=miscellaneous.htm;title=View a list of miscellaneous resources;");
}

drawMenus();

