 function wrthead () {
	document.write('<TABLE CELLSPACING="0" CELLPADDING="10" ALIGN=CENTER WIDTH=900 height=100% border=2> <tr align=center>\n');
	document.write('<TD background="images/topbarbg.jpg"><font color=white size=+3 face="Lucida Calligraphy, cursive">ADJUSTABLE BEDS & MORE\n');
	document.write('<BR>(503) 319-2320</font></TD></TR>\n');

	document.write('<TR><TD align=center bgcolor=#e2c0c0>\n');
	document.write('<font color=#84090E> \n');
	document.write('&nbsp;&nbsp;&nbsp;<a  class="submenu" HREF="index.html">&nbsp;&nbsp;Home</a>&nbsp;\n');
	document.write('&nbsp;&nbsp;&nbsp;<a class="submenu" HREF="sizes.html">&nbsp;&nbsp;The Right Size</a>&nbsp;\n');
	document.write('&nbsp;&nbsp;&nbsp;<a class="submenu" HREF="warranty.html">&nbsp;&nbsp;Warranty Comparison</a>&nbsp;\n');
	document.write('&nbsp;&nbsp;&nbsp;<a class="submenu" HREF="findus.html">&nbsp;&nbsp;Find Us</a>&nbsp;\n');
	document.write('&nbsp;&nbsp;&nbsp;<a class="submenu" HREF="contact.html">&nbsp;&nbsp;Contact Us</a>&nbsp;\n');
	document.write('</font>\n');
	document.write('</TD></TR>\n');

	document.write('<TR><TD valign="top" bgcolor=#fdedd3 height=100%><br>\n');
	}

function menubrk () {
	document.write('<img src="images/spacer.gif">\n');
	}
	
function wrtend () {
	document.write('</TD><TR><TD bgcolor=#fdedd3><center>\n');
	document.write("&copy; 2008-2010 Adjustable Beds & More. All Rights Reserved.<BR>\n");
	document.write('Web design by </FONT><A href="http://www.northwestpages.com/" target="new">\n');
	document.write('NorthWestPages.com </FONT></A>\n');
	document.write('</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');
	}
