BLANK_IMAGE = '../images/b.gif';

var MenuStyle = {
	border:4,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#ffffff",	// color of the item shadow, if any
		bgON:"#004566",		// background color for the items
		bgOVER:"#C7CED4"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var SubMenuStyle = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	size:[25,178],
	itemoff:[20,0], 
	leveloff:[4,106], 
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"C7CED4",		// background color for the items
		bgOVER:"#004566"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var SubSubMenuStyle = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	size:[25,185], 
	leveloff:[0,177],
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"C7CED4",		// background color for the items
		bgOVER:"#004566"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[18,130], itemoff:[40,0], leveloff:[0,148], style:MenuStyle, size:[45,108]},
	{code:"About Us", url:"../About/AboutUs.asp",
		sub:[
			{style:SubMenuStyle},
			{code:"About Us", url:"../About/AboutUs.asp"},
			{code:"Home Page", url:"../default.asp"},
			{code:"Staff & Board", url:"../About/StaffAndBoard.asp"},
			{code:"In The News", url:"../About/ReportsNewsletters.asp"},
			{code:"Our Partners", url:"../About/OurPartners.asp"},
			{code:"Donate Now", url:"../About/DonateNow.asp"}
		]
	},
			
			{code:"Volunteer Opportunities", url:"../ProgramsServices/VolunteerOpportunities.asp",
				sub:[
					{style:SubMenuStyle},
					{code:"Volunteer Opportunities", url:"../ProgramsServices/VolunteerOpportunities.asp"},
					{code:"Volunteering for Youth", url:"../ProgramsServices/VolunteerYouth.asp"},
				]
			},
			{code:"Volunteer Recognition", url:"../ProgramsServices/VolunteerRecognition.asp",
				sub:[
					{style:SubMenuStyle},
					{code:"Volunteer Recognition", url:"../ProgramsServices/VolunteerRecognition.asp"},
					{code:"Apply for Scholarship", url:"../ProgramsServices/ApplyForScholarship.asp"},
					{code:"Nominate a Volunteer", url:"../ProgramsServices/NominateVolunteer.asp"},
					{code:"Sponsor Affair of the Heart", url:"../ProgramsServices/AffairOfTheHeart.asp"},
					
				]
			},
			{code:"Managers of Volunteers", url:"../ProgramsServices/VolunteerCoordinators.asp",
				sub:[
					{style:SubMenuStyle},
					{code:"Managers of Volunteers", url:"../ProgramsServices/VolunteerCoordinators.asp"},
					{code:"Agency Registration", url:"../ProgramsServices/AgencyRegistration.asp"},
					{code:"Training", url:"../ProgramsServices/Training.asp"}
				]
			},
			{code:"Emergency Preparedness", url:"../ProgramsServices/EmergencyPreparedness.asp",
				sub:[
					{style:SubMenuStyle},
					{code:"Emergency Preparedness", url:"../ProgramsServices/EmergencyPreparedness.asp"},
					{code:"CERT", url:"../ProgramsServices/EmergencyResponseTeam.asp"},
					{code:"Teen CERT", url:"../ProgramsServices/TeenCERT.asp"},
					{code:"Citizen Corps Council", url:"../ProgramsServices/CitizenCorps.asp"}
				]
			},

	{code:"Resources & Links", url:"../ResourcesLinks/ResourcesLinks.asp"},
	{code:"Contact Us",url:"../ContactUs/ContactUs.asp"}
];