_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="right";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="Transparent";
offcolor="#ffffff";
onbgcolor="#D1E3E2";
oncolor="Black";
padding="6";
separatorcolor="#F7ECBE";
separatorsize="0";
subimage="images/arrow.gif";
subimagepadding="0";
overimage="images/dots5.gif";
imagepadding="2";
itemwidth="230";
}

with(submenuStyle=new mm_style()){
bordercolor="#3C7878";
borderstyle="Solid";
borderwidth="1";
fontfamily="Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="White";
offcolor="#3C7878";
onbgcolor="#F7ECBE";
oncolor="Black";
padding="4";
pagecolor="Black";
separatorcolor="#3C7878";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=About Us;target=;url=./;");
aI("text=How We Hear;target=;url=How-We-Hear.html;");
aI("text=Hearing Aids;target=;url=Hearing-Aids.html;");
aI("text=Maintenance;target=;url=Maintenance.html;");
aI("text=Special Offers;target=;url=Special-Offers.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Tips;target=;url=Tips.html;");
aI("text=Links;target=;url=Links.html;");
aI("showmenu=NewsNews Release 1LEFT_MENU;text=News;target=;url=News.html;");
}

with(milonic=new menuname("NewsNews Release 1LEFT_MENU")){
style=submenuStyle;
aI("text=News Release 1;target=;url=News-Release-1.html;");
aI("text=News Release 2;target=;url=News-Release-2.html;");
}


 drawMenus();

