_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Tahoma";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="#00D4FF";
oncolor="#000000";
padding="10";
separatorcolor="#000000";
separatorsize="4";
subimage="images/black_7x7.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="AliceBlue";
offcolor="#000000";
onbgcolor="#FFD400";
oncolor="#000000";
padding="4";
subimage="images/black_7x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=620;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.musicgaz.com/;");
aI("showmenu=ProductsSinging LessonsINFO_BAR_MENU;text=Products;target=;url=Products.html;");
aI("showmenu=BlogNews Release 1INFO_BAR_MENU;text=Blog;target=;url=Blog.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Privacy;target=;url=Privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("ProductsSinging LessonsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Singing Lessons;target=;url=Singing-Lessons.html;");
aI("text=Online Beats;target=;url=beats.html;");
aI("text=Guitar Lessons;target=;url=Guitar-Lessons.html;");
aI("text=Piano Lessons;target=;url=Piano-Lessons.html;");
}

with(milonic=new menuname("BlogNews Release 1INFO_BAR_MENU")){
style=submenuStyle;
aI("text=News Release 1;target=;url=News-Release-1.html;");
}


 drawMenus();
