//override default blank image
BLANK_IMAGE = root + 'images/spacer.gif';
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#9ac4d4", "shadow":"#DBD8D1", "bgON":"#ffffff", "bgOVER":"#D6DEF0", "imagebg":"#ffffff", "oimagebg":"#D6DEF0"};
var css = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var subcss = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":2, "borders":[0,2,0,2], "shadow":0, "color":color, "css":css};
var STYLEEND = {"border":2, "borders":[0,2,0,2], "shadow":0, "color":color, "css":css};
var STYLESUB = {"border":1, "shadow":0, "color":color, "css":subcss};
//items and formats
var MENU_ITEMS =
[
	{"pos":"relative", "size":[25,165], "itemoff":[0,160], "leveloff":[0,0], "delay":5, "image":null, "imgsize":[1,1], "arrow":null, "arrsize":[1,1], "style":STYLE},
//About CA-CP
    {code:"<img src=\"" + root + "images/nav/new_mh/mh_about_cacp.gif\">", url:root + "about/", "format":{"size":[25,190], "itemoff":[0,190], "arrow":null, "style":STYLE},
    sub:[
        {"size":[22,191], "itemoff":[21,0], "leveloff":[24,0], "arrow":null, "image":null, "style":STYLESUB},
        {code:"What We Do", url:root + "about/index.php"},
		{code:"Contact Us", url:root + "about/contact.php"},
		{code:"Staff Bios", url:root + "about/staff.php"},
        {code:"Board Bios", url:root + "about/board.php"},
        {code:"Funders", url:root + "about/funders.php"},
		{code:"Press Box", url:root + "information/press.php"},
        ]
    },

//Get Informed
    {code:"<img src=\"" + root + "images/nav/new_mh/mh_get_informed.gif\">", url:root + "information/", "format":{"size":[25,190], "itemoff":[0,190], "arrow":null, "style":STYLE},
    sub:[
        {"size":[22,191], "itemoff":[21,0], "leveloff":[24,0], "arrow":null, "image":null, "style":STYLESUB},
		    {code:"Global Warming 101", url:root + "information/index.php"},
			{code:"Implications of Warming", url:root + "information/implications.php"},
        	{code:"Population Factors", url:root + "map/index.php"},
		    {code:"Fact Sheets and Reports", url:root + "information/factsheets.php"},
      		{code:"Additional Resources", url:root + "information/links.php"},
			{code:"Our Blog", url: "http://coolplanet.org/"}
        ]
    },
    
//Take Action
    {code:"<img src=\"" + root + "images/nav/new_mh/mh_take_action.gif\">", url:root + "action/", "format":{"size":[25,190], "itemoff":[0,190], "arrow":null, "style":STYLE},
    sub:[
        {"size":[22,191], "itemoff":[21,0], "leveloff":[24,0], "arrow":null, "image":null, "style":STYLESUB},
        {code:"Climate Solutions", url:root + "action/index.php"},
		{code:"Your Climate Impact?", url:root + "action/footprint.php"},
		{code:"Reduce Your 'Footprint'", url:root + "action/solutions.php"},
        {code:"Case Studies", url:root + "solutions/viewall.php"},
        ]
    },

//Donate
    {code:"<img src=\"" + root + "images/nav/new_mh/mh_donate.gif\">", url:root + "action/donate.php", "format":{"arrow":null, "size":[25,190], "itemoff":[0,190], "style":STYLEEND}
	}
];

