/*
  --- 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', null, null,

		['Home Page', 'index.htm'],
		['Welcome', 'newvisitors.htm'],
		
		
	],

	['Geoff', null, null,
			['About Geoff', 'geoff.htm'],
			['Geoff @ Work', 'http://www.geoffpenn.co.uk'],
			['Geoffs Ancestry', 'http://www.geoffpenn.co.uk/family/'],							
						
	],


	['Linda', null, null,
		['About Linda', 'linda.htm'],
		['Linda @ Work', 'lindawork.htm'],
		['Lindas Ancestry', 'lindaan.htm'],
	],
	
	['Pets', null, null,
		['About Our Pets', 'pets.htm'],
		['Katy', 'petkaty.htm'],
		['Pippa', 'petpippa.htm'],
		['Millie', 'petmillie.htm'],
		['Ted', 'petted.htm'],		
		['Biggles Card Trick', 'cardtrick0.htm'],
		
		
	],
	
	
	
	['Photos', null, null,
		['Our Recent Photos', 'http://www.flickr.com/photos/geoffpenn/sets/'],
		['Our Album', 'albumgeofflinda.htm'],
		['Our Parents', 'albumparents.htm'],
		['Linda Photomovie', 'http://www.geoffpenn.com/lindaphoto640.wmv'],
		['Our Pets', 'http://www.flickr.com/photos/geoffpenn/sets/1306949/'],
		['Friends Albums', null, null,
			['The Smiths Album', 'albumsmith.htm'],
			['Friends Photos', 'albumfriends.htm'],
		],	
		['Family Albums', null, null,
				['Lindas 50th Birthday', 'http://www.flickr.com/photos/geoffpenn/sets/1306315/'],
				['Karl & Janies Wedding', 'albumkj.htm'],
				['The Sherwoods', 'albumlinsfamily.htm'],
				['Ellis Family Day 2005', 'ellisdayalbum.htm'],
				['Canada 2003', 'albumcanada2003.htm'],
				['Jason & Arron Weeks', 'Albums/jasonarron/index.htm'],
				['Melissa Borrett', 'albummel.htm'],
		],
		
		['Videos', null, null,
			['Florida Keys 2002', 'holidayfloridasml.wmv'],
			['Whale Watching 2003', 'whalewatchingsml.wmv'],
		],
		['Penn Webcam', 'penncam.htm'],
		
	],
	
		['Miscellaneous', null, null,
				['What we do', 'hobbies.htm'],
				['Weather Station', null, null,
					['Summary', 'weather.htm'],
					['Temperature', 'weathertemp.htm'],					
					['Barometer', 'weatherbaro.htm'],					
					['Wind', 'weatherwind.htm'],					
					['Rainfall', 'weatherrain.htm'],				
					['Lightning', 'weatherlightning.htm'],
				],
				['My Sunny Villa', 'http://www.mysunnyvilla.com'],
				['News & Local Info', 'localinfo.htm'],
				["Sign Guestbook", "http://titan.guestworld.com/wgb/wgbsign.dbm?owner=geoffpenn_2"],
				["View Guestbook", "http://titan.guestworld.com/wgb/wgbview.dbm?owner=geoffpenn_2"],
				['Our Namesakes', 'othergplp.htm'],

		],




	
	
];

