/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){

	offcolor="blue";
	offbgcolor="white";
	oncolor="blue";
	onbgcolor="#FFFFCC"; 

	bordercolor="#CCCCCC";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#CCCCCC";
	separatorsize="1";
	padding="3 20 4 5";
	fontsize="11px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage="/cnb/nb/images/arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("legislaturemenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Vue d’ensemble;url=/cnb/nb/Overview-f.asp;");
	aI("text=Histoire;url=/cnb/nb/history-f.asp;");
	aI("text=Géographie;url=/cnb/nb/Geography-f.asp;");
	aI("text=Population;url=/cnb/nb/Population-f.asp;");
	aI("text=Gouvernement;url=/cnb/nb/Government-f.asp;");
	aI("text=Éducation;url=/cnb/nb/Education-f.asp;");
	aI("text=Symboles;url=/cnb/logos/index-f.asp;");
	aI("text=Accueil;url=/cnb/nb/nb-f.asp;");


}


with(milonic=new menuname("clarksofficemenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Tourisme;url=/cnb/nb/Industry-f.asp;");
	aI("text=Forêts;url=/cnb/nb/Industry-f.asp#Forestry;");
	aI("text=Fabrication;url=/cnb/nb/Industry-f.asp#manu;");
	aI("text=Mines;url=/cnb/nb/Industry-f.asp#mining;");
	aI("text=Industrie du savoir;url=/cnb/nb/Industry-f.asp#kno;");
	aI("text=Énergie;url=/cnb/nb/Industry-f.asp#ele;");
	aI("text=Agriculture, pêches et aquaculture;url=/cnb/nb/Industry-f.asp#fa;");
	aI("text=Pêches;url=/cnb/nb/Industry-f.asp#fish;");
	
}

with(milonic=new menuname("businessmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Bathurst;url=http://www.bathurst.ca/;");
	aI("text=Campbellton;url=http://www.campbellton.org/;");
	aI("text=Dieppe;url=http://www.dieppe.ca/;");
	aI("text=Fredericton;url=http://www.city.fredericton.nb.ca/;");	
	aI("text=Miramichi;url=http://www.miramichi.org/en/;");
	aI("text=Moncton;url=http://www.moncton.org/;");	
	aI("text=Saint John;url=http://www.cityofsaintjohn.com/;");	
	aI("text=Edmundston;url=http://www.ville.edmundston.nb.ca/;");	
		
	
}

with(milonic=new menuname("educationmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=N.-B. Tourisme ;url=http://www.tourismenouveaubrunswick.ca/;");
	aI("text=Festivals;url=http://www.tourismnewbrunswick.ca/fr-ca/hnthingstodo/hnfestivalsandeventslistings.htm;");
	aI("text=Vidéos sur le N.-B.;url=http://www.gnb.ca/cnb/video_gallery/video_gallery-f.asp;");
	aI("text=Images du Nouveau-Brunswick;url=http://www1.gnb.ca/cnb/imagebank/index-f.asp;");
	
}


with(milonic=new menuname("linksmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Pour les jeunes;url=/cnb/promos/kids/index-f.asp;");
	aI("text=Unités de mesure;url=/cnb/nb/measurements-f.asp;");
	aI("text=Congés fériés;url=/cnb/nb/Holidays-f.asp;");
	aI("text=Moyens de transports;url=/cnb/nb/Transportation-f.asp;");
	aI("text=L'île Grand Manan;url=http://www.gnb.ca/cnb/grand/index-f.asp;");
	aI("text=Ressources;url=http://www.gnb.ca/legis/leglibbib/FRENCH/links.asp;");
	aI("text=Archives provinciales;url=http://archives.gnb.ca/Archives/Default.aspx?L=EN;");
	aI("text=Autres corps législatifs;url=http://www.gnb.ca/legis/links/otherleg-f.asp;");

	
}

drawMenus();