function HTMLHeaderMenu() {
	return '' + 
	 HTMLMenuLink('Statistics','TeamStats.htm',
	  'See team statistics for all projects') +
	 HTMLMenuLink('Founder','../Lorne/index.htm',
	  'Go to the personal home page of the team founder');
}
function HTMLPageHead() {
	return '<div class="HeaderTitle">' +
	 '<a href="http://boinc.berkeley.edu/" target="External">' +
	 '<img class="HeaderImg"' +
	 ' src="http://boinc.berkeley.edu/boinc_logo_trans.gif"' +
	 ' style="float: left"></img>'	+
	 '</a>' +
	 'Hosers With Towels</div>';
}

function HTMLPageInfo() {
	return HTMLMenu('Volunteer Computing', ''
	 + HTMLMenuLink('Wikipedia Article','http://en.wikipedia.org/wiki/Volunteer_computing',
	   'Information about Volunteer Computing in general')
	 + HTMLMenuLink('BOINC','http://boinc.berkeley.edu/',
	   'See what BOINC is all about')
	 + HTMLMenuLink('Volunteer@Home',
	   'http://www.volunteerathome.com',
	   'News and project information')
	 + HTMLMenuLink('World Community Grid',
	   'http://www.worldcommunitygrid.org',
	   'A parallel initiative with ties to BOINC')
	 ) +
	HTMLEmailBox('Personal', 'Email Me')
}

