
	function buildHeader(sImgName)
	{
	// build the images at the top
	document.write("<table class=tableTop align=center cellpadding=0 cellspacing=0 border=0 >");
	document.write("<tr valign=top>");
	document.write("<td><img name="+sImgName+"_r1_c01 src=images/"+sImgName+"_r1_c01.gif border=0 WIDTH=10 HEIGHT=122></td>");
	document.write("<td WIDTH=198 align=left colspan=2><a href=default.htm><img name="+sImgName+"_r1_c02 src=images/"+sImgName+"_r1_c02.gif border=0 alt='Brookhaven Press Home' WIDTH=185 HEIGHT=122></a></td>");
	document.write("<td ><img name="+sImgName+"_r1_c04 src=images/"+sImgName+"_r1_c04.gif border=0 WIDTH=165 HEIGHT=120></td>");
	document.write("<td ><img name="+sImgName+"_r1_c07 src=images/"+sImgName+"_r1_c07.gif border=0 WIDTH=165 HEIGHT=120></td>");
	document.write("<td ><img name="+sImgName+"_r1_c09 src=images/"+sImgName+"_r1_c09.gif border=0 WIDTH=165 HEIGHT=120></td>");
	document.write("<td><img name="+sImgName+"_r1_c12 src=images/"+sImgName+"_r1_c12.gif border=0 WIDTH=69 HEIGHT=120></td>");
	document.write("<td ><img name="+sImgName+"_r1_c13 src=images/"+sImgName+"_r1_c13.gif border=0 WIDTH=1 HEIGHT=122></td>");
	document.write("</tr>");
	
	document.write("<tr height=25 width=100%>");
    document.write("<td colspan=7>&nbsp;</td>");

	document.write("</tr>");
	document.write("</table>");
	
	}
	
	
	function buildCartLine()
	{
		/*
		document.write ("<center><table BORDER=0 class=tableStyle >");
		document.write ("<tr>");
		document.write ("<td>");
		document.write ("<div align=right><b><a href='cataf.asp'> View Online Order</a></b></div>");
		document.write ("</tr></td></table></center>");
		*/
	}
	
	function writeFoot()
	{
			document.write ("<center><br><FONT SIZE=3>");
		
		document.write ("<br>");
		document.write ("<table BORDER=0 class=tableStyle >");
		document.write (" <HR width=100%>");

		document.write ("<tr ><td align=center><a href=privacy.htm>Privacy Policy</a></td>");
		document.write ("<td align=center ><a href=news.htm>News</a></td>");
		document.write ("<td align=center ><a href=catal.htm>Catalog&nbsp;Search</a></td>");
		document.write ("<td align=center ><a href=products.htm>Products</a></td>");
		document.write ("<td align=center ><a href=geneal.htm>Genealogy</a></td>");
		document.write ("<td align=center ><a href=micro.htm>Microform</a></td>");
		document.write ("<td align=center ><a href=default.htm>Home</a></td></tr></table>");
		
		document.write ("<FONT SIZE=1><br><br>Brookhaven Press");
		document.write ("<br><i>A Division of NMT Corporation</i>");
		document.write ("<br>La Crosse, WI  54603");
		document.write ("<br>Ph: 608.781.0850");
		document.write ("<br>Fx:  608.781.3883");
		document.write ("<br></FONT><br><A HREF='mailto:Brookhaven@nmt.com'><FONT SIZE=1>Brookhaven@nmt.com</FONT></A>");
		document.write ("<FONT SIZE=1><br>Copyright 2007</center>");

	
	}
	

