function head()
{
document.write("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=100%>")
document.write("<TR>")
document.write("	<TD CLASS='HeadBarTop'><IMG SRC='graphics/clear.gif' HEIGHT=20><BR></TD>")
document.write("	<TD ALIGN=RIGHT CLASS='HeadBarTop' WIDTH=330>1-800-653-6307<IMG SRC='graphics/clear.gif' WIDTH=20 HEIGHT=10><BR></TD>")
document.write("</TR>")
document.write("<TR>")
document.write("	<TD CLASS='HeadBar'><IMG SRC='graphics/head.gif' WIDTH=450 HEIGHT=40><BR></TD>")
document.write("	<TD CLASS='HeadBar'>&nbsp</TD>")
document.write("</TR>")
document.write("<TR>")
document.write("	<TD COLSPAN=2 CLASS='MenuBar' ALIGN=RIGHT><IMG SRC='graphics/menu.gif' WIDTH=600 HEIGHT=20 BORDER=0 USEMAP='#menu'><BR></TD>")
document.write("<!-- Image Map (client side) starts... -->")
document.write("		<MAP NAME='menu'>")
document.write("			<AREA SHAPE=RECT COORDS='526,2,566,17', HREF='index.html'>")
document.write("			<AREA SHAPE=RECT COORDS='439,0,502,17', HREF='contact_us.htm'>")
document.write("			<AREA SHAPE=RECT COORDS='359,0,414,19', HREF='products.htm'>")
document.write("			<AREA SHAPE=RECT COORDS='280,1,333,19', HREF='about_us.htm'>")
document.write("		</MAP>")
document.write("<!-- End of map definition -->")
document.write("</TR>")
}

function printhead()
{
document.write("<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=100%>")
}


