// JavaScript Document
var MENU_ITEMS = 
[
	['Home', 'http://familyhistory.worbey.com', {'tw':'_self','sb':'Home Page'}],
	['Names Index', '_nameindex.html', {'tw':'_self','sb':'Index of Names'}],
	['Starting Family', null, null,
		['Pollard', null, null,
			['Nigel & Teresa', 'fam9.html', {'tw':'_self','sb':'Pollard'}]
		],
		['Treagus', null, null,
			['Tony & Angela', 'fam11.html', {'tw':'_self','sb':'Treagus'}]
		],
		['Worbey', null, null,
			['Barry & Kim', 'fam2.html', {'tw':'_self','sb':'Worbey'}],
			['Cecil & Pam', 'fam5.html', {'tw':'_self','sb':'Worbey'}],
			['Lee & Charlotte', 'fam1.html', {'tw':'_self','sb':'Worbey'}],
			['Paul & Lin', 'fam10.html', {'tw':'_self','sb':'Worbey'}]
		]
	],
	['Overall Tree', 'tree.html', {'tw':'_self','sb':'Family History Tree'}],
	['Contribute', null, null,
		['Forum', 'forum/index.php', {'tw':'_blank','sb':'Forum'}],
		['Contact', 'contact.html', {'tw':'_self','sb':'Contact Me'}]
	]
];