_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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";

aI("text=Kauai Island Tours;showmenu=Kaui;");
aI("text=Oahu Island Tours;showmenu=Oahu;");
aI("text=Maui Island Tours;showmenu=Maui;");
aI("text=Big Island Tours;showmenu=Big;");
aI("text=Recommended Hotels;showmenu=Recommended Hotels;");

}
with(milonic=new menuname("Kaui")){
style=menuStyle;
aI("text=ALL KAUAI HAWAII SIGHTSEEING TOURS & ACTIVITIES;url=http://www.buykauaitours.com;type=header;");

}
with(milonic=new menuname("Oahu")){
style=menuStyle;
aI("text=ALL OAHU HAWAII SIGHTSEEING TOURS & ACTIVITIES;url=http://www.buyoahutours.com;type=header;");
}
with(milonic=new menuname("Maui")){
style=menuStyle;
aI("text=ALL MAUI HAWAII SIGHTSEEING TOURS & ACTIVITIES;url=http://www.buymauitours.com;type=header;");
}
with(milonic=new menuname("Big")){
style=menuStyle;
aI("text=ALL BIG ISLAND HAWAII SIGHTSEEING TOURS & ACTIVITIES;url=http://www.buybigislandtours.com;type=header;");
}
with(milonic=new menuname("Recommended Hotels")){
style=menuStyle;
aI("text=HOTELS: HAWAII Hawaii Hotels - Full Selection of All Island Hotels and Resorts;url=http://arestravel.com/1320;");
aI("text=HOTELS: Hawaiian Islands:Hawaii Hotel and Resort Reservations;url=http://arestravel.com/1320_hotel-list_m809.html;");
aI("text=HOTELS: Hawaiian Islands:Hawaii:Hilo Hotel and Resort Reservations;url=http://arestravel.com/1320_hotel-list_m276.html;");
aI("text=HOTELS: Hawaiian Islands:Hawaii:Kailua-Kona Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m277.html;");
aI("text=HOTELS: Hawaiian Islands:Hawaii:Kamuela Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m278.html;");
aI("text=HOTELS: Hawaiian Islands:Kauai Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m279.html;");
aI("text=HOTELS: Hawaiian Islands:Kauai:Kapaa Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m280.html;");
aI("text=HOTELS: Hawaiian Islands:Kauai:Koloa Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m281.html;");
aI("text=HOTELS: Hawaiian Islands:Kauai:Lihue Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m282.html;");
aI("text=HOTELS: Hawaiian Islands:Kauai:Princeville Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m283.html;");
aI("text=HOTELS: Hawaiian Islands:Kauai:Waimea Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m284.html;");
aI("text=HOTELS: Hawaiian Islands:Lanai Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m410.html;");
aI("text=HOTELS: Hawaiian Islands:Maui Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m285.html;");
aI("text=HOTELS: Hawaiian Islands:Maui:Kahului Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m286.html;");
aI("text=HOTELS: Hawaiian Islands:Maui:Kapalua Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m312.html;");
aI("text=HOTELS: Hawaiian Islands:Maui:Kihei Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m287.html;");
aI("text=HOTELS: Hawaiian Islands:Maui:Lahaina Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m288.html;");
aI("text=HOTELS: Hawaiian Islands:Maui:Wailea Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m289.html;");
aI("text=HOTELS: Hawaiian Islands:Maui:Wailuku Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m290.html;");
aI("text=HOTELS: Hawaiian Islands:Molokai Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m291.html;");
aI("text=HOTELS: Hawaiian Islands:Molokai:Kaunakakai Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m292.html;");
aI("text=HOTELS: Hawaiian Islands:Molokai:Maunaloa Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m293.html;");
aI("text=HOTELS: Hawaiian Islands:Oahu Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m294.html;");
aI("text=HOTELS: Hawaiian Islands:Oahu:Honolulu Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m295.html;");
aI("text=HOTELS: Hawaiian Islands:Oahu:North Shore Hotel and Resort Reservations ;url=http://arestravel.com/1320_hotel-list_m295.html;");

}




drawMenus();
