


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#ffffff";
offbgcolor="";
offcolor="#6699ff";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="transparant";
separatorsize="70";
padding=0;
fontsize="12";
fontstyle="bold";
fontfamily="Verdana, Arial, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}


with(menuStyle1=new mm_style()){
onbgcolor="#ffff00";
oncolor="#6699ff";
offbgcolor="#6699ff";
offcolor="#ffffff";
bordercolor="ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="ffffff";
separatorsize="0";
padding=5;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana, Arial, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=98;
left=30;
alwaysvisible=1;
orientation="horizontal";
aI("text=Request A Quote;showmenu=quote;status=Request A Quote;");
aI("text=Service Time Tables;url=http://www.uzabus.co.nz/info/timetables.htm;status=Service Time Tables;");
aI("text=Contact Uzabus;url=mailto:info@uzabus.co.nz;status=Contact Uzabus;");
}

with(milonic=new menuname("quote")){
style=menuStyle1;
top=120;
left=40;
orientation="vertical";
overflow="scroll";
aI("text=Madge Coachlines;url=http://www.uzabus.co.nz/madge/index.htm#enquiry;status=Benefits;");
aI("text=Palmerston North Coachline;url=http://www.uzabus.co.nz/pncl/index.htm#enquiry;status=Research;");
aI("text=Transbay Coaches;url=http://www.uzabus.co.nz/transbay/index.htm#enquiry;status=Objectives;");
}

drawMenus();

