﻿_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#028A6F";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="#FFFFFF";
fontweight="bold"
pagebgcolor="#333333";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(PageStyle=new mm_style()){
styleid=2;
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="2";
padding=4;
fontsize=11;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="#FFFFFF";
fontweight="bold"
pagebgcolor="#028A6F";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main")){
style=menuStyle;
top=15;
screenposition="center";
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=/sn/clt/nceyes/pagedisplay.aspx?ClientCode=nceyes&FileName=current_home.txt;");
aI("text=Calendar of Events;url=/sn/cal/c_main.aspx?ClientCode=nceyes;");
aI("text=Organization Directory;url=/sn/clt/nceyes/pagedisplay.aspx?ClientCode=nceyes&FileName=current_organdirectory.txt;");
aI("text=Continuing Education;url=/sn/clt/nceyes/pagedisplay.aspx?ClientCode=nceyes&FileName=current_continuinged.txt;");
aI("text=Find an Eye Doctor;url=/sn/clt/nceyes/p_find.aspx?ClientCode=nceyes;");
aI("text=Login;url=/sn/sec/login.aspx?ClientCode=nceyes;");
}

drawMenus();


