//header file for Perfection Heating
document.write('<link rel="stylesheet" href="!styles.css" type="text/css">');

function switchpic(img, src)
{
document.images[img].src=src;
}

function showheader()
{
document.write('<center>');
document.write('<table width="700" height="100%" cellspacing="0" cellpadding="0" bgcolor=#ffffff border=2><tr><td valign=top>');
document.write('  <center>');
document.write('  <table border=0 bgcolor="#ffffff" width=100% cellspacing="0" cellpadding="0"><tr>');
document.write('    <td valign=top width=140 align=center>');
//document.write('    <br><br><br><a href="catclamp.asp" alt="CATCLAMP">');
//document.write('    <img src="images/eagle2.jpg" alt="CATCLAMP" border=0></a>');
//document.write('    <div id="MenuPos" style="position:relative; width:140; height:23;"><img src="images/spacer.gif" width="140" height="23"></div>');
document.write('    </td>');
document.write('    <td>');
document.write('      <center><br>');
document.write('      <a href="default.asp" alt="Perfection Heating">');
document.write('      <img src="images/logo.jpg" border=0 alt="Perfection Heating and Air Conditioning HVAC"></a><br>');
//document.write('      <span class="arial16 ltred bold">Home of the <a href="catclamp.asp" alt="CATCLAMP"><span class="arial20">C</span>AT<span class="arial20">C</span>LAMP</a>, America`s Original<br>Catalytic Converter Theft Deterrent System</span><br>');
document.write('      </center>');
document.write('    </td>');
document.write('    <td> &nbsp; &nbsp; &nbsp; &nbsp;</td>');
document.write('  </tr></table>');
document.write('  <table border=0 cellspacing="0" cellpadding="0" width=100% height="260"><tr>');
document.write('    <td valign=top width=140><div id="MenuPos" style="position:relative; width:130; height:2;"><img src="images/spacer.gif" width="130" height="23"></div></td>');
document.write('    <td valign=top width=480><br>');

}

var reqwin, width=450, height=440;
var winheight, winwidth, x, y;

