BLANK_IMAGE = 'graphics/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,0], itemoff:[30,0], leveloff:[5,-167], style:STYLE, size:[30,167]},
	{code:'<img src="graphics/nav-about-us.gif" width="167" height="30" alt="About Us" />',
		ocode:'<img src="graphics/nav-about-us-over.gif" width="167" height="30" alt="About Us" />',
		url:"milestones.php",
		sub:[
			{itemoff:[20,0], size:[20,167]},
			{code:'<img src="graphics/nav-our-trustees.gif" width="167" height="20" alt="Our Trustees" />',
				ocode:'<img src="images/subitem1o.gif" width="167" height="20" />'},
			{code:'<img src="graphics/nav-our-mission.gif" width="167" height="20" alt="Our Mission" />',
				ocode:'<img src="images/subitem2o.gif" width="167" height="20" />'},
			{code:'<img src="graphics/nav-our-founder.gif" width="167" height="20" alt="Our Founder" />',
				ocode:'<img src="images/subitem3o.gif" width="167" height="20" />'}
		]
	},
	{code:'<img src="graphics/nav-events.gif" width="167" height="30" alt="Events" />',
		ocode:'<img src="graphics/nav-events-over.gif" width="167" height="30" alt="About Us" />',
		sub:[]
	},
	{code:'<img src="graphics/nav-news.gif" width="167" height="30" alt="News" />',
		ocode:'<img src="graphics/nav-news-over.gif" width="167" height="30" alt="About Us" />',
		sub:[
			{itemoff:[20,0], size:[20,167]},
			{code:'<img src="graphics/nav-in-the-press.gif" width="167" height="20" alt="In The Press" />',
				ocode:'<img src="images/subitem1o.gif" width="167" height="20" />'},
			{code:'<img src="graphics/nav-press-releases.gif" width="167" height="20" alt="Press Releases" />',
				ocode:'<img src="images/subitem2o.gif" width="167" height="20" />'}
		]
	},
	{code:'<img src="graphics/nav-contact-us.gif" width="167" height="30" alt="Contact Us" />',
		ocode:'<img src="graphics/nav-contact-us-over.gif" width="167" height="30" alt="About Us" />',
		sub:[]
	},
	{code:'<img src="graphics/nav-links.gif" width="167" height="30" alt="Links" />',
		ocode:'<img src="graphics/nav-links-over.gif" width="167" height="30" alt="About Us" />',
		sub:[]
	}
];
