// JavaScript Document
function LeftNav()
{
document.write("<TR><BR><CENTER><A href='http://www.elyporkproducts.com'><IMG height=64 src='si_UEw100_pig.jpg' width=100 border=0></A></center></TR>")
document.write("<TR><TD colspan='2'><CENTER><FONT face=arial,helvetica,sans-serif color=#ffffff size=3><B>Ely Farm Products</B></FONT></CENTER></TD></TR>")

document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='index.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>Welcome </FONT></A></TD>")
document.write("</TR>")

document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='aboutus.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>About Us</FONT></A></TD>")
document.write("</TR>")

document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='customhtml.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>Retail Price List</FONT></A></TD>")
document.write("</TR>")

document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='hamshipping.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>Ham Information</FONT></A></TD>")
document.write("</TR>")

document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='catering.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>Catering</FONT></A></TD>")
document.write("</TR>")

document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='cheese.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>European Style Cheese</FONT></A></TD>")
document.write("</TR>")

document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='instructions.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>Cooking Instructions</FONT></A></TD>")
document.write("</TR>")

document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='sitemap.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>Sitemap</FONT></A></TD>")
document.write("</TR>")




/*****  FOR NEW LINKS, COPY SCRIPT BELOW AND REPLACE ########'s WITH LINK INFORMATION AND LINK TITLE  ******


document.write("<TR>")
document.write("<TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD>")
document.write("<TD vAlign=top width=105><IMG height=5 src='trans_pix.gif' width=105 border=0><BR>")
document.write("<A href='#######.htm'><FONT Face=arial,helvetica,sans-serif color=#ffffff size=2>############</FONT></A></TD>")
document.write("</TR>")


*******  DO NOT COPY AND PASTE THIS LINE OR BELOW ********/

document.write("<TR><BR><BR><BR><TD vAlign=top align=right width=25><IMG height=10 Src='trans_pix.gif' width=10 border=0><BR></TD</TR>")

document.write("<TR><TD colspan='2'><BR><BR><CENTER><B><A href='http://www.elydeerprocessing.com'><FONT face=arial,helvetica,sans-serif color=#ffffff size=3>Ely Deer Processing</FONT></A></B></CENTER></TD></TR>")
}



function BottomNav()
{
document.write("<TR>")
document.write("<TD align=middle>")
document.write("<FONT face=arial,helvetica,sans-serif color=#cc0000 size=2><A href='index.htm'>Welcome</A>")
document.write("&nbsp;|&nbsp;")
document.write("<A href='aboutus.htm'>About Us</A>")
document.write("&nbsp;|&nbsp;")
document.write("<A href='customhtml.htm'>Retail Price List</A>")
document.write("&nbsp;|&nbsp;")
document.write("<A href='hamshipping.htm'>Ham Information</A>")
document.write("&nbsp;|&nbsp;")
document.write("<A href='catering.htm'>Catering</A>")
document.write("&nbsp;|&nbsp;")
document.write("<A href='instructions.htm'>Cooking Instructions</A>")


/*****  FOR NEW LINKS, COPY SCRIPT BELOW AND PASTE ABOVE, REPLACE ########'s WITH LINK INFORMATION AND LINK TITLE  ******

document.write("&nbsp;|&nbsp;")
document.write("<A href='#########.htm'>#########</A>")

*******  DO NOT COPY AND PASTE THIS LINE OR BELOW ********/
document.write("</FONT></TD></TR>")
}

