_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="MidnightBlue";
offcolor="#ffffff";
onbgcolor="CornflowerBlue";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.drchu-austin.com/;");
aI("showmenu=Insurance Plans/Insurance DefinitionsINFO_BAR_MENU;text=Insurance Plans;target=;url=Insurance-Plans.html;");
aI("text=Office Hours;target=;url=Office-Hours.html;");
aI("text=Directions;target=;url=Directions.html;");
aI("showmenu=Forms/Registration FormINFO_BAR_MENU;text=Forms;target=;url=Forms.html;");
}

with(milonic=new menuname("Insurance Plans/Insurance DefinitionsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Insurance Definitions;target=;url=Insurance-Definitions.html;");
}

with(milonic=new menuname("Forms/Registration FormINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Registration Form;target=_blank;url=http://www.drchu-austin.com/Office_forms/Registration_form.pdf;");
aI("text=Health History Form;target=_blank;url=http://www.drchu-austin.com/Office_forms/Health_History.pdf;");
}


 drawMenus();

