//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#CC0000", "shadow":"", "bgON":"#CC0000","bgOVER":"#990000"};
var top_css = {"ON":"topOn", "OVER":"topOver"};
var top_center_css = {"ON":"topCenterOn", "OVER":"topCenterOver"};
var css = {"ON":"subLevelOn", "OVER":"subLevelOver"};

var TOP_STYLE = {"border":1, "shadow":0, "color":color, "css":top_css};
var TOP_CENTER_STYLE = {"border":1, "shadow":0, "color":color, "css":top_center_css};
var SUB_LEVEL_STYLE = {"border":1, "shadow":0, "color":color, "css":css};


var TOP_MENU = [
    {"pos":[194,2], "size":[22,120], "itemoff":[0,120], "leveloff":[21,0], "delay":400, "style":TOP_STYLE},
    {code:"Other Regions", "format":{"style":TOP_CENTER_STYLE},
		sub:[
			{"style":SUB_LEVEL_STYLE, "itemoff":[19,0]},
			{code:"National Office", url:"http://www.c-ciarn.ca", target:'_blank', "format":{"size":[20,150]}},
			{code:"British Columbia", url:"http://britishcolumbia.c-ciarn.ca/", target:'_blank', "format":{"size":[20,150]}},
			//{code:"Prairies", url:"http://prairies.c-ciarn.ca", "format":{"size":[20,150]}},
			{code:"Ontario", url:"http://www.c-ciarn-ontario.ca//", target:'_blank', "format":{"size":[20,150]}},
			{code:"Québec", url:"http://www.ouranos.ca/c-ciarn/", target:'_blank', "format":{"size":[20,150]}},
			{code:"Atlantic", url:"http://www.dal.ca/~cciarn//", target:'_blank', "format":{"size":[20,150]}},
			{code:"North", url:"http://taiga.net/c-ciarn-north/", target:'_blank', "format":{"size":[20,150]}}
		]
	},
    {code:"Sectors", "format":{"style":TOP_CENTER_STYLE, "size":[22,85], "itemoff":[0,490]},
		sub:[
			{"style":SUB_LEVEL_STYLE, "itemoff":[19,0]},
			{code:"Health", url:"http://www.c-ciarn.ca/health/index_e.asp", target:'_blank', "format":{"size":[20,150]}},
			{code:"Water Resources", url:"http://www.c-ciarn.mcgill.ca/", target:'_blank', "format":{"size":[20,150]}},
			{code:"Coastal Zone", url:"http://c-ciarn.bio.ns.ca/", target:'_blank', "format":{"size":[20,150]}},
			{code:"Forest", url:"http://forest.c-ciarn.ca/", target:'_blank', "format":{"size":[20,150]}},
			{code:"Agriculture", url:"http://www.c-ciarn.uoguelph.ca/", target:'_blank', "format":{"size":[20,150]}},
			{code:"Landscape Hazards", url:"http://www.c-ciarn.ca/landscapehazards/", target:'_blank', "format":{"size":[20,150]}},
			{code:"Fisheries", url:"http://fisheries.c-ciarn.ca/", target:'_blank', "format":{"size":[20,150]}}
		]	
	}
];


			
			