

function smallHeaderTable(pageTitle){
	var HeaderText = "<table class=\"sectiontitle\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"421\">\n"
				+"\t<h2 class=\"blue\">" + pageTitle + "</h2>\n"
				+"</td>\n"
				+"</table>\n";
	return HeaderText;
}