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=2;
_subOffsetLeft=-2;




with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#0c0c0c";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#0c0c0c";
headercolor="#ffffff";
offbgcolor="#0c0c0c";
offcolor="#857F7F";
onbgcolor="#0c0c0c";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#0c0c0c', Direction=135, Strength=5)";
padding=3;
separatorsize=1;
subimage="menuimages/white_7x7.gif";
subimagepadding=18;
}

with(menuStyle=new mm_style()){
bordercolor="#0c0c0c";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headercolor="#ffffff";
itemheight=25;
itemwidth=100;
offbgcolor="#0F0F0F";
offcolor="#ffffff";
oncolor="#0c0c0c";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
pagecolor="#0c0c0c";
separatorcolor="#0c0c0c";
separatorsize=1;
subimagepadding=2;
}

with(breathe=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="vertical";
style=menuStyle;
top=500;
aI("align=center;bgimage=menuimages/port.gif;image=menuimages/transparent.gif;overbgimage=menuimages/port.gif;showmenu=Portraits;");
aI("align=center;bgimage=menuimages/concept.gif;image=menuimages/transparent.gif;overbgimage=menuimages/concept.gif;showmenu=Conceptual;");
aI("align=center;bgimage=menuimages/stills.gif;image=menuimages/transparent.gif;overbgimage=menuimages/stills.gif;showmenu=Stills;");
}




with(breathe=new menuname("Portraits")){
left=120;
style=submenuStyle;
top=520;
aI("align=center;text=Portraits;type=header;");
aI("text=Head Shots;url=http://www.breathephotography.ca/portraits.html;");
aI("text=Creatives;url=http://www.breathephotography.ca/creatives.html;");
}




with(breathe=new menuname("Conceptual")){
left=120;
style=submenuStyle;
top=480;
aI("align=center;text=Conceptual;type=header;");
aI("text=White Walls & Cheap Hotels;url=http://www.breathephotography.ca/white_walls.html;");
aI("text=Fragments;url=http://www.breathephotography.ca/fragments.html;");
aI("text=Liminal Time;url=http://www.breathephotography.ca/liminal.html;");

}

with(breathe=new menuname("Stills")){
left=120;
style=submenuStyle;
top=570;
aI("align=center;text=Stills;type=header;");
aI("text=Stills;url=http://www.breathephotography.ca/stills.html;");
}



drawMenus();


