//This script inserts the common page header for each document
var Prefix = String('');
//if (document.title != 'Welcome to BWOC Limited. Fuel Supplies, Distribution and Nationwide Fuel Cards.')
//  {
//    Prefix = '../';
//    if (document.title == 'BWOC - Register Your Interest')
//    {
      Prefix = 'http://www.bwoc.co.uk/';
//    }
//  }
document.writeln('<table cellpadding="0" cellspacing="0">');
document.writeln('  <tr>');
document.writeln('    <td>');
document.writeln('      <img src="' + Prefix + 'images/company_icon.gif" border="0" alt="Company" class="icon">');
document.writeln('    </td>');
document.writeln('    <td class="icontext">');
document.writeln('      <a href="' + Prefix + 'info/company.htm">Company<br>');
document.writeln('      <span class="description">History of BWOC</span><br>');
document.writeln('      <img src="' + Prefix + 'images/chevron.gif" border="0" alt="chevron"></a>');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('  <tr>');
document.writeln('    <td>');
document.writeln('      <img src="' + Prefix + 'images/interest_icon.gif" border="0" alt="Register Your Interest" class="icon">');
document.writeln('    </td>');
document.writeln('    <td class="icontext">');
document.writeln('      <a href="http://www.eflex.co.uk/cgi-bin/lansaweb?procfun+bwoc+bwryicr+liv+funcparms+to(l75):enquiries@bwoc.co.uk+type(l50):general">Register Your Interest<br>');
document.writeln('      <span class="description">Request Details</span><br>');
document.writeln('      <img src="' + Prefix + 'images/chevron.gif" border="0" alt="Chevron"></a>');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('  <tr>');
document.writeln('    <td>');
document.writeln('      <img src="' + Prefix + 'images/info_icon.gif" border="0" alt="Info &amp; Apply" class="icon">');
document.writeln('    </td>');
document.writeln('    <td class="icontext">');
document.writeln('      <a href="' + Prefix + 'info/apply.htm">Info &amp; Apply<br>');
document.writeln('      <span class="description">Application Forms</span><br>');
document.writeln('      <img src="' + Prefix + 'images/chevron.gif" border="0" alt="Chevron"></a>');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('  <tr>');
document.writeln('    <td>');
document.writeln('      <img src="' + Prefix + 'images/login_icon.gif" border="0" alt="Log In" class="icon">');
document.writeln('    </td>');
document.writeln('    <td class="icontext">');
document.writeln('      <a href="http://www.eflex.co.uk/authlib2/lansaweb?procfun+eflexs+exmnudt+liv+eng" target="_new">Log In<br>');
document.writeln('      <span class="description">Interactive Account</span><br>');
document.writeln('      <img src="' + Prefix + 'images/chevron.gif" border="0" alt="Chevron"></a>');
document.writeln('    </td>');
document.writeln('  </tr>');
if (document.title == 'BWOC Limited. Nationwide Fuel Cards' | document.title == 'BWOC Limited. Diesel Direct Fuel Card' | document.title == 'BWOC Limited. Dsmart Fuel Card')
{
document.writeln('  <tr>');
document.writeln('    <td>');
document.writeln('      <img src="' + Prefix + 'images/search_icon.gif" border="0" alt="Keyfuels Sites Nearby" class="icon">');
document.writeln('    </td>');
document.writeln('    <td class="icontext">');
document.writeln('      <a href="http://www.multimap.com/clients/places.cgi?client=chj_02" target="_new">Sites Nearby<br>');
document.writeln('      <span class="description">Geographically find<br>Keyfuels Sites nearby</span><br>');
document.writeln('      <img src="' + Prefix + 'images/chevron.gif" border="0" alt="Chevron"></a>');
document.writeln('    </td>');
document.writeln('  </tr>');
}
document.writeln('  <tr>');
document.writeln('    <td>');
document.writeln('      <img src="' + Prefix + 'images/contact_icon.gif" border="0" alt="Contact Us" class="icon">');
document.writeln('    </td>');
document.writeln('    <td class="icontext">');
document.writeln('      <a href="' + Prefix + 'info/contacts.htm">Contact Us<br>');
document.writeln('      <span class="description">Information Service</span><br>');
document.writeln('      <img src="' + Prefix + 'images/chevron.gif" border="0" alt="Chevron"></a>');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('  <tr>');
document.writeln('    <td>');
document.writeln('      <img src="' + Prefix + 'images/news_icon.gif" border="0" alt="News" class="icon">');
document.writeln('    </td>');
document.writeln('    <td class="icontext">');
document.writeln('      <a href="' + Prefix + 'info/news.htm">News<br>');
document.writeln('      <span class="description">Company &amp; Industry</span><br>');
document.writeln('      <img src="' + Prefix + 'images/chevron.gif" border="0" alt="Chevron"></a>');
document.writeln('    </td>');
document.writeln('  </tr>');
document.writeln('</table>');