/*
  --- 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 = [
	['Home', 'welcome.htm', null,
		['Location', null, null,
			['Meetings', 'meetings.htm', null, 
				['Bookings for weekly mtg', 'mailto:glenferrie@rotaryd9800.org?subject=Bookings - pls fwd to Don M'],
				['Map', 'meetings.htm', null]
			],
			["Farmers' Market", 'farmersmap.htm', null,
				['Map', 'farmersmap.htm', null]
			]
		],
		['Newsletter', null, null,
			['Current', 'current.pdf', null],
			['Back Issues', null, null,
				['1', 'previous.pdf', null],
				['2', 'prev2.pdf', null],
				['3', 'prev3.pdf', null],
				['4', 'lastmonth.pdf', null],
			],
			['Last month', 'lastmonth.pdf', null],
			['Last Year', 'lastyear.pdf', null],
			['District', 'http://www.rotarydistrict9800.org.au/uploads/downloads/Networker/2007_2008/currentNetworker.pdf', null]
		],
	],
	['Activities', null, null,
		['Projects', '../', null,
  			["Sumba", 'Sumba.htm', null],
			["Farmers' Market", 'farmers.htm', null,
				['When', 'farmers2.htm', null],
				['Where', 'farmersmap.htm', null,
					['Map', 'farmersmap.htm', null]
				]
			]
		],
		['The Boroondara Family Network', 'boroondara.htm', null]
	],
	['Rotary Links', null, null,
		['District 9800', 'http://www.rotaryd9800.org/'],
		['Rotary International', 'http://www.rotary.org/'],
		['Rotary in Australia', 'http://rotarnet.com.au/'],
		['Rotary Club of Glenferrie', 'http://www.rotaryd9800.org/glenferrie'],
		['Cluster Clubs', 'Family.htm', null,
			['Hawthorn','http://www.hawthornrotary.org', null,
				['Bulletin','http://www.hawthornrotary.org/aboutus/hawthorn-rotary-bulletins.html']
			],
			['Kew','http://home.vicnet.net.au/~rckew/', null,
				['Bulletin','http://home.vicnet.net.au/~rckew/assets/RCKewLatestNewsletter.pdf']
			],
			['Kew on Yarra','http://home.vicnet.net.au/~rckewe/', null,
				['Bulletin','http://home.vicnet.net.au/~rckewe/Committee/Bulletins.htm']
			]

		]
	],
	['Contact', null, null,
		['General queries', 'mailto:glenferrie@rotaryd9800.org?subject=President/Secretary: Web page enquiry'],
		['Bookings for wkly mtg', 'mailto:glenferrie@rotaryd9800.org?subject=Bookings - pls fwd to Don M'],
		['Webmaster', 'mailto:glenferrie@rotaryd9800.org?subject=Webmaster: Web page question'],
	],
];


