


_menuCloseDelay=400           // 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="#FFFFE6";
oncolor="#003366";
offbgcolor="#FFFFE6";
offcolor="#003366";
bordercolor="#FFFFE6";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFE6";
separatorsize="17";
padding=2;
fontsize="13px";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
fontweight="bold";
pagebgcolor="#FFFFE6";
headercolor="#000000";
headerbgcolor="#FFFFE6";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#FFFFE6', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#FFFFCC";
oncolor="#000000";
offbgcolor="#FFFFCC";
offcolor="#000000";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
ondecoration="underline";
separatorcolor="#2D729D";
separatorsize="0";
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagebgcolor="#FFFFCC";
headercolor="#000000";
headerbgcolor="#FFFFCC";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#999999', Direction=180, Strength=6)";
outfilter="randomdissolve(duration=0.2)";
}




with(milonic=new menuname("Accommodation")){
style=submenuStyle;
margin=4;
aI("text=Lodges;url=cat.aspx?CategoryCode=GOLX0038LODG;");
aI("text=Hotels;url=cat.aspx?CategoryCode=GOLX0039HOTE;");
aI("text=Boutique Bed & Breakfast;url=cat.aspx?CategoryCode=GOLX0040BOUT;");
aI("text=Homestay;url=cat.aspx?CategoryCode=GOLX0041HOME;");
}

with(milonic=new menuname("Activities")){
style=submenuStyle;
margin=4;
aI("text=Nature/Eco;url=cat.aspx?CategoryCode=GOLX0042NATU;");
aI("text=Food & Wine;url=cat.aspx?CategoryCode=GOLX0043FOOD;");
aI("text=Cultural;url=cat.aspx?CategoryCode=GOLX0044CULT;");
aI("text=Golf Tours;url=cat.aspx?CategoryCode=GOLX0045GOLF;");
}

with(milonic=new menuname("Packages")){
style=submenuStyle;
margin=4;
aI("text=Guided Tours;url=cat.aspx?CategoryCode=GOLX0046GUID;");
aI("text=Independent Sightseeing Tours;url=cat.aspx?CategoryCode=GOLX0047INDE;");
}

with(milonic=new menuname("Transport")){
style=submenuStyle;
margin=4;
aI("text=Helicopter/Flightseeing;url=cat.aspx?CategoryCode=GOLX0048HELI;");
aI("text=Transfers;url=cat.aspx?CategoryCode=GOLX0049TRAN;");
aI("text=Luxury Motorhomes;url=cat.aspx?CategoryCode=GOLX0050LUXU;");
}



with(milonic=new menuname("Guide")){
style=submenuStyle;
margin=4;
aI("text=Regional Guide;url=guide1.html;");
aI("text=How to get there;url=guide2.html;");
}

drawMenus();


