 


_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=3;
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";
aI("text=1 Day Tours from SF;showmenu=Monterey;");
aI("text=Combo Packages;showmenu=Combos;");
aI("text=2 & 3 Day Trips;showmenu=6Day;");
aI("text=Tours In Monterey;showmenu=Monterey1;");
aI("text=Private Tours;showmenu=Private Tours;");
aI("text=Charters & Limos;showmenu=Charters;");

}
with(milonic=new menuname("Monterey")){
style=menuStyle;
overflow="scroll";
aI("text=ALL CARMEL & MONTEREY ONE DAY TRIPS FROM SAN FRANCISCO ;url=http://www.tourcarmel.com/tours/san_francisco_to_monterey_carmel_trips_tours_sightseeing.html;type=header");
aI("text=Monterey, Carmel 17 Mile Drive and Highway 1 Tour - Full Day From San Francisco Monday, Wednesday, Friday and Saturday 9:00 AM;url=http://www.tourcarmel.com/tours/sf_super_monterey_carmel_tour.html;");
aI("text=Monterey , 17 Mile Drive and Carmel by The Sea by Motorcoach Tour - Gray Line from San Francisco. Monday, Wednesday, Friday, Saturday and Sunday;url=http://www.tourcarmel.com/tours/monterey_carmel_tour_grayline.html;");
aI("text=The Carmel, Monterey, 17 Mile Drive by Motorcoach Tour - departing from San Francisco Monday, Wednesday, Friday and Saturday;url=http://www.tourcarmel.com/tours/monterey_carmel_tour.html;");
aI("text=ALL CARMEL & MONTEREY ONE DAY TRIPS FROM SAN FRANCISCO WITH AQUARIUM;type=header");
aI("text=Monterey, Carmel-by-the-Sea and 17 Mile Drive Motorcoach Tour and Monterey Aquarium Combo Tuesday, Thursday, Friday Saturday;url=http://www.tourcarmel.com/tours/sf_super_monterey_carmel_aquarium_tour.html;");
aI("text=Monterey and Carmel Tour PLUS Monterey Aquarium From SF - See the Monterey Bay Aquarium Monday, Wednesday, Friday, Saturday and Sunday;url=http://www.tourcarmel.com/tours/monterey_carmel_tour_aquarium.html;");

}
with(milonic=new menuname("Monterey1")){
style=menuStyle;
overflow="scroll";
aI("text=Monterey Movie Tour - Departs from Monterey;url=http://www.tourcarmel.com/tours/monterey_movie_tour.html;");
}

with(milonic=new menuname("Private Tours")){
style=menuStyle;
overflow="scroll";
aI("text=Private SUV Day Trip - Monterey and Carmel - Private custom tour for groups of 2 to 6 guests;url=http://www.tourcarmel.com/tours/golden_gate_SUV_day_monterey.html;");
aI("text=Private Customized Carmel and Monterey SUV Tour Day Trip;url=http://www.tourcarmel.com/tours/san-francisco-max-napa-tours-private-carmel-monterey-tour.html;");
aI("text= In Monterey Area - VIP Tours - Private Limousine, SUV and Mini-Van Charters;url=http://www.tourcarmel.com/tours/monterey_limo_charters.html;");
}

with(milonic=new menuname("6Day")){
style=menuStyle;
aI("text=Three Day Coast Cypress Tour From San Francisco to LA. 3 days and 2 nights San Francisco to Los Angeles includes Monterey, Big Sur, Hearst Castle & Santa Barbara.;url=http://www.tourcarmel.com/tours/sf_calpartours_coastcypress3.tour.html;");
aI("text=Two Day Monterey, Hearst Castle and California Coast Tour from San Francisco April to October - Every Monday;url=http://www.tourcarmel.com/tours/sf_calpartours_hearst2days.html;");
}

with(milonic=new menuname("Charters")){
style=menuStyle;
aI("text=Limousine Charters,Bus Charters, Shuttles & Airport Transfers;url=http://www.tourcarmel.com/tours/monterey_limo_charters.html;");

}

with(milonic=new menuname("Combos")){
style=menuStyle;
aI("text=San Francisco Bay Cruise and Carmel Monterey Motorcoach Tour Combo Package: Tour - Monday, Wednesday, Friday, Saturday. 1 Hour Bay Cruise: Daily;url=http://www.tourcarmel.com/tours/monterey_carmel_tour_combo_bay_cruise.html;");
aI("text=Monterey Carmel Motorcoach Tour as a 1st reservation plus Alcatraz as a 2nd reservation Combo Tour 8-10 hour Monterey Carmel Tour Alcatraz - 2-3 hours on a second day.;url=http://www.tourcarmel.com/tours/alcatraz_monterey_carmel_tour_BG.html;");

}

drawMenus();