// make sure there is no comma after the last key-value pair
//Navigation for Ann's Hope Foundation
var arrNAV = {
	"About": {
		tooltip:"",
		url:"http://annshope.org/about/about.html",
		options: {
			"Our Mission": {
				tooltip:"",
				url:"http://annshope.org/about/mission.html"
			},
			"History": {
				tooltip:"",
				url:"http://annshope.org/about/history.html"
				},
			"Grants": {
				tooltip:"",
				url:"http://annshope.org/about/grants.html"
			
			},
						
			"Board of Directors": {
				tooltip:"",
				url:"http://annshope.org/about/bod.html"
			},
			"Research": {
				tooltip:"",
				url:"http://annshope.org/about/research.html"
		
			}
		}
	},  // Get Started

	"Events": {
		tooltip:"",
		url:"http://annshope.org/events/events.html",
		options: {
				"Past Events": {
				tooltip:"",
				url:"http://annshope.org/events/past_events.html"
								
			}
		}
	},   // Events

	"News": {
		tooltip:"",
		url:"http://annshope.org/news/news.html",
		options: {
			"Newsletters": {
				tooltip:"",
				url:"http://annshope.org/news/newsletters.html"

			}
		}
					
	},  // News

	"Sponsors": {
		tooltip:"",
		url:"http://annshope.org/sponsors/sponsors.html",
		options: {
			"Event Sponsors": {
				tooltip:"",
				url:"http://annshope.org/sponsors/event_sponsors.html"

			}
		}
	},
	// Sponsors

"In Memory": {
		tooltip:"",
		url:"http://annshope.org/in_memory/in_memory.html",
		options: {
			"2010 Honorary Chairs": {
			tooltip:"",
			url:"http://annshope.org/in_memory/honorary2010.html"
			}, 
			"2010 Memorials": {
			tooltip:"",
			url:"http://annshope.org/in_memory/memorials2010.html"
			}, 
			"2009 Honorary Survivor": {
			tooltip:"",
			url:"http://annshope.org/in_memory/honorary2009.html"
			},
			"2009 Memorials": {
			tooltip:"",
			url:"http://annshope.org/in_memory/memorials2009.html"
			}, 
			"2008 Memorials": {
				tooltip:"",
				url:"http://annshope.org/in_memory/memorials2008.html"			
			},
			"2007 Memorials": {
				tooltip:"",
				url:"http://annshope.org/in_memory/memorials2007.html"
					},
			"2005 Memorials": {
				tooltip:"",
				url:"http://annshope.org/in_memory/memorials2005.html"
			}
		}
	},   // In Memory

	"Donate": {
		tooltip:"",
		url:"http://annshope.org/donate/donate.html",
		options: {
			"Volunteer": {
				tooltip:"",
				url: "http://annshope.org/donate/volunteer.html"
			},
			"Shop": {
				tooltip:"",
				url:"http://annshope.org/donate/shop.html"
		
			}
		}
	},   //Donations
	

	"Melanoma Info": {
		tooltip:"",
		url:"http://annshope.org/melanoma_info/melanoma_info.html",
		options: {
			"ABCDEs": {
				tooltip:"",
				url:"http://annshope.org/melanoma_info/abcde.html"
			},
			"Prevention": {
				tooltip:"",
				url:"http://annshope.org/melanoma_info/prevention.html"
				},
			"Resources": {
				tooltip:"",
				url:"http://annshope.org/melanoma_info/resources.html"
								
			}
		}
	}  // Melanoma Info
	
};

					
