/* --- menu items ---
[10, 10, 200, 150]
when used as the third parameter
x,y,w,h
 */
var MENU_ITEMS =
[
	['Home', '../waehome/index.cfm', null],
	
	['About WAE', null, null,
		['Vision, Mission & Values', '../about/vision.cfm', null],
		['History ', '../about/history.cfm', null],
		['Partnerships', '../about/partnerships.cfm', null]
	],
	
	['Focus', null, null,
		['Ambassador Series', '../about/ambassador.cfm', null],
		['Cultural Immersion Days', '../about/cid.cfm', null],
		['International Education', '../about/educationfocus.cfm', null],
		['Sustainable Development', '../about/development.cfm', null]
	],
	
	['News/Events', null, null,
			['Event Calendar', '../calendar/calendar.cfm', null],
			['Event List', '../calendar/eventlist.cfm', null],
			['Newsletter', '../news/newsletters.cfm', null]

	],
	['Press Releases', null, null,
		['Press Releases', '../news/press.cfm', null]
	
	],
	['Photo Gallery', null, null,
	
			["Eggner Trio from Austria", '../photos/eggner11.cfm', null],
			["Austrian Embassy Poetry Project", '../photos/austriapoetry11.cfm', null],
			["Chinese Anhui Orchestra", '../photos/chinaanhui11.cfm', null],
			["Colorful China '10", '../photos/colorfulchina10.cfm', null],
			["China Immersion Day '10", '../photos/chinacid10.cfm', null],
			["China Educator Day '10", '../photos/chinaedu10.cfm', null],
			["Arab Immersion Day '09", '../photos/arabcid09.cfm', null],
			["International Art Exhibit '09", '../photos/IntlArtExhibit09.cfm', null],
			["Salisbury Exhibit '09", '../photos/salisbury09.cfm', null],
			["Tianjin Troupe '09", '../photos/tianjin09.cfm', null],
			["EU Immersion Day '08", '../photos/eu.cfm', null],
			["Cultural Ambassadors Immersion Day '08", '../photos/cultamb08.cfm', null],
			
			["Estonia Concert '08", '../photos/estonia08.cfm', null],
			//["Russia Immersion Day", '../commonfiles/uc.cfm', null]
	],
		
	['Contact/Register', null, [95, 00, 150, 20],
		['Contact', '../about/contact.cfm', null],
		//['Support', '../commonfiles/uc.cfm', null],
		//['Volunteer', '../commonfiles/uc.cfm', null],		
		['Register', '../about/register.cfm', null]
	],
	['International Education', null , [110, 00, 280, 20],
		['Vision', '../iem/vision.cfm', null],
		['2011 Theme/Ideas', '../iem/theme.cfm', null],
		['Programs', '../iem/programs.cfm', null],		
		['2011 Poetry Contest', '../iem/poetry.cfm', null],
		['Resources', '../iem/resources.cfm', null],		
		//['Contacts', '../iem/contacts.cfm', null],
	],
];




