fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=800;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontweight="normal";
padding=0;
oncolor="#4c4c4c";
offclass="closed";
onclass="open";
overclass="currenturl";
pageclass="currenturl";
separatorsize=0;
}



with(subStyle=new mm_style()){
bordercolor="0";
borderstyle="none";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontweight="normal";
itemwidth=150;
padding=5;
separatorsize=0;
separatorheight=0;
separatorcolor="#949494";
align="left";
offcolor="#e1e1e1";
oncolor="#FFFFFF";
onbgcolor="#919191";
offbgcolor="#656565";
bgimage="images/subsub_bg.jpg";
}



with(milonic=new menuname("OWNER")){
style=subStyle;
aI("url=rent_advice.php;text=Bulimba Office")
aI("url=rent_advice_m.php;text=Morningside Office")
}


with(milonic=new menuname("TENANT")){
style=subStyle;
aI("url=tenant_advice.php;text=Bulimba Office")
aI("url=tenant_advice_m.php;text=Morningside Office")
}


with(milonic=new menuname("REPAIR")){
style=subStyle;
aI("url=repair_request.php;text=Bulimba Office")
aI("url=repair_request_m.php;text=Morningside Office")
}


with(milonic=new menuname("APPLY")){
style=subStyle;
aI("url=pdfs/TenancyApplication.pdf;text=Bulimba Office;target=_blank")
aI("url=pdfs/TenancyApplicationMorningside.pdf;text=Morningside Office;target=_blank")
}


with(milonic=new menuname("WHY")){
style=subStyle;
aI("url=rent_why.php;text=Bulimba Office")
aI("url=rent_why_m.php;text=Morningside Office")
}



drawMenus();

