function pgheader(){

bgcolor = 'white'
//bgcolor = '#ffff00'
//bgcolor = '#ffffff'
//bgcolor = '#0000cd'  //(MediumBlue)


document.write("<DIV style='LEFT: 1px; WIDTH: 800px; POSITION: absolute; TOP: 1px; HEIGHT: 405x; BACKGROUND-COLOR:"+bgcolor+"'>")
document.write("<IMG src='http://frontierusa.com/header1.jpg' >")


document.write("</DIV>")

document.write("<br>")
document.write("<br>")
document.write("<br>")
document.write("<br>")
document.write("<br>")
document.write("<br>")
document.write("<br>")
document.write("<br>")

}




function pgheaderhome(){

bgcolor = 'white'

document.write("<DIV style='LEFT: 1px; WIDTH: 800px; POSITION: absolute; TOP: 1px; HEIGHT: 405x; BACKGROUND-COLOR:"+bgcolor+"'>")
document.write("<IMG src='header1.jpg' >")

document.write("</DIV>")



document.write("<br>")
document.write("<br>")
document.write("<br>")
document.write("<br>")
document.write("<br>")
document.write("<br>")

}






function pgfooter(){

strURLRoot = "http://www.frontierusa.com/"

nfooter=textfooter.offsetTop

document.write(" <br>")
document.write(" <br>")

document.write("<DIV style='LEFT: 1px; WIDTH: 800px; POSITION: absolute; TOP: "+nfooter+"px; BACKGROUND-COLOR:#fcb900'>")
//zzz1 document.write("<DIV style='LEFT: 1px; WIDTH: 800px; POSITION: absolute; TOP: "+nfooter+"px; HEIGHT: 10px; BACKGROUND-COLOR:#ffffff'>")
document.write("<table style='WIDTH: 100%' cellSpacing=1 cellPadding=1 width='100%' border=0 >")
document.write(" <tr>")
document.write("  <td>")
document.write("   <font face='arial' size='1'>")
document.write("    <p align='center'>")
document.write("    <a href= "+strURLRoot+"index.htm>Home</a> |")
document.write("    <a href= "+strURLRoot+"products.htm>Products</a> |")
document.write("    <a href= "+strURLRoot+"replist.htm>Contact Us</a> |")
document.write("    <a href= "+"http://www.frontierinductors.com/frontierusa/frsrch1.asp>Search</a> |")
document.write("    <a href= mailto:frontiersales@frontierusa.com>Email Us</A> |")
document.write("    <a href= "+strURLRoot+"companyp.htm>About Us</a>")
document.write("   </font>")
document.write("  </td>")
document.write(" </tr>")

document.write(" <tr>")
document.write("  <td>")
document.write("   <font face='arial' size='2'>")
document.write("    <p align='center'>")
document.write("    667 E. Cochran St.  Simi Valley, CA 93065 ")
document.write("   <br>")
document.write("    Tel: 805-522-9998  Fax: 805-522-9989 <br> Send Email To: <a href='mailto:frontiersales@frontierusa.com'>frontiersales@frontierusa.com</a>")
document.write("   </font>")

document.write("   <font face='arial' size='1'>")
document.write("    <p align='center'>")
document.write("    Copyright &copy; 2005<br>Frontier Electronics. All rights reserved.<br>")
document.write("    Information in this document is subject to change without notice.<br></p> ")
document.write("   </font>")
document.write("  </td>")
document.write(" </tr>")





document.write("</table>")

document.write("</DIV>")

}
