var Prefix = new String();
if (document.title != 'Keyfuels')
  {
  if (document.title == 'Search Results' | document.title == 'Customer Communication' | document.title == 'Fuel Supply Difficulties' | document.title == 'Find My Nearest Site' | document.title == 'Event registration')
    {
      Prefix = 'http://www.keyfuels.co.uk/';
    }
  else
    {
      Prefix = '../';
    }
  }
else
  {
    Prefix = '';
  }
document.writeln('<table cellpadding="0" cellspacing="0" id="navibar">');
document.writeln('<tr>');
document.writeln('<td>');
if (document.title != 'Keyfuels')
  {
    document.writeln('<a href="' + Prefix + 'index.htm">Home</a>');
  }
else
  {
    document.writeln('Home');
  }
document.writeln('</td>');
document.writeln('<td>');
if (document.title != 'Fuel Cards Home')
  {
    document.writeln('<a href="' + Prefix + 'fuelcards/index.htm">Fuel Cards</a>');
  }
else
  {
    document.writeln('Fuel Cards');
  }
document.writeln('</td>');
document.writeln('<td>');
if (document.title != 'eBusiness Home')
  {
    document.writeln('<a href="' + Prefix + 'ebusiness/index.htm">eBusiness</a>');
  }
else
  {
    document.writeln('eBusiness');
  }
document.writeln('</td>');
document.writeln('<td>');
if (document.title != 'Solutions Home')
  {
    document.writeln('<a href="' + Prefix + 'solutions/index.htm">Solutions</a>');
  }
else
  {
    document.writeln('Solutions');
  }
document.writeln('</td>');
document.writeln('<td>');
if (document.title != 'Community Involvement Home')
  {
    document.writeln('<a href="' + Prefix + 'community/index.htm">Community</a>');
  }
else
  {
    document.writeln('Community');
  }
document.writeln('</td>');
document.writeln('<td>');
if (document.title != 'Service At Keyfuels')
  {
    document.writeln('<a href="' + Prefix + 'service/index.htm">Service</a>');
  }
else
  {
    document.writeln('Service');
  }
document.writeln('</td>');
document.writeln('<td style="color:#000000;text-align:right;width:100%;">');
document.writeln('&nbsp;');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');