<!--
function txHeader(dyn, serv) {
 var subdir="";
 if (serv=="B") {
  subdir="bedrijven/";
 }
 else {
  subdir="particulieren/";
 }
 document.write('<a name="top"></a>');
 document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
 document.write('<tr height="5">');
 document.write('  <td width="975" height="5"></td>');
 document.write('</tr>');
 document.write('<tr height="100">');
 if (serv=="B") {
  document.write('<td id="headerPic" class="headerBD-FR" width="100%" height="159"><a href="/rwl/bedrijven/index.html"><img src="/images/www/transpix.gif" width="350" height="80" border="0" alt="Accueil"></a>');
  document.write(' <div id="loginPos">');
  document.write('  <div id="login">');
  document.write('   <table id="lang"><tr><td>&nbsp;</td></tr></table>');
  document.write('<script type="text/javascript">loginForm("B");</script>');
  document.write('  </div>');
  document.write(' </div>');
  document.write('</td>');
 }
 else {
  document.write('<td id="headerPic" class="header-FR" width="100%" height="159"><a href="/rwl/particulieren/index.html"><img src="/images/www/transpix.gif" width="350" height="80" border="0" alt="Accueil"></a>');
  document.write(' <div id="loginPos">');
  document.write('  <div id="login">');
  document.write('   <table id="lang"><tr><td>&nbsp;</td></tr></table>');
  document.write('<script type="text/javascript">loginForm("I");</script>');
  document.write('  </div>');
  document.write(' </div>');
  document.write('</td>');
 }
 document.write('');
 document.write('</tr>');
 //
 if (!dyn) {
  document.write('<tr valign="middle">');
  document.write(' <td class="horizontalMenu" align="center">');
  document.write('  <table id="horizontalMenu" border="0" width="928">');
  document.write('   <tr valign="middle">');
  if (serv=="B") {
   document.write('   <td width="185" align="center"><font class="hoofdmenublauw">ENTREPRISES</font>&nbsp;&nbsp;</td>');
   document.write('   <td width="185" align="center"><a href="/rwl/particulieren/index.html" class="hoofdmenugroen"><img src="/img/menu/str2.gif" alt="" hspace="10" align="absmiddle">PARTICULIERS</a></td>');
  }
  else {
   document.write('   <td width="185" align="center"><font class="hoofdmenublauw">PARTICULIERS</font>&nbsp;&nbsp;</td>');
   document.write('   <td width="185" align="center"><a href="/rwl/bedrijven/index.html" class="hoofdmenugroen"><img src="/img/menu/str2.gif" alt="" hspace="10" align="absmiddle">ENTREPRISES</a></td>');
  }
  document.write('    <td width="90" align="left">&nbsp;</td>');
  document.write('    <td width="160" align="left"><a href="/rwl/' + subdir + 'contact.htm" class="hoofdmenugroen"><img src="/img/menu/str2.gif" alt="" hspace="10" align="absmiddle">CONTACT</a></td>');
  document.write('    <td width="140" align="left"><a href="/rwl/' + subdir + 'links.htm" class="hoofdmenugroen"><img src="/img/menu/str2.gif" alt="" hspace="10" align="absmiddle">LIENS</a></td>');
  document.write('    <td width="160" align="left"><a href="http://www.taxistop.be" class="hoofdmenugroen" target="_blank"><img src="/img/menu/str2.gif" alt="" hspace="10" align="absmiddle">TAXISTOP</a></td>');
  document.write('   </tr>');
  document.write('  </table>');
  document.write(' </td>');
  document.write('</tr>');
 }
 document.write('</table>');
}
//-->