/*
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=Overview;url=/cnb/nb/Overview-e.asp;");
	aI("text=History;url=/cnb/nb/history-e.asp;");
	aI("text=Geography;url=/cnb/nb/Geography-e.asp;");
	aI("text=Population;url=/cnb/nb/Population-e.asp;");
	aI("text=Government;url=/cnb/nb/Government-e.asp;");
	aI("text=Education;url=/cnb/nb/Education-e.asp;");
	aI("text=Symbols;url=/cnb/logos/index-e.asp;");
	aI("text=Home;url=/cnb/nb/nb-e.asp;");


}


with(milonic=new menuname("clarksofficemenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Tourism;url=/cnb/nb/Industry-e.asp;");
	aI("text=Forestry;url=/cnb/nb/Industry-e.asp#Forestry;");
	aI("text=Manufacturing;url=/cnb/nb/Industry-e.asp#manu;");
	aI("text=Mining;url=/cnb/nb/Industry-e.asp#mining;");
	aI("text=Knowledge;url=/cnb/nb/Industry-e.asp#kno;");
	aI("text=Energy;url=/cnb/nb/Industry-e.asp#ele;");
	aI("text=Agriculture and Aquaculture;url=/cnb/nb/Industry-e.asp#fa;");
	aI("text=Fisheries;url=/cnb/nb/Industry-e.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=Tourism N.B.;url=http://www.tourismnewbrunswick.ca/;");
	aI("text=Festivals;url=http://www.tourismnewbrunswick.ca/en-ca/hnthingstodo/hnfestivalsandeventslistings.htm;");
	aI("text=N.B Videos ;url=http://www.gnb.ca/cnb/video_gallery/video_gallery-e.asp;");
	aI("text=N.B. Images ;url=http://www1.gnb.ca/cnb/imagebank/index-e.asp;");
	
}


with(milonic=new menuname("linksmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Kids Stuff;url=/cnb/promos/kids/index-e.asp;");
	aI("text=Measurements;url=/cnb/nb/measurements-e.asp;");
	aI("text=Holidays;url=/cnb/nb/Holidays-e.asp;");
	aI("text=Transportation;url=/cnb/nb/Transportation-e.asp;");
	aI("text=Grand Manan;url=http://www.gnb.ca/cnb/grand/index-e.asp;");
	aI("text=Resources;url=http://www.gnb.ca/legis/leglibbib/links.asp;");
	aI("text=Provincial Archives;url=http://archives.gnb.ca/Archives/Default.aspx?L=EN;");
	aI("text=Other Legislatures;url=http://www.gnb.ca/legis/links/otherleg-e.asp;");

	
}

drawMenus();