


_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(menuStyle1=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif"; 
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(new menuname("Main Menu")){
style=menuStyle;
itemwidth=100;
itemheight=20;
top=102;
left=10;
alwaysvisible=1;
orientation="horizontal";
menuwidth=540;

aI("text=Home;url=index.cfm?fuseaction=content.display&ID=111;");
aI("text=The Trip;url=index.cfm?fuseaction=content.display&ID=101;");
aI("text=The 50 Hours;url=index.cfm?fuseaction=content.display&ID=102;");
aI("text=The Ride Home;url=index.cfm?fuseaction=content.display&ID=104;");
aI("text=Sponsors;url=index.cfm?fuseaction=content.display&ID=103;");
aI("text=News;url=index.cfm?fuseaction=content.display&ID=106;");

aI("text=Misc;showmenu=Misc;");


}

with(milonic=new menuname("Misc")){
style=menuStyle1;
itemwidth=100;
itemheight=20;

aI("text=Pictures;url=index.cfm?fuseaction=pics.home;");
aI("text=Guest Book;url=index.cfm?fuseaction=home.guestbook;");
aI("text=Journal;showmenu=Journal;");
}

with(milonic=new menuname("Journal")){
style=menuStyle1;
itemwidth=120;
itemheight=20;

aI("text=Journal1;url=index.cfm?fuseaction=home.journal1;");
aI("text=Journal2;url=index.cfm?fuseaction=home.journal2;");
aI("text=Journal3;url=index.cfm?fuseaction=home.journal3;");
aI("text=Journal4;url=index.cfm?fuseaction=home.journal4;");
aI("text=Videos;url=index.cfm?fuseaction=home.videos;");
}

drawMenus();


