var MENU_ITEMS = [
	['Home','index.asp', {'tw' : '_self'}],
	['Resume','resume.asp', {'tw' : '_self'}],
	['Testimonials', 'achievments.asp', {'tw' : '_self'}],
	['Photo Gallery','photo.asp', {'tw' : '_self'}],
	['Airlines Info', 'http://www1.iata.org/index.htm', {'tw' : '_blank'}],
	['Favorite Links', 'fav.asp', {'tw' : '_self'}],
	['Contact Me', 'contact.asp', {'tw' : '_self'}],
	['Extra', null, null,
		['Travel Agent','agents.asp', {'tw' : '_self'}],
		['Employment','employment.asp', {'tw' : '_self'}],
	],	
	
];
