_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#26051F";
offcolor="LightGoldenrodYellow";
onbgcolor="Firebrick";
oncolor="#ffffff";
padding="6";
separatorcolor="LightGoldenrodYellow";
separatorsize="1";
subimage="images/grey_4x5.gif";
subimagepadding="6";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="DarkKhaki";
offcolor="Black";
onbgcolor="Khaki";
oncolor="Black";
padding="4";
separatorcolor="LightGoldenrodYellow";
separatorsize="1";
subimage="images/grey_4x5.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=About us;target=;url=http://www.specialisedhandtherapy.com.au/;");
aI("text=Services;target=;url=Services.html;");
aI("text=Profiles;target=;url=Profiles.html;");
aI("text=Locations;target=;url=Locations.html;");
aI("text=Referral and Fees;target=;url=Referral-and-Fees.html;");
aI("text=News and Research;target=;url=News-and-Research.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();

