


_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()){
onbgcolor="#999999";
oncolor="#092D69";
offbgcolor="#870C2D";
offcolor="#FFFFFF";
bordercolor="#002656";
borderstyle="solid";
borderwidth=1;
separatorcolor="#870C2D";
separatorsize="30";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#002656";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.gif";
subimagepadding="2";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
// outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center"
top=82;
left=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
//aI("text=MENU 1;showmenu=menuname1;");
//aI("text=MENU 2;showmenu=menuname2;");
//aI("text=MENU 3;showmenu=menuname3;");
aI("text=PROGRAM INFORMATION;url=program.htm;");
aI("text=LSAT TESTING;url=lsat.htm;");
aI("text=RESOURCES;url=resources.htm;");
aI("text=EVENTS;url=events.htm;");
}

with(milonic=new menuname("menuname1")){
style=menuStyle;
overflow="scroll";
aI("text=Link 1a;url=insert path/filename or URL here;");

}

with(milonic=new menuname("menuname2")){
style=menuStyle;
overflow="scroll";
aI("text=Link 1b;url=insert path/filename or URL here;");

}

drawMenus();

