/*
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()){

styleid=1;
bordercolor="#66761d";
borderstyle="solid";
borderwidth=1;

fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fad46c";
offcolor="#b48507";
onbgcolor="#c9a239";
onborder="1px dotted #787666";
oncolor="#6a4e03";
onsubimage="http://www.milonic.com/menuimages/downarrow6_green_9x9.gif";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2)";
padding=5;
pagecolor="black";
subimage="http://www.milonic.com/menuimages/downarrow6_green_9x9.gif";
subimagepadding=4;
}

with(milonic=new menuname("legislaturemenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Legislature;url=http://www.gnb.ca/cnb/live/index-e.asp;");
	aI("text=Committee Meetings;url=http://www.gnb.ca/cnb/live/index-e.asp;");
	aI("text=News conferences;url=http://www1.gnb.ca/cnb/advisory1/news-e.asp;");
	aI("text=Virtual Tour;url=http://www1.gnb.ca/cnb/advisory1/news-e.asp;");}


with(milonic=new menuname("newsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=News releases;url=http://www.gnb.ca/cnb/index-e.asp;");
	aI("text=Multimedia;url=http://www1.gnb.ca/cnb/multimedia/index-e.asp;");
	aI("text=Employees;url=http://app.infoaa.7700.gnb.ca/gnb/pub/ListOrgStructure1.asp?DeptID2=52&Submit=Display;");
}

with(milonic=new menuname("librarymenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Library;url=http://www.gnb.ca/legis/leglibbib/index.asp;");
}

with(milonic=new menuname("calendarmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Calendar;url=http://www1.gnb.ca/legis/calendar/index-e.asp;");
}

with(milonic=new menuname("frenchmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Français;url=index-f.asp;");
}


drawMenus();