
function bottomhome(callingSection){
		//alert("bottomhome");
        bottom(callingSection, "");
}
		
function bottomprimary(callingSection){
        bottom(callingSection, "../");
}

function bottomsecondary(callingSection){
        bottom(callingSection, "../../");
}

function bottom(callingSection, relativePath){
    
	var bottomtext = "";		
				if (callingSection == "home"){
									bottomtext += "</td>\n";
								bottomtext += "</tr>\n";
								bottomtext += "<tr>\n";	
										bottomtext += "<td colspan=\"2\" align=\"right\"><img src=\"" + relativePath + "images/meeting_bottom.gif\" width=\"227\"></td>\n";
								bottomtext += "</tr>\n";
							bottomtext += "</table>\n";
							<!-- end of meeting schedule -->
				}
						bottomtext += "</td>\n";
					bottomtext += "</tr>\n";
				bottomtext += "</table>\n";

				<!-- End of the table that contains the text and the meeting schedule info -->
			bottomtext += "</td>\n";
		bottomtext += "</tr>\n";
		bottomtext += "<tr>\n";
			bottomtext += "<td>\n";
				bottomtext += "<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n";
					bottomtext += "<tr>\n";
						bottomtext += "<td colspan=\"2\" height=\"30\"><img src=\"" + relativePath + "images/space.gif\" width=\"1\" height=\"1\"></td>\n";
					bottomtext += "</tr>\n";
					bottomtext += "<tr>\n";
						bottomtext += "<td width=\"130\"><img src=\"" + relativePath + "images/space.gif\" width=\"1\" height=\"1\"></td>\n";
						
						<!-- The following uses variables set in oscheck.js -->
							bottomtext += "<td class=\"links\">\n";

							<!-- Links at the bottom of the page -->
							bottomtext += "<a href=\"" + relativePath + "news.html\" class=\"links\">News &amp; Events</a> &nbsp;|&nbsp;\n";
							bottomtext += "<a href=\"" + relativePath + "summerfest.html\" class=\"links\">Summerfest</a> &nbsp;|&nbsp;\n";
							bottomtext += "<a href=\"" + relativePath + "hometour.html\" class=\"links\">Home Tour</a> &nbsp;|&nbsp;\n";
							bottomtext += "<a href=\"" + relativePath + "inside.html\" class=\"links\">Inside VHCA</a> &nbsp;|&nbsp;\n";
							bottomtext += "<a href=\"" + relativePath + "planning.html\" class=\"links\">Planning</a> &nbsp;|&nbsp;\n";
							bottomtext += "<a href=\"" + relativePath + "lists/?p=subscribe\" class=\"links\">Join</a> &nbsp;|&nbsp;\n";
							bottomtext += "<a href=\"..\" class=\"links\">Home</a>\n";
						bottomtext += "</td>\n";
					bottomtext += "</tr>\n";
					bottomtext += "<tr>\n";
						bottomtext += "<td colspan=\"2\" height=\"5\"><img src=\"" + relativePath + "images/space.gif\" width=\"1\" height=\"1\"></td>\n";
					bottomtext += "</tr>\n";
				bottomtext += "</table>\n";
			bottomtext += "</td>\n";
		bottomtext += "</tr>\n";
		bottomtext += "<tr>\n";
			<!-- Green at the bottom of the page -->
			bottomtext += "<td colspan=\"3\" background=\"" + relativePath + "images/bottom.gif\" height=\"30\" align=\"center\"><a href=\"http://www.genex.com\" target=\"_blank\"><img src=\"" + relativePath + "images/genex_logo.gif\" width=\"154\" height=\"22\" alt=\"Created by Genex\" border=\"0\"></a></td>\n";
		bottomtext += "</tr>\n";
	bottomtext += "</table>\n";

	<!-- End of body table -->
	document.write(bottomtext);
}
