function HTMLHeaderMenu() {
	return HTMLSubMenu('Software',myPage.root + 'Software.htm',
	  'See the software titles developed by Kensit',
	  HTMLMenuLink('Eke','javascript:myPage.SetUnderConstruction(\'PageContent\');',
	   'Enterprise Knowledge Expert - manage your information')
	  + HTMLMenuLink('NetAcquire', myPage.root + 'NetAcquire/index.htm',
	   'Play the Acquire boardgame on the Internet')
	  + HTMLMenuLink('SudokuHelper',myPage.root + 'Software/SudokuHelper/index.htm',
	   'Tool to help you solve your Sudoku puzzles')
	  + HTMLMenuLink('TaskIT','javascript:myPage.SetUnderConstruction(\'PageContent\');',
	   'Manage your work in a structured way')
	  )
	 + HTMLMenuLink('Services', 'javascript:myPage.SetUnderConstruction(\'PageContent\');')
	 + HTMLSubMenu('About Kensit','#',
	  'How the company arose and who founded it',
	  HTMLMenuLink('History', myPage.root + 'AboutKensit.htm',
	   'How the company arose')
	  + HTMLMenuLink('Chief Bottle Washer', myPage.root + 'Lorne/index.htm',
	   'Personal web page of the owner')
	  )
	 + HTMLMenuLink('Contact', 'javascript:myPage.SetUnderConstruction(\'PageContent\');');
}

function HTMLPageHead() {
   return '<a class="HeaderTitle" ' +
    'href="index.htm" target=_top>' + 
    'Kensit Technologies</a>';
}

function HTMLPageInfo() {
	return HTMLEmailBox('Kensit Technologies', 'Email Kensit')
}

