


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#FF0000";
offbgcolor="#ffffff";
offcolor="#666666";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#B9B3B3";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#B9B3B3";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}

with(slideoutStyle=new mm_style()){
onbgcolor = "#B9B3B3";
oncolor = "#ff0000";
offbgcolor = "#B9B3B3";
offcolor = "#ffffff";
bordercolor = "#B9B3B3";
borderwidth=0;
borderstyle = "solid";
separatorcolor = "black";
separatorsize = 0;
separatorpadding = 1;
padding = 3;
borderwidth = 0;
onborder = "0px solid black"
fontsize = "75%";
fontstyle = "normal";
fontweight="bold";
fontfamily = "arial, verdana, tahoma";
pagecolor = "#bbbbbb";
pagebgcolor = "#3366cc";
subimage = "/images/arrow.gif";

}

with(milonic=new menuname("Calendar")){
style=slideoutStyle;
aI("text=Calendar 2011-2012;url=calendar.htm;");
}

with(milonic=new menuname("Rugby League")){
style=slideoutStyle;
aI("text=Rugby League 2011;url=rugbyleague.htm;");
}

with(milonic=new menuname("Tennis")){
style=slideoutStyle;
aI("text=Australian Open 2012;url=tennis.htm;");
}

with(milonic=new menuname("Cricket")){
style=slideoutStyle;
aI("text=Cricket;url=cricket.htm;");
}

with(milonic=new menuname("Motor Racing")){
style=slideoutStyle;
aI("text=Be part of the Supercar Team;url=teamkiwipack.htm;");
aI("text=Australian Grand Prix - Melbourne -March 2012;url=motorgpmelbourne12.htm;");
aI("text=Bathurst 2012 - 50 Years ;url=bathurst2012.htm;");

}

with(milonic=new menuname("Horse Racing")){
style=slideoutStyle;
aI("text=Horse Racing;url=horseracing.htm;");
}

with(milonic=new menuname("Golf")){
style=slideoutStyle;
aI("text=Golf Cruise Tours;url=golf.htm;");
}

with(milonic=new menuname("Rugby")){
style=slideoutStyle;
aI("text=Rugby Union;url=rugbymain.htm;");
}

with(milonic=new menuname("Other Sports")){
style=slideoutStyle;
aI("text=Other sports;url=othersports.htm;");
}

with(milonic=new menuname("Tailored Group Tours")){
style=slideoutStyle;
aI("text=Group Tours;url=groupbookings.htm;");
}

drawMenus();


