_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="White";
borderstyle="Groove";
borderwidth="2";
fontfamily="Tahoma";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="DarkBlue";
offcolor="White";
onbgcolor="DarkBlue";
oncolor="White";
padding="2";
pagecolor="White";
separatorcolor="White";
separatorsize="2";
subimage="images/arrow.gif";
subimagepadding="2";
itemwidth="180";
}

with(submenuStyle=new mm_style()){
bordercolor="White";
borderstyle="Groove";
borderwidth="2";
fontfamily="Tahoma";
fontsize="10pt";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="DarkBlue";
oncolor="White";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=http://www.musicgaz.com/;");
aI("text=Blog;target=;url=blog-new.html;");
aI("text=Our Partners;target=;url=Our-Partners.html;");
aI("text=Gaz Goes Pro;target=;url=Gaz-Goes-Pro.html;");
}


 drawMenus();

