

_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(XPMainStyle=new mm_style()){
onbgcolor="#FFDDDD";
oncolor="#000000";
offbgcolor="#EFEDDE";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=2;
separatorcolor="#EFEDDE";
separatorsize="2";
padding=3;
fontsize="80%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimagepadding="2";
onborder="1px solid #AA0000";
offborder="1px solid #cccccc";
}


with(XPMenuStyle=new mm_style()){
onbgcolor="#C1D2EE";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8A867A";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=1;
fontsize="70%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
image="../navbars/xp/xpblank.gif";
subimage="../navbars/xp/arrow.gif";
onborder="1px solid #316AC5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
menubgimage="../navbars/xp/back.gif";
}


with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
screenposition="center"; 
alwaysvisible=1;
orientation="horizontal";

aI("text=Home;url=../;status=Home Options;image=../navbars/xp/home.gif;");
aI("text=Main;url=../entrance.htm;status=Main menu;");

aI("text=News;url=../news.htm;status=News;");
aI("text=Annual;url=../class_of_64.htm;status=Annual;");
aI("text=Photos;url=../photos/index.cfm;status=Photos;");
aI("text=ReUnion;url=../reunion.htm;status=ReUnion info;");
aI("text=Contact;url=../help/contact.htm;status=Contact us;");
aI("text=Help;url=../help.htm;status=Help;");


}

drawMenus();


