// ddc_nav_menu.js
BLANK_IMAGE="http://www.ipcc-data.org/img/b.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#4242ff", "shadow":"#c0c0c0", "bgON":"#ffffff","bgOVER":"#4f96ff"};
var color1 = {"border":"#4242ff", "shadow":"#c0c0c0", "bgON":"#ffffff","bgOVER":"#4f96ff"};
var color2 = {"border":"#4242ff", "shadow":"#c0c0c0", "bgON":"#ffffff","bgOVER":"#4f96ff"};
var color3 = {"border":"#4242ff", "shadow":"#c0c0c0", "bgON":"#ffffff","bgOVER":"#4f96ff"};
var color4 = {"border":"#4242ff", "shadow":"#c0c0c0", "bgON":"#ffffff","bgOVER":"#4f96ff"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE1 = {"border":1, "shadow":0, "color":color, "css":css};
var STYLE2 = {"border":1, "shadow":2, "color":color, "css":css};
//items and formats
var MENU_ITEMS =
[
	{"pos":[0,0], "itemoff":[21,0], "leveloff":[21,0], "style":STYLE1, "size":[22,141]},
//  Syntax:
//	{code:"Popup", url:"popup/index.html", "target":"mainFrame"},
//	{code:"Frames support", url:"frames/index.html", "target":"_blank"},
	{code:"About the DDC", url:"http://www.ipcc-data.org/ddc_about.html", "format":{"itemoff":[30,0]},
		sub:[
			{"leveloff":[42,141], "itemoff":[-21,0], "size":[22,221], "style":STYLE2},
			{code:"Who runs the DDC?", url:"http://www.ipcc-data.org/ddc_runs.html"},
			{code:"What the DDC provides", url:"http://www.ipcc-data.org/ddc_provides.html"},
			{code:"Why the DDC exists", url:"http://www.ipcc-data.org/ddc_exist.html"},
		]
	},
	{code:"Observed climate", url:"http://www.ipcc-data.org/obs/index.html",
		sub:[
			{"leveloff":[63,141], "itemoff":[-21,0], "size":[22,221], "style":STYLE2},
			{code:"Data visualisation", url:"http://www.ipcc-data.org/ddc_visualisation.html"},
			{code:"Global 30-year means", url:"http://www.ipcc-data.org/obs/get_30yr_means.html"},
			{code:"Global 10-year means", url:"http://www.ipcc-data.org/obs/get_10yr_means.html"},
			{code:"The CRU climate dataset", url:"http://www.ipcc-data.org/obs/cru_climatologies.html"},
		]
	},
	{code:"Climate scenarios", url:"http://www.ipcc-data.org/ddc_climscen.html",
		sub:[
			{"leveloff":[42,141], "itemoff":[-21,0], "size":[22,221], "style":STYLE2},
			{code:"Data visualisation", url:"http://www.ipcc-data.org/ddc_visualisation.html"},
			{code:"IPCC SRES scenarios", url:"http://www.ipcc-data.org/sres/gcm_data.html"},
			{code:"IPCC IS92 scenarios", url:"http://www.ipcc-data.org/is92/gcm_data.html"},
		]
	},
	{code:"GCM data archive", url:"http://www.mad.zmaw.de/IPCC_DDC/html/ddc_gcmdata.html",
		sub:[
			{"leveloff":[42,141], "itemoff":[-21,0], "size":[22,261], "style":STYLE2},
	                {code:"SRES GCM Experiments (AR4)", url:"http://www.mad.zmaw.de/IPCC_DDC/html/SRES_AR4/index.html"},
			{code:"SRES GCM Experiments (TAR)", url:"http://www.mad.zmaw.de/IPCC_DDC/html/SRES_TAR/index.html"},
			{code:"IS92 GCM Experiments"      , url:"http://www.mad.zmaw.de/IPCC_DDC/html/IS92A/index.html"},
		]
	},
	{code:"Socio-economic data", url:"http://sedac.ciesin.columbia.edu/ddc/index.html",
		sub:[
			{"leveloff":[42,141], "itemoff":[-21,0], "size":[22,221], "style":STYLE2},
			{code:"Scenario Data: SRES", url:"http://sedac.ciesin.columbia.edu/ddc/sres/index.html"},
			{code:"Scenario Data: IS92", url:"http://sedac.ciesin.columbia.edu/ddc/is92/index.html"},
			{code:"Baseline Data", url:"http://sedac.ciesin.columbia.edu/ddc/baseline/index.html"},
		]
	},
	{code:"Environmental data", url:"http://www.ipcc-data.org/ddc_envdata.html"},
	{code:"Guidance material", url:"http://www.ipcc-data.org/guidelines/index.html"},
];
