


_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="#781317";
oncolor="#ffffff";
offbgcolor="#3C434D";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mango=new menuname("Rafting")){
style=menuStyle;
aI("text=Half Day Trips;url=rafting.html#half;");
aI("text=Full Day Trips;url=rafting.html#full;");
aI("text=High Adventure Trip;url=rafting.html#adventure;");
aI("text=Groups;url=groups.html;");
}

with(mango=new menuname("Kayaking")){
style=menuStyle;
aI("text=Kayak Tours and Rentals;url=kayak.html;");
aI("text=Kayak Instruction;url=kayakschool.html;");
}

with(mango=new menuname("Pricing")){
style=menuStyle;
aI("text=Rafting Adventures;showmenu=Pricing Raft;status=Tahoe Whitewater Tours Rafting Adventures;");
aI("text=Kayak Adventures;url=pricing.html#kayak;");
aI("text=Groups;url=groups.html#pricing;");
}


with(mango=new menuname("Pricing Raft")){
style=menuStyle;
aI("text=Half Day Trips;url=pricing.html#half;");
aI("text=Full Day Trips;url=pricing.html#full;");
aI("text=High Adventure Trip;url=pricing.html#adventure;");
}

with(mango=new menuname("Links")){
style=menuStyle;
aI("text=Local Links;url=links.html;");
}


drawMenus();


