


_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()){
align="center";
onbgcolor="#cc0000";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#cc0000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cc0000";
separatorsize="1";
padding=4;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage=0
subimagepadding=0
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Horizontal Menu")){
style=menuStyle;
top=130;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
aI("text=Catalog;url=http://voyager.umdnj.edu/cgi-bin/Pwebrecon.cgi?DB=local&PAGE=First");
aI("text=Databases;url=http://www.umdnj.edu/librweb/databases.html");
aI("text=Full-Text;url=http://www.umdnj.edu/librweb/about_fulltext.html");
aI("text=Subject Toolkits;url=http://www.umdnj.edu/librweb/toolkits/");
aI("text=Image Collections;url=http://www.umdnj.edu/librweb/image_collections.html");
aI("text=Remote Access;url=http://www.umdnj.edu/librweb/access/index.html");
aI("text=HealthyNJ;url=http://www.healthynj.org/");
aI("text=Special Collections;url=http://www.umdnj.edu/librweb/speccoll/special_collections.html");
}


drawMenus();

