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()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
oncolor="#ff9900";
rawcss="padding-left:1px;padding-right:1px";
separatorimage="/menu/buttons/disco_sep.gif";
separatorsize=5;
}

with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
offcolor="#CCCCCC";
oncolor="#FF9900";
rawcss="padding-left:1px;padding-right:1px";
separatorimage="/menu/buttons/disco_sep.gif";
separatorsize=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=16;
itemwidth=80;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=/menu/buttons/blank_top.jpg;showmenu=About;text=ABOUT");
aI("align=center;bgimage=/menu/buttons/blank_top.jpg;showmenu=Portfolio;text=PORTFOLIO;");
aI("align=center;bgimage=/menu/buttons/blank_top.jpg;text=PROJECTS;url=projects.html;");
aI("align=center;bgimage=/menu/buttons/blank_top.jpg;showmenu=Studio;text=STUDIO;");
aI("align=center;bgimage=/menu/buttons/blank_top.jpg;text=CLIENTS;url=clients.html;");
aI("align=center;bgimage=/menu/buttons/blank_top.jpg;text=DIRECTIONS;url=directions.html;");
}

with(milonic=new menuname("About")){
itemheight=16;
itemwidth=80;
orientation="horizontal";
style=submenuStyle;
top="offset=5";
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=ABOUT ME;url=about.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=HIRE ME;url=hireme.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=CONTACT ME;url=contact.html;");
}

with(milonic=new menuname("Portfolio")){
itemheight=16;
itemwidth=80;
orientation="horizontal";
style=submenuStyle;
top="offset=5";
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=COMMERCIAL;url=commercial/index.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=FAMILY;url=family.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=FASHION;url=fashion.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=SPECIAL;url=special.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=WEDDING;url=wedding/index.html;");

}


with(milonic=new menuname("Studio")){
itemheight=16;
itemwidth=80;
orientation="horizontal";
style=submenuStyle;
top="offset=5";
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=STUDIO;url=studio.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=STAFF;url=staff.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=CLASSES;url=classes.html;");
}

with(milonic=new menuname("Directions")){
itemheight=16;
itemwidth=80;
orientation="horizontal";
style=submenuStyle;
top="offset=5";
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=DIRECTIONS;url=directions.html;");
aI("align=center;bgimage=/menu/buttons/blank.jpg;text=CONTACT;url=contact.html;");
}


drawMenus();


