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

