/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html', {'sw':50}],
	['President\'s Corner', 'president.html', {'sw':120}],
	['About Rotary', null, {'sw':90},
		['Rotary International', 'about.html'],
		['RI History', 'rihistory.html'],
		['Service Above Self', 'service.html'],
		['4-way Test', '4waytest.html'],
		['Foundation', 'foundation.html']
	],
	['Our Club', null, {'sw':60,'bw':120},
		['Board & Officers', 'board.html'],
		['Committees', 'committees.html'],
		['Oaktarian - Newsletter', 'oaktarian.html'],
		['In the News', 'news.html'],
		['Photo Galleries', 'gallery.html'],
		['Rotary College', 'rotarycollege.html'],
		['Attendance', 'attendance.html'],
		['Becoming a member', 'join.html'],
		['History', 'history.html'],
		['Contact Us', 'mailto:secretary@rotaryor.org,hshapira@techno-info.com']
	],
	['Calendar', 'calendar.html', {'sw':66}],
	['Services', null, {'sw':60,'bw':125},
		['Fund Raisers', null, {'bw':100},
			['Gala', 'gala.html'],
		],
		['Projects', null, {'bw':125},
			['Commemorative Walk', 'sccw/index.html'],
			['Street Painting Festival', 'streetpaintingfestival/index.html']
		],
		['Scholarships & Awards', 'scholarships.html']
	],
	['Ryla', 'ryla.html', {'sw':40}],
	['Interact', 'interact.html', {'sw':60}],
	['District 6780', null, {'sw':85},
		['Leaders', 'leaders.html'],
		['Area Clubs', 'clubs.html']
	],
	['Members Area', null, {'sw':95,'bw':90},
		['Forum', 'membersview/forum.html'],
		['Members Only', 'membersview/index.html']
	]
];
