/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'http://www.robalsmith.id.au/index.htm',{'sw':45}],
	["What's new", 'http://www.robalsmith.id.au/wotsnew.htm',{'sw':80}],
	['OPC Parishes', null, {'sw':85},
		['Little Shelford AM', 'http://shelford.robalsmith.id.au',{'tw':'_blank'}],
		['Brinkley CAM', 'http://www.robalsmith.id.au/brinkley.htm'],
		['Bickington DEV', null, null,
			['Baptisms', 'http://www.robalsmith.id.au/Bickington/BickBapt.htm'],
		],
	],
	['Family Stories', null, {'sw':90},
		['John HERRIN', 'http://www.robalsmith.id.au/jherrin.htm'],
		['Francis FROST 1721', 'http://www.robalsmith.id.au/ffrost.htm'],
		['Francis FROST 1654', 'http://www.robalsmith.id.au/ffrost1654.htm'],
		['James & Ann RYDER', 'http://www.robalsmith.id.au/rider1.htm'],
	],
	['Journals', null,{'sw':70},
		['Scratches & Scribbles Journal', 'http://www.robalsmith.id.au/weblog/',{'tw':'_blank'}],
	  ['Life Journal', 'http://www.robalsmith.id.au/journal.php',{'tw':'_blank'}],
	],
	['Genealogial Databases', null,{'sw':145},
		['My database', 'http://www.robalsmith.id.au/dbase/main.htm'],
		['Shipping Lists',null, null,
			['General Hewitt 1854', 'http://www.robalsmith.id.au/gh1854.htm'],
		],
	],
	['Useful Links', null, {'sw':85},
		['Australia', 'http://www.robalsmith.id.au/australia.htm'],
		['Cambridgeshire', 'http://www.robalsmith.id.au/cams.htm'],
		['Devonshire', 'http://www.robalsmith.id.au/devon.htm'],
		['Gene e-mags', 'http://www.robalsmith.id.au/mags.htm'],
		['Miscellaneous', 'http://www.robalsmith.id.au/otgenes.htm'],
		['Resources', 'http://www.robalsmith.id.au/resources.htm'],
		['Search aids', 'http://www.robalsmith.id.au/searchaids.htm'],
		['Tutorials', 'http://www.robalsmith.id.au/learning.htm'],
		['Worcestershire', 'http://www.robalsmith.id.au/worcester.htm'],
	],
	['Picture Gallery', null, {'sw':100},
		["Robyn's Sydney", 'http://www.robalsmith.id.au/gallery/',{'tw':'_blank'}],
		["Hawkesbury holiday", 'http://www.robalsmith.id.au/gallery/hawkesbury/',{'tw':'_blank'}],
		["Scrapbook", 'http://www.robalsmith.id.au/gallery/scrapbook/',{'tw':'_blank'}],
	],
];
