

document.writeln("     <link rel=\"stylesheet\" href=\"interior.css\">");
document.writeln("     <script src=\"findDOM.js\"></script>");
document.writeln("     <script src=\"rollover.js\"></script>");
document.writeln("     <script src=\"openwindow.js\"></script>");

document.writeln("</head>");


document.writeln("<body>");

document.writeln("<table class=\"header\">");
document.writeln("     <tr>");
document.writeln("          <td rowspan=2 width=20%><img src=\"logo2.bmp\" align=center valign=middle></td>");

document.writeln("          <td rowspan=2 width=60% align=left >");
document.writeln("               <!--center-->");
document.writeln("                    <div style=\"padding-top:20px; padding-bottom:0px; text-align:center;\">");
document.writeln("                         <span style=\"font-size: 12pt;\"><nobr>Air/Fluid And Environmental Equipment</nobr></span><br>");
document.writeln("                         <hr color=#ed0000 width=350px>");
document.writeln("                         <span style=\"font-size: 10pt;\"><nobr>A Division of Service Station Equipment Company, Inc.</nobr></span><br><br>");
document.writeln("                    </div>");
document.writeln("               <!--/center-->");
document.writeln("          </td>");

document.writeln("          <td  class=\"icon\">");
document.writeln("               <a onmouseover=\"javascript:changeto('home', 'home icon inverted.bmp');\" onmouseout=\"javascript:changeto('home','home icon.bmp');\" href=\"default.html\"><img id= \"home\" class=\"head\" src=\"home icon.bmp\"></a><br>");
document.writeln("          </td>");
document.writeln("     </tr>");
document.writeln("     <tr>");
document.writeln("          <td class=\"icon\">");
document.writeln("               <a onmouseover=\"javascript:changeto('email', 'email icon inverted.bmp');\" onmouseout=\"javascript:changeto('email','email icon.bmp');\" href=\"mailto:info@sseqco.com\"><img id=\"email\" class=\"head\" src=\"email icon.bmp\"></a>");
document.writeln("          </td>");
document.writeln("     </tr>");
document.writeln("</table>");

document.writeln("<div class=\"content\">");