BLANK_IMAGE="http://data.ashanet.org/datastore/data/Chapters/LA/www/images/button.gif";
//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#CBDCED", "shadow":"#CCCCCC", "bgON":"#116f38","bgOVER":"#ffeecc"};
var sub_color = {"border":"#CBDCED", "shadow":"#CCCCCC", "bgON":"#ff6633","bgOVER":"#ffeecc"};
var css = {"ON":"mouse_out", "OVER":"mouse_over"};
var sub_css = {"ON":"mouse_out_submenu", "OVER":"mouse_over_submenu"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};
var SUB_STYLE = {"border":0, "shadow":0, "color":sub_color, "css":sub_css};

//items and formats
var MENU_ITEMS =
[
	{"pos":[10,145], "itemoff":[30,0], "leveloff":[0,122], "style":STYLE, "size":[25,130]},
	{code:"About us", url:"index.php?page=about_us", target:"_top"},
    {code:"Activities", url:"index.php?page=activities", target:"_top",
        sub:[
			{"itemoff":[25,0], "style":SUB_STYLE, "size":[25,130]},
            {code:"Research",url:"index.php?page=research", target:"_top"},
            {code:"Fundraising",url:"index.php?page=research",target:"_top",
                sub:[
                    {"itemoff":[25,0], "style":SUB_STYLE, "size":[25,130]},
                    {code:"Events",url:"index.php?page=events", target:"_top"},
                    {code:"Asha Stars", url:"index.php?page=ashastars", target:"_top"}
                ]
            },
            {code:"Monitoring", url:"index.php?page=research", target:"_top"},
            {code:"Events",url:"index.php?page=events",target:"_top"},
            {code:"Meetings",url:"index.php?page=meetings", target:"_top"}
        ]
    },
	{code:"Projects", url:"projects.html", target:"_top",
        sub:[
			{"itemoff":[25,0], "style":SUB_STYLE, "size":[25,140]},
            {code:"Current Projects", url:"projects.html#current", target:"_top"},
            {code:"Past Projects", url:"projects.html#past", target:"_top"},
            {code:"Proposal template", url:"index.php?page=guidelines", target:"_top"},
            {code:"Asha Stars", url:"index.php?page=ashastars", target:"_top"},
            {code:"About", url:"index.php?page=activities",target:"_top",
                sub:[
			        {"itemoff":[25,0], "style":SUB_STYLE, "size":[25,140]},
                    {code:"Research",url:"index.php?page=research", target:"_top"},
                    {code:"Fundraising",url:"index.php?page=research",target:"_top",
                        sub:[
                            {"itemoff":[25,0], "style":SUB_STYLE, "size":[25,130]},
                            {code:"Events",url:"index.php?page=events", target:"_top"},
                            {code:"Asha Stars", url:"index.php?page=ashastars", target:"_top"}
                        ]
                    },
                    {code:"Monitoring", url:"index.php?page=research", target:"_top"}
                    ]
            }
           ]
        },
	{code:"Asha and You", url:"index.php?page=asha_and_you", target:"_top"},
	{code:"Asha USC", url:"http://www.ashanet.org/la/asha-usc/", target:"_blank"},
	{code:"Resources", url:"index.php?page=resources", target:"_top",
		sub:[
			{"itemoff":[25,0], "style":SUB_STYLE, "size":[25,140]},
            {code:"Constitution", url:"index.php?page=constitution", target:"_top"},
            {code:"By Laws", url:"index.php?page=by_laws",target:"_top"},
            {code:"Proposal template",url:"index.php?page=guidelines",target:"_top"},
			{code:"Contact", url:"index.php?page=resources", target:"_top"},
			{code:"UCLA information", url:"index.php?page=ucla_info", target:"_top"},
			{code:"Articles", url:"index.php?page=resources", target:"_top"},
			{code:"FAQ", url:"index.php?page=faq", target:"_top"}
		]
	}
];


