function HTMLHeaderMenu() {
	return HTMLSubMenu(
	 'About Me','AboutMe.htm',
	 'Learn about who I am and what I do',
	 HTMLMenuLink('Personal', 'AboutMe.htm',
	  'Get some information about me')
	 + HTMLMenuLink('Professional', 'Professional.htm',
    'Details about my career and profession')
   + HTMLMenuLink('Kensit Technologies','../index.htm',
    'My pseudo-company website')
	 )
	 + HTMLMenuLink('Online', 'Online.htm',
	  'How to contact me using the Internet')
	 + HTMLMenuLink('Photos', 'PhotoGallery.htm',
	  'View my photo gallery')
	 + HTMLMenuLink('Library', 'Library.htm',
	  'Collection of writings posted');
}

function HTMLPageHead() {
	sRootFolder = '../';
	return '<a class="HeaderTitle" href="index.htm">' +
	 'Lorne Nicol&#39;s Web World</a>';
}

function HTMLPageInfo() {
	return HTMLMenu('For Your Perusal',
	 HTMLMenuLink('Snow Art Gallery','SnowArtGallery.htm',
	  'View my collection of Calvin &amp; Hobbes snow art strips') +
	 HTMLMenuLink('Canadiana','Canadiana.htm',
	  'Some amusing things about Canadians') +
	 HTMLMenuLink('Hosers With Towels','../HosersWithTowels/index.htm',
	  'Volunteer grid computing (BOINC) team page')
	  ) +
	HTMLEmailBox('Personal', 'Email Me')
}
