fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=4;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#762e1a";
offcolor="#ffff00";
onbgcolor="#ffff00";
oncolor="#762e1a";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="vertical";
style=menuStyle;
top=10;
left=10;
margin=10;
aI("text=Home;url=index.htm;");
aI("text=About Us;text=About Us;url=aboutus.htm;");
aI("text=The Cockatoo Run;url=cockatoo.htm;");
aI("text=The Illawarra Fly;url=illawarrafly.htm;");
aI("text=Mainline Tours;url=mlinedubbo.htm;");
aI("showmenu=Bookings;text=Bookings;url=bookings.htm;");
aI("text=Testimonials;url=tests.htm");
aI("text=Our Fleet;url=ourfleet.htm");
aI("text=Be a Volunteer;url=volunteer.htm");
aI("text=News;url=news.htm");
aI("text=Links;url=links.htm");
aI("text=Contact Us;url=contact.htm;status=Contact 3801Limited;");
}

with(milonic=new menuname("Bookings")){
style=menuStyle;
aI("text=Online Bookings;url=bookings.htm;")
aI("text=Mail or Fax;url=bookings.htm#mf");
aI("text=Group Bookings;url=bookings.htm#groups");
aI("text=Charters;url=bookings.htm#charters");
aI("text=Gift Vouchers;url=bookings.htm#vouchers");
aI("text=Terms and Conditions;url=bookings.htm#terms");
}



drawMenus();

