


_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=300            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // 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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DFDCCD";
offcolor="#000000";
bordercolor="#DFDCCD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#DFDCCD";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="normal";
fontfamily="arial, sans serif";
pagecolor="#F7F6EC";
pagebgcolor="#4F8EB6";
headercolor="#000000";
headerbgcolor="#DFDCCD";
subimage="arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#DFDCCD', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Links"))
{style=menuStyle;
overflow="scroll";
aI("text=Links;url=Links.aspx;separatorcolor=#F7F6EC;");
}

with(milonic=new menuname("Art Season"))
{style=menuStyle;
overflow="scroll";
aI("text=Hawaii Arts Season;url=ArtSeason.aspx;separatorcolor=#F7F6EC;");
aI("text=Performing Arts;url=PerformingArts.aspx;separatorcolor=#F7F6EC;");
aI("text=Visual Arts;url=VisualArts.aspx;separatorcolor=#F7F6EC;");
aI("text=Museums;url=Museums.aspx;separatorcolor=#F7F6EC;");
}



