function menuLinks()
{
	var linkStr="";


			linkStr="<TD align='left' width='120' valign='top'>";
			
			linkStr=linkStr + "<A href='index.html'><FONT color='white'><STRONG>Home</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<A href='news.html'><FONT color='WHITE'><STRONG>News</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<A href='menu.html'><FONT color='WHITE'><STRONG>Menu</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<A href='bandb.html'><FONT color='white'><STRONG>B & B</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<A href='functions.html'><FONT color='white'><STRONG>Functions</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<A href='contact.html'><FONT color='white'><STRONG>Enquiries</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<A href='quotes.html'><FONT color='white'><STRONG>Quotes</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<A href='reviews.html'><FONT color='white'><STRONG>Reviews</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<A href='gallery.html'><FONT color='white'><STRONG>Gallery</STRONG></FONT></A><BR><BR>";

			linkStr=linkStr + "<!-- Menu items ends here -->";

			linkStr=linkStr + "</TD>";

	return linkStr;

}

function buildFooter()
{
	var footerStr="";
							
	footerStr=footerStr + "<font face='Georgia, Times New Roman, Times, serif' size='3'>";
	footerStr=footerStr + "<B>Contact:</B><BR>";
	footerStr=footerStr + "Paul or Alison Underwood<br>";
	footerStr=footerStr + "The Horseshoe Hotel<br>";
	footerStr=footerStr + "Egton Bridge, near Whitby<br>";
	footerStr=footerStr + "North Yorkshire<br>";
	footerStr=footerStr + "YO21 1XE<br>";
	footerStr=footerStr + "United Kingdom<br>";
	footerStr=footerStr + "Tel: UK (01947) 895245<br>";
	footerStr=footerStr + "Fax: UK (01947)<br><br>";
	footerStr=footerStr + "e-mail:";
	footerStr=footerStr + "<strong>";
	footerStr=footerStr + "<a href='mailto:paul@thehorseshoehotel.co.uk?subject=Enquiry from website'>paul@thehorseshoehotel.co.uk</a>";
	footerStr=footerStr + " </strong>";
	footerStr=footerStr + "<br><br><br>";
	footerStr=footerStr + "<!-- Bottom menu starts here -->";
	footerStr=footerStr + "<strong>";
	footerStr=footerStr + "<A href='index.html'>Home - </A>";
	footerStr=footerStr + "<A href='news.html'>News - </A>";
	footerStr=footerStr + "<A href='menu.html'>Menu - </A>";
	footerStr=footerStr + "<A href='bandb.html'>B & B - </A>";
	footerStr=footerStr + "<A href='functions.html'>Functions<br></A>";
	footerStr=footerStr + "<A href='contact.html'>Enquiries - </A>";
	footerStr=footerStr + "<A href='quotes.html'>Quotes - </A>";
	footerStr=footerStr + "<A href='reviews.html'>Reviews - </A>";
	footerStr=footerStr + "<A href='gallery.html'>Gallery</A>";
	footerStr=footerStr + "</strong><br><br>";
	footerStr=footerStr + "<!-- Bottom menu ends here -->";
	footerStr=footerStr + "<font face='Arial,Helvetica,sans-serif' size=2><font size='-7' face='Georgia, Times New Roman, Times, serif'>&#169; The Horseshoe Hotel 2010</font>";
			

	return footerStr;
}
