function wrthead (hdr) {
	document.write('<h1><center>'+ hdr +'</h1><br>\n');
	}
		
function wrtmenu () {
	document.write('<table><tr valign=top>\n');
	document.write('<td width="250" align=center bgcolor="#C6D6DC">\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="index.html">Home</a>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="order.html">Place Order</a>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="details.html">Tutorial Contents</a>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="video.html">How To Videos</a>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="feedback.html">Customer Feedback</a>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="wedding.html">Wedding CD</a>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="mailto:bill@northwestpages.com">Contact Bill</a>\n');
	document.write('<img src="spacer.gif" height=40><br>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="03 sample/03 sample.html" target="blank">Video Sample</a>\n');
	document.write('<img src="spacer.gif" height=40><br>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="http://www.northwestpages.com/HTML/index.html" target="blank">HTML Guide</a>\n');
	document.write('<img src="spacer.gif" height=10><br><a class="btnmenu" href="http://www.youtube.com/user/northwestpages" target="blank">Bill on YouTube</a>\n');
	document.write('<img src="spacer.gif" height=40><br><b>Bill s products based on ver 3.29</b>\n');
	document.write('</td>\n');
	document.write('<td width="600">\n');
	}

function emailer(add_email1,add_where) {
	document.write('EMAIL: <a HREF="mailto:'+add_email1+'@'+add_where+'">'+add_email1+'@'+add_where+'</a>\n');
	}
				
function wrtend () {
	document.write('</td></tr></table>\n');
	document.write('<br><hr>\n');
	document.write('<center>copyright 2006-2007 <a href="http://www.northwestpages.com" target=new><u>Northwestpages.com</u></a>\n');
	document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n');
	document.write('<a href="http://www.northwestpages.com/Privacy.htm" target=new><u>Privacy Statement</u></a>\n');
	}