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=0;
_subOffsetLeft=0;
//buildAfterLoad=true; // step 1 of 3 to let the menu to be inline (relative positioning)




with(horizStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="arial, tahoma";
fontsize="11";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
/*offbgcolor="#CFE2D1";*/
offbgcolor="#F0EEFF";
offcolor="#6666FF";
onbgcolor="#FEFAD2";
onborder="1px solid #999999";
oncolor="#000000";
onsubcolor="#6666FF";
onsubimage="images/menu/menuDropDownArrowONBlack.gif";
overbgimage="images/menu/menuDropDownBackon_beige";
padding=4;
//pagebgcolor="#CFE2D1";
pagebgcolor="#F0EEFF";
pagecolor="#000066";
pageimage="http://www.milonic.com/menuimages/db_red.gif";
separatorsize="1";
separatoralign="center";
separatorcolor="#336699";
separatorwidth="1";
separatorheight="20";
separatorpadding="1";
subimage="images/menu/menuDropDownArrowBlue.gif";
}

with(vertStyle=new mm_style()){
	styleid=1;
//	This is around the whole submenu box, not individual submenu items
	bordercolor="#990066"; 
	borderstyle="solid";
//	This is the thickness of the boxes around the whole main menu and the whole submenus (not individual items)
	borderwidth=1;
	fontfamily="arial, tahoma";
	fontsize="11";
	fontstyle="normal";
	fontweight="bold";
	//headerbgcolor="#AFD1B5";
	//headerborder=1;
	headercolor="#000099";
	//image="http://www.milonic.com/menuimages/18_blank.gif";
//	This spaces ALL menu items (main and sub) when they're images rather than text
	imagepadding=10; 
	//menubgimage="http://www.milonic.com/menuimages/backoff_green.gif";
	//menubgimage="images/menu/menu_backoff_blue.gif";
	offbgcolor="transparent";
	//offcolor="#6666FF";
	//onbgcolor="#FEFAD2";
	onborder="1px solid #990066"; // this is the box around submenu items on mouseover
	//oncolor="#6666FF";
	//visitedcolor="#6666FF";
	outfilter="randomdissolve(duration=0.2)";
	overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
	//padding=3;
	//pagebgcolor="#CFE2D1";
	//pagecolor="#000066";
	//pageimage="http://www.milonic.com/menuimages/db_red.gif";
	//separatoralign="right";
	//separatorcolor="#FFFFF";
	//separatorpadding=20;
	//separatorwidth="85%";
//	This is the image that appears next to menu items, indicating that there's a submenu underneath
	subimage="images/menus/menuDropDownArrowPurple.gif";
//	This is the image that replaces "subimage" when someone mouses over a menu item
	//onsubimage="http://www.milonic.com/menuimages/on_13x13_greyboxed.gif";
	menubgcolor="#FFFFFF"; // this fills the space between submenu items
}

/*
with(milonic=new menuname("Sample mainmenu")){
alwaysvisible=1;
left=0;
margin=0;
orientation="horizontal";
style=horizStyle;
//top=0;
position="relative"; // step 2 of 3 to let the menu to be inline (relative positioning)
aI("text=R&R Team Listings;title=See latest available properties;url=dsp_listings.php;");
aI("showmenu=Service;text=How we help you;");
aI("showmenu=About us;text=About us;");
aI("text=Contact us;url=dsp_contactUs.php;");
aI("text=Home;title=Back to Home Page;url=index.php;");
}
*/

with(milonic=new menuname("BookUs")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=images/menus/2008-WhatWeDo.gif;title=What the Nose can do for you;url=booking.php;");
aI("image=images/menus/2008-WhatWeSoundLike.gif;title=The sound of cheese happening;url=media.php;");
aI("image=images/menus/2008-Weddings.gif;title=Nose at your nuptials;url=weddings.php;");
aI("image=images/menus/2008-ContactUs.gif;title=Smother us with praise and love!;url=nosemail.php;");
}

with(milonic=new menuname("SeeUsLive")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=images/menus/2008-ComingShows.gif;title=Where we play and how to get there;url=tourdate.php;");
aI("image=images/menus/2008-SongsWeMightPlay.gif;title=Songs we plagiarize;url=setlist.php;");
}

with(milonic=new menuname("WhoWeAre")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=images/menus/2008-WhatWeDo.gif;title=How it happened and what we play;url=summary.php;");
aI("image=images/menus/2008-ByTheNumbers.gif;title=The quantifiable Nose;url=numbers.php;");
aI("image=images/menus/2008-WhatWeSoundLike.gif;title=The sound of cheese happening;url=media.php;");
aI("image=images/menus/2008-WhatWeLookLike.gif;title=Latest photos on Facebook;url=http://www.facebook.com/pages/Gonzos-Nose/30724603432;target=top;");
aI("showmenu=BandMembers;image=images/menus/2008-BandMembers.gif;title=The faces behind the music;");
}

with(milonic=new menuname("BandMembers")){
margin=3;
style=vertStyle;
top="offset=2";
aI("image=images/menus/2009-MikeIcon.gif;title=Vocals;url=biomike.php;");
aI("image=images/menus/2009-AndreasIcon.gif;title=Bass;url=bioandreas.php;");
aI("image=images/menus/2009-AdamIcon.gif;title=Guitar;url=biokamber.php;");
aI("image=images/menus/2009-JenIcon.gif;title=Vocals;url=biojen.php;");
aI("image=images/menus/2009-SteveIcon.gif;title=Drums;url=bioshack.php;");
}

drawMenus();

