function HTMLPageInfo() {
	return HTMLMenu('Photo Sets',
	 HTMLMenuLink('Misc (Including Me)',
	  'NonStd/MenuPhotoGalleryMisc.htm" target="GalleryMenu"',
	  'Put a face to my name') +
	 HTMLMenuLink('Grand Canyon Trip',
	  'NonStd/MenuPhotoGalleryCanyonTrip.htm" target="GalleryMenu"',
	  'Colorado River rafting trip through the Grand Canyon')
	 ) +
	 HTMLIFrameBox('GalleryMenu','Gallery Photos','300px','')
}

function ResizeGallery() {
	ResizeFrame('GalleryFrame')
}

