function build_top() {

return "<TABLE CELLSPACING=0 BORDER=0 CELLPADDING=0 WIDTH=750>" + 
"<TR>" + 
"    <TD VALIGN='TOP' COLSPAN=3 Height=100><a href='HomePage.htm'><img src='LogoECI.jpg' border=0 alt='ECI Logo' width='255' height='116'></a>" + 
"    </TD>" +
"    <TD VALIGN='TOP'> " +
"      <table width='100%' border='0'>" +
"        <tr> " +
"          <td colspan='2'> " +
"            <div align='left'><b><font size='6' color='#000080' face='Times New Roman, Times, serif'>Wire & Cable Manufacturer" +
"              </font></b></div>" +
"          </td>" +
"        </tr>" +
"        <tr>" + 
"          <td valign='top' width='50%'>" + 
"            <div align='left'><font face='Arial, Helvetica, sans-serif' color='#000000' size='2'><b>Mailing " +
"              Address:</b></font><font color='#000000'><br>" +
"              <font face='Arial, Helvetica, sans-serif' size='2'><b>9 Riverside " +
"              Drive, P.O. Box 276<br>" +
"              </b></font></font><font face='Arial, Helvetica, sans-serif' size='2' color='#000000'><b>Trenton, " +
"              Ontario<br>" +
"              CANADA K8V 5R5</b></font></div>" +
"          </td>" +
"          <td valign='top' width='50%'>" + 
"            <div align='left'><font face='Arial, Helvetica, sans-serif' size='2' color='#000000'><b>N.A. " +
"              Toll Free: 888-ELECTRO<br>" +
"              World: 613-394-4896</b></font><font color='#000000'><br>" +
"              <font face='Arial, Helvetica, sans-serif' size='2'><b>Fax: 613-394-4101<br>" +
"              Email: sales@electrocables.com</b></font></font></div>" +
"          </td>" +
"        </tr>" +
"      </table>" +
"    </TD>" +
"  </TR>" +
"</table>"
}