BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#CCCCCC",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#B30000",		// background color for the items
		bgOVER:"#CC0000"	// 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:"relative", style:STYLE, size:[22,100], leveloff:[21,0], itemoff:[0,99]},
	{code:"About Us",format:{itemoff:[0,99], leveloff:[21,0], size:[22,110]},url:"index.php",
		sub:[
			{itemoff:[21,0]},
			{code:"About Us", "url":"index.php"},
			{code:"Leadership", "url":"leadership.php"},
			{code:"Contact", "url":"contact.php"},
			{code:"FAQ", "url":"faq.php"}
		]
	},
	{code:"Events",format:{itemoff:[0,109], leveloff:[21,0], size:[22,120]},url:"events.php",
		sub:[
			{itemoff:[21,0], size:[22,150]},
			{code:"Calendar", "url":"events.php",
				sub:[
					{leveloff:[0,149], itemoff:[21,0]},
					{code:"Current Events", "url":"events.php"},
					{code:"Past Events", "url":"events.php?per=-1"},
					{code:"Future Events", "url":"events.php?per=1"}
				]
			},
			{code:"Event Types", "url":"event_types.php"},
			{code:"Signups and Payments", "url":"event_signup.php"},
			{code:"Event Submissions", "url":"event_submissions.php"}
		]
	},
	{code:"Resources",format:{itemoff:[0,119], leveloff:[21,0], size:[22,120]},
		sub:[
			{itemoff:[21,0], size:[22,150]},
			{code:"CES Resources", "url":"http://www.gsb.stanford.edu/ces/resources/index.html"},
			{code:"GSB Alumni Database", "url":"javascript:void(window.open('https://alumni.gsb.stanford.edu/index.html', '_blank'))"},
			{code:"Useful Links", "url":"links.php"},
			{code:"Club Resources", "url":"club_resources.php"}
		]
	},
	{code:"Alumni",format:{itemoff:[0,119], leveloff:[21,0], size:[22,100]},url:"alumni.php"
	},
	{code:"Newsletter & Contacts",format:{size:[22,160]},
		sub:[
			{itemoff:[21,0]},
			// {code:"Feedback", "url":"feedback.php"},
			{code:"Submit Contacts", "url":"contact.php"},
			{code:"Newsletter", url:"nl_current.php",
				sub:[
					{leveloff: [0,159], itemoff:[21,0]},
					{code:"Current Newsletter", "url":"nl_current.php"},
					{code:"Add Item", "url":"nl_add.php"},
					{code:"Review and Send", "url":"nl_review_send.php"}
				]
			}
		]
	},
	{code:"Login and Profile",format:{itemoff:[0,159], leveloff:[21,0], size:[22,138]},
		sub:[
			{itemoff:[21,0]},
			{code:"Join", "url":"join.php"},
			{code:"Login", "url":"login.php"},
			{code:"Change Profile", "url":"edit_profile.php"},
			{code:"Logout", "url":"logout.php"}
		]
	}
];
