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

with(mainmenuStyle=new mm_style()){
align="right";
fontfamily="Arial,Verdana,Tahoma";
fontsize="80%";
fontstyle="normal";
fontweight='bold';
headercolor="#000000";
// image="images/Red_Menu_Spacer2.gif"; 
// menu/vert_black.gif
separatorsize="1";
separatorcolor="#000000"
separatorpadding=5;
// separatorimage="vert_black.gif";
imagepadding=3;
offcolor="#FFFFFF";	
oncolor="#000000";
padding=6;
subimagepadding=6;

}

with(menuStyle=new mm_style()){
styleid=1;
align="left";
borderstyle="solid";
bordercolor="white";
fontfamily="Arial,Verdana,Tahoma";
fontsize="75%";
fontstyle="normal";
headercolor="#000000";
offcolor="#FFFFFF";
oncolor="#000000";
bgimage="http://www.keyboardconceptspiano.com/images/header/red_fill.jpg";
// ondecoration="underline";
padding=1;
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=220;
openstyle="rtl";
orientation="horizontal";
style=mainmenuStyle;
top=105;
// margin=40;
aI("text=Home;url=index.html;status=Home;");
aI("text=News from Dennis & Jeff;url=news.html;status=News from Dennis & Jeff;");
aI("text=Yamaha Demos;url=yamaha_demos.html;status=News from Dennis & Jeff;");
aI("text=Email Sign Up;url=email_sign_up.html;status=Email Sign Up;");
aI("text=About Us;url=about.html;status=About Us;");
aI("text=Locations;showmenu=Locations;status=Locations;");
aI("text=Contact Us;url=contact.html;status=Contact Us;");
}

with(milonic=new menuname("Locations")){
style=menuStyle;
aI("text=San Fernando Valley;url=map_sfv.html;status=San Fernando Valley;");
aI("text=Orange County;url=map_oc.html;status=Orange County - The Market Place;");
aI("text=L.A./Westside;url=map_wla.html;status=L.A./Westside;");
aI("text=Agoura Hills;url=map_ah.html;status=Agoura Hills - off the 101 Fwy;");
aI("text=L.A./Beverly Hills;url=map_bh.html;status=L.A./Beverly Hills;");
}

drawMenus();