//override default blank image
BLANK_IMAGE = root + 'images/spacer.gif';
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#669933", "shadow":"#DBD8D1", "bgON":"#F1FBE6", "bgOVER":"#D6DEF0", "imagebg":"#F1FBE6", "oimagebg":"#D6DEF0"};
var css = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var subcss = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":1, "borders":[1,1,0,1], "shadow":0, "color":color, "css":css};
var STYLEEND = {"border":1, "borders":[1,1,1,1], "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/about_cacp.gif\">", url:root + "about/", "format":{"size":[25,190], "itemoff":[0,190], "arrow":null, "image":root + "images/nav/greenglobe.gif", "imgsize":[21,21], "style":STYLE},
    sub:[
        {"size":[22,191], "itemoff":[21,0], "leveloff":[24,0], "arrow":null, "image":null, "style":STYLESUB},
        {code:"What We Do/Contact Us", url:root + "about/index.php"},
		{code:"Staff Bios", url:root + "about/staff.php"},
        {code:"Board Bios", url:root + "about/board.php"},
        {code:"Champions", url:root + "champions/2009_awards.php"},
	    {code:"Partners", url:root + "about/partners.php"},
        {code:"Funders", url:root + "about/funders.php"},
		{code:"Press Box", url:root + "information/press.php"}
        ]
    },

//Get Informed
    {code:"<img src=\"" + root + "images/nav/get_informed.gif\">", url:root + "information/", "format":{"size":[25,190], "itemoff":[0,190], "arrow":null, "image":root + "images/nav/greenglobe.gif", "imgsize":[21,21], "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:"Science and Policy", url:root + "science_policy.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/take_action.gif\">", url:root + "action/", "format":{"size":[25,190], "itemoff":[0,190], "arrow":null, "image":root + "images/nav/greenglobe.gif", "imgsize":[21,21], "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:"Get Involved", url:root + "action/getinvolved.php"},
        {code:"Case Studies", url:root + "solutions/viewall.php"},
        {code:"Join CA-CP", url:root + "action/donate.php"}
        ]
    },

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