function foot()
{
document.write("<TR>")
document.write("	<TD COLSPAN=2>")
document.write("		<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=100%><TR>")
document.write("			<TD WIDTH=75 VALIN=TOP></TD>")
document.write("			<TD VALIGN=TOP>")
document.write("				<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH=100%><TR><TD>")
document.write("					<A HREF='javascript:window.history.back()'><IMG SRC='graphics/arrow_previous.gif' HEIGHT=25 WIDTH=120 BORDER=0></A>")
document.write("					<A HREF='#'><IMG SRC='graphics/arrow_top.gif' HEIGHT=25 WIDTH=120 BORDER=0></A>")
document.write("				</TD></TR></TABLE>")
document.write("			</TD>")
document.write("		</TR></TABLE>")
document.write("	</TD>")
document.write("</TR>")
document.write("<TR>")
document.write("	<TD COLSPAN=2>")
document.write("		<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=100%><TR>")
document.write("			<TD WIDTH=75 VALIN=TOP></TD>")
document.write("			<TD VALIGN=TOP>")
document.write("				<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH=100%><TR><TD>")
document.write("					<IMG SRC='graphics/clear.gif' HEIGHT=30><BR>")
document.write("					Our Web Site is best viewed in 800x600 Resolution and 16-bit Colors<BR>")
document.write("					Copyright © 2003, Infra Tenchnical Inc., All Rights Reserved<BR>")
document.write("				</TD></TR></TABLE>")
document.write("			</TD>")
document.write("		</TR></TABLE>")
document.write("	</TD>")
document.write("</TR>")
}

function printfoot()
{
document.write("<TR>")
document.write("	<TD COLSPAN=2>")
document.write("		<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=100%><TR>")
document.write("			<TD VALIGN=TOP>")
document.write("				<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=10 WIDTH=100%><TR><TD>")
document.write("					<IMG SRC='graphics/clear.gif' HEIGHT=30><BR>")
document.write("					Our Web Site is best viewed in 800x600 Resolution and 16-bit Colors<BR>")
document.write("					Copyright © 2003, Infra Tenchnical Inc., All Rights Reserved<BR>")
document.write("				</TD></TR></TABLE>")
document.write("			</TD>")
document.write("		</TR></TABLE>")
document.write("	</TD>")
document.write("</TR>")
}
