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(menuStyle=new mm_style()){
align="center";
fontfamily="Helvetica, Arial, sans-serif";
fontsize="10pt";
offbgcolor="#9aaaba";
offcolor="#ffffff";
onbgcolor="#c2c7cd";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#65707c', Direction=210, Strength=7)";
padding=5;
separatorcolor="#ffffff";
separatorsize=2;
subimage="/navigation/arrow_white.gif";
subimagepadding=2;
onsubimage="/navigation/arrow_black.gif";
}

with(menuSecond=new mm_style()){
align="center";
fontfamily="Helvetica, Arial, sans-serif";
fontsize="8pt";
offbgcolor="#9aaaba";
offcolor="#ffffff";
onbgcolor="#c2c7cd";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#65707c', Direction=210, Strength=7)";
padding=5;
separatorcolor="#ffffff";
separatorsize=2;
subimage="/navigation/arrow_white.gif";
subimagepadding=2;
onsubimage="/navigation/arrow_black.gif";
}

with(milonic=new menuname("About")){
style=menuSecond;
aI("text=About Us;url=/about.htm;");
aI("text=History;url=/about-history.htm;");
aI("text=The Vancouver Group;url=/about-vancouver.htm;");
aI("text=Collaboration or Mediation;url=/about-collaboration.htm;");
}

with(milonic=new menuname("Team")){
style=menuSecond;
aI("text=Introduction;url=/team.htm;");
aI("showmenu=Lawyers;text=Lawyers;url=/lawyers/team.htm;");
aI("showmenu=Coaches;text=Divorce Coaches;url=/coaches/team.htm;");
aI("showmenu=Child;text=Child Specialists;url=/child/team.htm;");
aI("showmenu=Financial;text=Financial Advisors;url=/financial/team.htm;");
}

with(milonic=new menuname("Resources")){
style=menuSecond;
aI("text=Articles;url=/resources.htm;");
aI("text=Links;url=/resources-links.htm;");
aI("text=Training;url=/training.htm;");
}

with(milonic=new menuname("Lawyers")){
style=menuSecond;
aI("text=Selection Gallery;url=/lawyers/team.htm;");
//aI("text=Coquitlam;url=/lawyers/team.htm?openfolder=search.php?external=Y|searchfor=coquitlam|sortmethod=2|sortorder=D;");
aI("text=Delta;url=/lawyers/team.htm?openfolder=search.php?external=Y|searchfor=delta|sortmethod=2|sortorder=D;");
aI("text=New Westminster;url=/lawyers/team.htm?openfolder=search.php?external=Y|searchfor=new westminster|sortmethod=2|sortorder=D;");
aI("text=North Vancouver;url=/lawyers/team.htm?openfolder=search.php?external=Y|searchfor=north vancouver|sortmethod=2|sortorder=D;");
aI("text=Richmond;url=/lawyers/team.htm?openfolder=search.php?external=Y|searchfor=richmond|sortmethod=2|sortorder=D;");
aI("text=Surrey;url=/lawyers/team.htm?openfolder=search.php?external=Y|searchfor=surrey|sortmethod=2|sortorder=D;");
aI("text=Vancouver;url=/lawyers/team.htm?openfolder=search.php?external=Y|searchfor=vancouver|sortmethod=2|sortorder=D;");
aI("text=West Vancouver;url=/lawyers/team.htm?openfolder=search.php?external=Y|searchfor=west vancouver|sortmethod=2|sortorder=D;");
aI("text=Directory;url=/members-lawyers.htm;");
}

with(milonic=new menuname("Coaches")){
style=menuSecond;
aI("text=Selection Gallery;url=/coaches/team.htm;");
aI("text=Directory;url=/members-coaches.htm;");
}

with(milonic=new menuname("Child")){
style=menuSecond;
aI("text=Selection Gallery;url=/child/team.htm;");
aI("text=Directory;url=/members-children.htm;");
}

with(milonic=new menuname("Financial")){
style=menuSecond;
aI("text=Selection Gallery;url=/financial/team.htm;");
aI("text=Directory;url=/members-financial.htm;");
}

drawMenus();

