var MENU_ITEMS1 = [
	['home', 'index.html'],
	['biography', 'biog.html'],
	['galleries', null, null,
		['local events', 'localevents.html'],
		['sunsets', 'sunsets.html'],
		['coastline', 'coastline.html'],
		['shoreline', 'shoreline.html'],
		['landscape', 'landscape.html'],
		['aerial photography', null,null,
			['introduction', 'aerialintro.html'],
			['nautical', 'nautical.html'],
			['coastal', 'coastal.html'],
			['rural', 'rural.html'],
			],
		],
	['cave project', null, null,
		['introduction', 'cavesintro.html'],
		['caves', 'caves.html'],
		['stones', 'stones.html']
		],
	['ramblings', 'rambling.html'],
	['purchasing', null, null,
		['on-line purchasing', 'shipping.html#purc'],
		['alternative purchasing', 'shipping.html#altorder'],
		['print quality', 'shipping.html#print'],
		['shipping', 'shipping.html#ship'],
		['refunds', 'shipping.html#refund'],
		['contact', 'shipping.html#cont'],
		],
];
