/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Service Project',null, null,
	    ['Youth Program','youth.htm', {'tw' : 'main'}],
		['Rotary Friendship Exchange','rfe.htm', {'tw' : 'main'}],
		['World Community Service','wcs.htm', {'tw' : 'main'}],
		['Matching Grant','matching.htm', {'tw' : 'main'}],
		['Vocational','vocate.htm', {'tw' : 'main'}],
	],
	['Members',null, null,
		['New Member','under.htm', {'tw' : 'main'}],
		['Orientation','under.htm', {'tw' : 'main'}],
		['Book Donation','under.htm', {'tw' : 'main'}],
		['Rota Claus','under.htm', {'tw' : 'main'}],
	    
	],
	['Foundation', null, null,
		['EREY','under.htm', {'tw' : 'main'}],
		['PHF','under.htm', {'tw' : 'main'}],
		['PHS','under.htm', {'tw' : 'main'}],
	],
	['Club Activities', null, null,
		['Club Magazine','under.htm', {'tw' : 'main'}],
		['Meeting Program','under.htm', {'tw' : 'main'}],
		['Meeting Calanda','under.htm', {'tw' : 'main'}],
		['Attendant','under.htm', {'tw' : 'main'}],
		['Finance','under.htm', {'tw' : 'main'}],
	],
	['News', null, null,
		['Club Magazine','under.htm', {'tw' : 'main'}],
		['Meeting Program','under.htm', {'tw' : 'main'}],
		['Member Activity','under.htm', {'tw' : 'main'}],
		['District Conferance','under.htm', {'tw' : 'main'}],
		['Member Development','under.htm', {'tw' : 'main'}],
	],
];