
_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=50                // Follow scrolling Rate
_subOffsetTop=2               // 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(MapSample=new mm_style()){
onbgcolor="#C41A1A";
oncolor="#ffffff";
offbgcolor="#b1914d";
offcolor="#000000";
bordercolor="#000000";
borderstyle="none";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="bold";

fontfamily="Verdana, Arial, Helvetica, sans-serif";
//high3dcolor="#000000";
//low3dcolor="#aaaaaa";
pagecolor="#FFFFFF";
pagebgcolor="#C41A1A";
headercolor="#641802";
headerbgcolor="#DF9A16";
offborder="1px solid #CCCCEF";
subimage="arrow.gif";
followscroll="1";
overfilter="Fade(duration=0.1);Alpha(opacity=100);";//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#AAAAAA', Direction=120, Strength=5)";
outfilter="randomdissolve(duration=0.5)";
//separatorcolor="#000000";
//separatorsize="#000000";

}



//Country Main Menu
with(milonic=new menuname("res")){
style=MapSample;
//left=560;
//top=105;
orientation="horizontal";
borderwidth=1;
aI("text= Country&nbsp;&nbsp;;url=http://sea.lib.niu.edu/rescountry.html;");
aI("text= Language&nbsp;&nbsp;;url=http://sea.lib.niu.edu/reslanguage.html");
aI("text= Project&nbsp;&nbsp;;url=http://sea.lib.niu.edu/resprojects.html");
aI("text= Institution&nbsp;&nbsp;;url=http://sea.lib.niu.edu/resinstitution.html;");
}
drawMenus();

