//BLANK_IMAGE = 'http://localhost/yc/images/b.gif';
BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#8B94B1",	// color of the item border, if any
		shadow:"#8B94B1",	// color of the item shadow, if any
		bgON:"E7ECF2",		// background color for the items
		bgOVER:"#B6BDD2"	// 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:[110,151], itemoff:[0,80], leveloff:[19,0], style:STYLE, size:[19,80]},
	{code:"Home", url:"home.asp"
	},
	{code:"ECYC",
		sub:[
			{itemoff:[17,0]},
			{code:"Youth Orgs.",url:"youthOrgs.asp"},
			{code:"Parastatals",url:"parastatals.asp"},
			{code:"News",
				sub:[
					{leveloff:[0,80], size:[19,90]},
					{code:"Media Releases",url:"mediaReleases.asp"},
					{code:"Speeches",url:"speeches.asp"}
				]
			},
			{code:"Events",
				sub:[
					{leveloff:[0,80], size:[19,100]},
					{code:"Events Calendar",url:"eventsCalendar.asp"}
				]
			},			
		]
	},	
	{code:"Documents",
		sub:[
			{itemoff:[17,0]},
			{code:"Strategic Plan",url:"stratPlan.asp"},
			{code:"Reports",
				sub:[
					{leveloff:[0,80]},
					{code:"Report 1"},
					{code:"Report 2"},
					{code:"Report 3"}
				]
			},
		]
	},
	
	{code:"Sponsors",url:"sponsors.asp"},
	
	{code:"Links",
		sub:[
			{itemoff:[17,0]},
			{code:"Site Map",url:"siteMap.asp"},
			{code:"Related Sites",url:"relatedSites.asp"}
		]
	},	
	
	{code:"About Us",
		sub:[
			{itemoff:[17,0]},
			{code:"Organogram",url:"org.asp"}
		]
	},	
	{code:"Contact Us",
		sub:[
			{itemoff:[17,0]},
			{code:"Youth Forums",url:"officeContacts.asp"},
			{code:"Key Contacts",url:"individualContacts.asp"}
		]
	}
];
