/*
  --- 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, 
				['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,
		['Speakers', 'speakers.htm', null,
			['Past speakers', 'pastspeakers.htm', null]
		],
		['Projects', '../', null,
/* 			['Stride for Sight', 'http://www.visionaustralia.org.au/index.asp?inc=&amp;parentnav=events&amp;childnav=events&amp;subsection=view&amp;topnav=&amp;float=&amp;id=81', null],
*/ 
/* 			['<img src="images/coin.jpg" height="15" border="0"> Centenary Coin', 'coin.htm', null],
*/ 
/* 			['<img src="images/30 Years On.jpg" height="15" border="0"> Club History Book', '30 Years On.htm', null],
*/ 
  			["Sumba", 'Sumba.htm', null],
			["Farmers' Market", 'farmers.htm', null,
/*				['Roster', 'farmersroster.htm', null],
*/
				['When', 'farmers2.htm', null],
				['Where', 'farmersmap.htm', null,
					['Map', 'farmersmap.htm', null]
				]
			]
		],
		['Golf', 'Golf.htm', null],
		["Photos", 'Photos.htm', null,
  			['Changeover 2009', 'Photos.htm#chgovr09', null]
		],
		['The Boroondara Family Network', 'boroondara.htm', null]
	],
	['Rotary Links', null, null,
/*		['Member Only Information', null, null,
			['Club Duty Rosters', 'rosters.htm', null,
				['Duty Roster', 'rosters.htm', null],
				["Farmer's Market Roster", 'farmersroster.htm', 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'],
		['Inter Club Visits', 'Family.htm', null]
	],
	['Contact', null, null,
		['General queries', 'mailto:glenferrie@rotaryd9800.org?subject=President/Secretary: Web page enquiry'],
		['Webmaster', 'mailto:glenferrie@rotaryd9800.org?subject=Webmaster: Web page question'],
	],
];

