/* ###########################################################################
	
	Added by: The Alpha Media Group
	On: 10/27/2008
	
	MASTER DROPDOWN MENU:
	The code in this document controls the master dropdown menu for the entire
	English portion of the site.

   ########################################################################### */




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()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#05C745";
offcolor="#ffffff";
onbgcolor="#FFCC00";
oncolor="#000000";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=7;
pagebgcolor="#ffff33";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="menuimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;

screenposition="center";
orientation="horizontal";
style=menuStyle;
top=155;

aI("status=Back To Home Page;text=Home;url=http://www.noivmwc.org/noivmwcen/index.php;");

aI("showmenu=About;text=About NOIVMWC;");
aI("status=Membership;text=Membership;url=membership.php;");

aI("showmenu=Acknowledgement;text=Acknowledgement;");
aI("status=Archives;text=Archives;url=archives.php;");

aI("showmenu=Projects;text=Projects;");
aI("status=Contact;text=Contact us;url=contact.php;");
aI("status=Links;text=Links;url=links.php;");

aI("status=en Français;text=Français;url=../noivmwcfr/index.php;");


}
with(milonic=new menuname("Acknowledgement")){
style=menuStyle;
aI("Ackknowledgement;url=acknowledgement.php;text=General Acknowledgement;");
aI("Funders;url=acknowledgement_funders.php;text=Funders;");
aI("Partners;url=acknowledgement_partners.php;text=Partners;");
aI("Mentors;url=acknowledgement_mentors.php;text=Mentors;");



}
with(milonic=new menuname("About")){
style=menuStyle;
aI("status=Organizational Structure;url=organization.php;text=Organizational Structure;");
aI("status=Board of Directors;url=board.php;text=Board of Directors;");
aI("status=Background;url=background.php;text=Background;");
aI("status=Historical Perspective;url=historical.php;text=Historical Perspective;");
aI("status=Accomplishments;url=accomplishments.php;text=Accomplishments;");
aI("status=Newsletter and Press Release;url=newsletter.php;text=Newsletter and Press Release;");


}
with(milonic=new menuname("Projects")){
style=menuStyle;
aI("Graduation of the Project - Saturday, March 7th 2009 at the Sheraton Hotel Ottawa;url=graduation.php;text=Graduation of the Project - Saturday, March 7th 2009 at the Sheraton Hotel Ottawa;");
aI("Overview of the Livelihood Project;url=overview.php;text=Overview of the Livelihood Project;");
aI("The Livelihood Model;url=model.php;text=The Livelihood Model;");
aI("Phase III (2007-2009): Engaging Immigrant and Visible Minority Women in Leadership;url=phase3.php;text=Phase III (2007-2009): Engaging Immigrant and Visible Minority Women in Leadership;");
aI("Phase II (2006-2007): Creating Employment Opportunities for Immigrant Women in Canada;url=phase2.php;text=Phase II (2006-2007): Creating Employment Opportunities for Immigrant Women in Canada;");
aI("Phase I (2004-2005): Building Policy Capacity for Immigrant & Visible Minority Women in Canada;url=phase1.php;text=Phase I (2004-2005): Building Policy Capacity for Immigrant & Visible Minority Women in Canada;");


//aI("status=Livelihoods of Immigrant Women;url=livelihoods.php;text=Livelihoods of Immigrant Women;");
//aI("status=Creating Employment Opportunities for Immigrant Women;url=createmp.php;text=Creating Employment Opportunities for Immigrant Women;");
}






drawMenus();

