BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ABCCD1",		// background color for the items
		bgOVER:"#ABCCD1"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"navlinksidetable",		// CSS class for items
		OVER:"overLeftNav"	// CSS class  for item which is under mouse
	}
};

var STYLE_BORDER = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#006666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ABCCD1",		// background color for the items
		bgOVER:"#ABCCD1"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"navlinksidetable",		// CSS class for items
		OVER:"navlinksidetable"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[33,90], itemoff:[21,0], leveloff:[0,139], style:STYLE, size:[22,140]},
	{code:"Introduction", url:"introduction.htm",
		sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"Background, Mandate", url:"mandate.htm"},
			{code:"The Board", url:"theboard.htm"},
			{code:"Annual Reports", url:"http://www.mvlwb.ca/mv/Board%20Publications/", target:"_blank"}
			]
	},
	{code:"Announcements", url:"http://www.mvlwb.ca/mv", target:"_blank",
		sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"Applications & Hearings", "url":"http://www.mvlwb.ca/mv" , target:"_blank"},
			{code:"Newsletters", "url":"newsletters.htm"},
			{code:"Careers", "url":"careers.htm"},
			{code:"Other", "url":"notices.htm"}
		]
	},
	{code:"Permits and Licences", url:"lupandwl.htm",
		sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"Who Needs Them", "url":"whoneedsthem.htm"},
			{code:"Application Forms and Guidelines", "target":"_blank", "url":"http://www.mvlwb.ca/MV/AppForms/"},
						
		]
	},
	{code:"Support Documentation", url:"supportdoc.htm",
		sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"Acts and Regulations", "url":"actsandregs.htm"},
			{code:"Board Rules & Policies", "url":"rulesandpolicy.htm"},
			{code:"Other Documentation", "url":"../html/other.htm"}
		]
	},
	{code:"Public Registry", url:"http://www.mvlwb.ca/mv/", target:"_blank",
			sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},		]
	},
	
	
	{code:"Links", url:"links.htm"},
			
		{code:"New! Working Groups", url:"http://www.mvlwb.ca/WorkingGroups.aspx", target:"_blank"},
	
			
	{code:"Contact Us", url:"staff.htm",
			sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			
		]
	},
		
		





];



var MENU_ITEMS2 = [
	{pos:[33,90], itemoff:[21,0], leveloff:[0,139], style:STYLE, size:[22,140]},
	{code:"Introduction", url:"../html/introduction.htm",
		sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"Background, Mandate", url:"../html/mandate.htm"},
			{code:"The Board", url:"../html/theboard.htm"},
			{code:"Annual Reports", url:"http://www.mvlwb.ca/mv/Board%20Publications/", target:"_blank"}
			]
	},
	{code:"Announcements", url:"http://www.mvlwb.ca/mv", target:"_blank",
		sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"Applications & Hearings", "url":"../html/apps_hearings.htm"},
			{code:"Newsletters", "url":"../html/newsletters.htm"},
			{code:"Careers", "url":"../html/careers.htm"},
			{code:"Other", "url":"../html/notices.htm"},
			
		]
	},
	{code:"Permits and Licences", url:"../html/lupandwl.htm",
		sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"Who Needs Them", "url":"../html/whoneedsthem.htm"},
			{code:"Application Forms and Guidelines", "target":"_blank", "url":"http://www.mvlwb.ca/MV/AppForms/"},
			
		]
	},
	{code:"Support Documentation", url:"../html/supportdoc.htm",
		sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"Acts and Regulations", "url":"../html/actsandregs.htm"},
			{code:"Board Rules & Policies", "url":"../html/rulesandpolicy.htm"},
			{code:"Other Documentation", "url":"../html/other.htm"}
		]
	},
	{code:"Public Registry", url:"http://www.mvlwb.ca/mv/", target:"_blank",
			sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
						
		]},
	
	{code:"New! Working Groups", url:"http://www.mvlwb.ca/WorkingGroups.aspx", target:"_blank"},

	{code:"Links", url:"../html/links.htm"},

	{code:"Contact Info", url:"../html/contactus.htm",
			sub:[
			{style:STYLE_BORDER, itemoff:[21,0]},
			{code:"MVLWB Staff", "url":"../html/staff.htm"},
			{code:"Contact Us", "url":"mailto:permits@mvlwb.com"}
		]
	},
	



];

