function showHeader(titleName, Name)
{
	document.write("<A NAME='top'></A><BR>");
	document.write("<FONT SIZE='+3' COLOR='#004080'><B><P ALIGN='CENTER'><CENTER>RecipeLu\'s ");
	document.write(titleName);
	document.write(" Recipes</CENTER></B></FONT><BR>");
	document.write("<TABLE WIDTH=100% ALIGN=CENTER><TR><TD>");
	document.write("<P><IMG SRC='recipelukitchen.gif' ALT='RL kitchen' WIDTH='250' HEIGHT='196' BORDER='0' VSPACE='0' HSPACE='10' ALIGN='left'>");
	document.write("<B>Lu\'s latest addition to her ever growing collection of fabulous recipes.  This page focuses on ");
	document.write(Name);
	document.write("You\'ll find included not only recipes, but also tips and techniques, links to other sites and a listing of books on the subject of ");
	document.write(Name);
	document.write(".<BR><BR>");
	document.write("If you have other recipes you\'d like to share, great tips, a link of two about ");
	document.write(Name);
	document.write(" why not share it with me?");
	document.write("<BR></FONT></CENTER><BR>");
	document.write("<B>Bon Appetit !</B>");
	document.write("<A HREF='mailto:recipelu@recipelu.com'><IMG border='0' SRC='lspink.gif' WIDTH='123' HEIGHT='57'></A>");
	document.write("</P><BR><BR>");
}
