


function TopPanelWrite(Resolution, Page) {

	if (Resolution == "Low") {
		ImgSuffix = "_Low";
	}
	else {
		ImgSuffix = "_High";
	}

	TopPanelText = "<a id='Head'></a><p><img src='SiteLogos/HamiltonPanorama";

	TopPanelText += ImgSuffix;

	TopPanelText += ".jpg' alt='Panoramic view of Hamilton from the High Level Bridge on York Boulevard' title='Panoramic view of Hamilton from the High Level Bridge on York Boulevard' /></p>";

	TopPanelText += "<p><table><tr><td class='middle'><a href='index.html'><img class='floatleft' src='SiteLogos/BridgeClub";

	TopPanelText += ImgSuffix;

	TopPanelText += ".jpg' alt='Hamilton Bridge Centre' title='Hamilton Bridge Centre' /></a></td><td class='middle'><img class='floatright' src='SiteLogos/BridgeClub_Home";

	TopPanelText += ImgSuffix;

	TopPanelText += ".jpg' /></td></tr></table></p>";

	document.write(TopPanelText);

}