


_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=-5            // 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="#E5012C";
oncolor="#FFFFFF";
offbgcolor="#012652";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily=" Arial, Verdana, Sans-Serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("nsi")){
style=menuStyle;
top=-48;
left=160;
alwaysvisible=0;
itemwidth=180;
itemheight=28;
overflow="scroll";
aI("text=Programs Abroad;url=nsi_prog_abroad.cfm;status=Programs Abroad;");
aI("text=Programs On-Campus;url=nsi_prog_campus.cfm;status=Programs On-Campusr;");
aI("text=Photos;url=nsi_photos.cfm;status=Photos;");
aI("text=Interns and Volunteers;url=nsi_interns.cfm;status=Interns and Volunteers;");
aI("text=Staff;url=nsi_staff.cfm;status=Staff;");
}

with(milonic=new menuname("nep")){
style=menuStyle;
top=-48;
left=160;
alwaysvisible=0;
itemwidth=180;
itemheight=28;
orientation="vertical";
aI("text=Nuclear History;url=nep_history.cfm;status=Nuclear History;");
aI("text=Collection of Syllabi;url=nep_syllabi.cfm;status=Collection of Syllabi;");
aI("text=Articles;url=nep_articles.cfm;status=Articles;");
aI("text=Projects;url=nep_projects.cfm;status=Projects;");
aI("text=Links;url=nep_links.cfm;status=Links;");
}


drawMenus();

