 


_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=50                // 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="#336633";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#336633";  
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="9px";
fontweight="regular";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#CBCBCB";
headercolor="#ffffff";
headerbgcolor="#999999";
headeronbgcolor="#ff0000";
headerbordercolor="#000000";
headerborder="#000000";
subimage="/images/tour-corp/RWmenuarrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
position="relative";
overflow="scroll";
aI("text=Day Trips to Yosemite;showmenu=Yosemite;");
aI("text=2 or 3 Day Trips;showmenu=2Day;");
aI("text=VIP and Private Tours;showmenu=VIP;");
aI("text=Other Sierra Tours;showmenu=Sierra;");
aI("text=Adventure Tours;showmenu=Adventure Tours;");


}
with(milonic=new menuname("Yosemite")){
style=menuStyle;
overflow="scroll";
aI("text=ALL YOSEMITE DAY TRIPS FROM SAN FRANCISCO ;url=http://www.touryosemite.com/tours/san_francisco_yosemite_tours_trips_camping.html;type=header");
aI("text=DAY VAN: Yosemite National Park Tour - By Van - 13 or less in these small groups - Tue, Thur, Fri, Sat & Sunday;url=http://www.touryosemite.com/tours/yosemite_park_tour_incredible.html;");
aI("text=DAY MOTORCOACH: Yosemite National Park Tour - By Cal Parlor Car from San Francisco - Daily ;url=http://www.touryosemite.com/tours/sf_calpartours_yosemite_day_tour.html;");
aI("text=DAY MOTORCOACH: Yosemite National Park Tour - By Gray Line Motorcoach from San Francisco - Tue, Thur, Sat & Sunday;url=http://www.touryosemite.com/tours/grayline_yosemite_national_park.html;");
aI("text=DAY MOTORCOACH: Yosemite National Park Tour - By SuperSightseeing Motorcoach from San Francisco - Monday, Wednesday and Friday April thru October;url=http://www.touryosemite.com/tours/supersight_yosemite_national_park_tour.html;");
aI("text=PRIVATE: Charter SUV - Yosemite from San Francisco 2-6 Guests;url=http://www.buysanfranciscotours.com/tours/golden_gate_SUV_day_yosemite.html;");
}
with(milonic=new menuname("2Day")){
style=menuStyle;
overflow="scroll";
aI("text=ALL YOSEMITE 2 or 3 DAY TRIPS FROM SAN FRANCISCO;type=header");
aI("text=YOSEMITE HIKING & HOTEL: 2 DAY: Yosemite National Park 2 Day Trip with Hotel - Small Groups - Monday Departure;url=http://www.touryosemite.com/tours/yosemite_park_tour_two_day_incredible.html;");
aI("text=YOSEMITE HIKING & CAMPING: 3 DAY: Yosemite National Park 3 Day Camping Trip - Small Groups - Sunday, Tuesday or Thursday Departures;url=http://www.touryosemite.com/tours/yosemite_park_tour_three_day_camp_incredible.html;");
aI("text=YOSEMITE & HOTEL: 2 DAY: Yosemite National Park 2 Day Trip with Hotel- Daily Departure;url=http://www.touryosemite.com/tours/sf_calpartours_yosemite_view2.html;");
aI("text=YOSEMITE & HOTEL: 3 DAY: Yosemite National Park 3 Day Trip with Hotel- Daily Departure;url=http://www.touryosemite.com/tours/sf_calpartours_yosemite_view3.html;");
aI("text=YOSEMITE & IN PARK HOTEL: 2 DAY: Yosemite National Park 2 Day Trip - Ahwahnee Hotel or Yosemite Lodge - Daily Departure;url=http://www.touryosemite.com/tours/sf_calpartours_yosemite_ahwahnee_2_day.html;");
aI("text=YOSEMITE & IN PARK HOTEL: 3 DAY: Yosemite National Park 3 Day Trip - Ahwahnee Hotel or Yosemite Lodge - Daily Departure;url=http://www.touryosemite.com/tours/sf_calpartours_yosemite_ahwahnee_3_day.html;");
}

with(milonic=new menuname("Sierra")){
style=menuStyle;
overflow="scroll";
aI("text=SEQUOIA NATIONAL PARK: 1 Day Sequoia National Park Tour - Small Groups;url=http://www.touryosemite.com/tours/la_sequoia_sightseeing_sequoia_deluxe.html;");

}
with(milonic=new menuname("VIP")){
style=menuStyle;
overflow="scroll";
aI("text=PRIVATE: Charter SUV - Yosemite from San Francisco 2-6 Guests;url=http://www.buysanfranciscotours.com/tours/golden_gate_SUV_day_yosemite.html;");

}
with(milonic=new menuname("Adventure Tours")){
style=menuStyle;
aI("text=YOSEMITE HIKING & HOTEL: 2 DAY: Yosemite National Park 2 Day Trip with Hotel - Small Groups - Monday Departure;url=http://www.touryosemite.com/tours/yosemite_park_tour_two_day_incredible.html;");
aI("text=YOSEMITE HIKING & CAMPING: 3 DAY: Yosemite National Park 3 Day 2 Night Camping Trip - Small Groups - Sunday, Tuesday (seasonal) or Thursday Departures;url=http://www.touryosemite.com/tours/yosemite_park_tour_three_day_camp_incredible.html;");

}


drawMenus();
