 function wrthead () {
	document.write('<table border=0 cellspacing=0 cellpadding=0 width="700" HEIGHT="100%" align=center bgcolor="#663333">\n');
	document.write('<tr><td width="700"><center><img src="images/howreybanner2.jpg" border=0></td></tr>\n');
	document.write('<tr bgcolor="#663333"><td width=700 align=center><b><font color="#ffffcc" size="+2"><center>The Ranch On Beaver Creek\n');
	document.write('<br></font><font color="white" size="+1"><i>The perfect place to say &quot;I do&quot;</i></font></b></td></td></tr>\n');
	document.write('<tr valign=top><td width="700" bgcolor="#663333"><br><font color=white><center>\n');
	}


function menu () {
	menu1(); 
	document.write('<table align=center><tr><td>\n');
	}


function menu1 () {
	document.write('<center>\n');
	document.write('<a href="index.html"><u>Home</u></a> || \n');
	document.write('<a href="grounds.html"><u>Grounds</u></a> || \n');
	document.write('<a href="packages.html"><u>Packages</u></a> || \n');
	document.write('<a href="booking.html"><u>Booking</u></a> || \n');
	document.write('<a href="photos.html"><u>Photos</u></a> || \n');
	document.write('<a href="directions.html"><u>Directions</u></a> || \n');
	document.write('<a href="links.html"><u>Links</u></a> || \n');
	document.write('<a href="brochure.html"><u>Brochure</u></a> || \n');
	document.write('<a href="contact.html"><u>Contact Us</u></a>\n');
	document.write('<tr valign=top><td height="100%"><br>\n');
	}
	
		
function wrtend () {
	document.write('</td></tr></table>\n');
	document.write('<tr valign=top><td><font color=white><center><br><br><br>\n');
	menu1();
	document.write('<center><font size="-1">c The Ranch On Beaver Creek, 2007-2008\n');
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n');
	document.write('Web Design by <a href="http://www.northwestpages.com" target=new><font size="-1">Northwestpages.com</a></font>\n');
	document.write('<br><br></td></tr></table>\n');
	}
	


function emailer (add_email1,add_where) {
	document.write('<a class=sublink HREF="mailto:'+add_email1+'@'+add_where+'">'+add_email1+'@'+add_where+'</a>\n');
	}