<!--
function mmHeader(dyn, serv) {
 var subdir="";
 switch (serv){
  case "E": subdir="europa/"; break;
  case "M": subdir="mobib/"; break;
  default : subdir="autodelen/";
 }
 document.write('<a name="top"></a>');
 document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
 document.write('<tr height="145">');
 if (serv=="E") {
  document.write('<td id="headerPic" class="header-FR" width="100%" height="145"><a href="/fra/europa/index.html"><img src="/images/www/transpix.gif" width="350" height="80" border="0" alt="Home"></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 if (serv=="M") {
  document.write('<td id="headerPic" class="header-FR-MB" width="100%" height="145"><a href="/fra/mobib/index.html"><img src="/images/www/transpix.gif" width="350" height="80" border="0" alt="Home"></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="145"><a href="/fra/autodelen/index.html"><img src="/images/www/transpix.gif" width="350" height="80" border="0" alt="Home"></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" height="23">');
  if (serv=="E") {
   document.write(' <td class="horizontalMenu-EU" align="center">');
  }
  else if (serv=="M") {
   document.write(' <td class="horizontalMenu-MB" align="center">');
  }
  else {
   document.write(' <td class="horizontalMenu" align="center">');
  }
  document.write('  <table id="horizontalMenu" border="0" width="935">');
  document.write('   <tr valign="middle">');
  document.write('    <td width="156" align="left">&nbsp;</td>');
  if (serv=="E") {
   document.write('   <td width="116" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><a href="/fra/autodelen/index.html" class="hoofdmenugroen">CARSHARING</a></td>');
   document.write('   <td width="90" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><font class="hoofdmenublauw">L\'EUROPE</font>&nbsp;&nbsp;</td>');
   document.write('   <td width="142" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><a href="/fra/mobib/index.html" class="hoofdmenugroen">MOBIB</a></td>');
  }
  else if (serv=="M") {
   document.write('   <td width="116" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><a href="/fra/autodelen/index.html" class="hoofdmenugroen">CARSHARING</a></td>');
   document.write('   <td width="90" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><a href="/fra/europa/index.html" class="hoofdmenugroen">L\'EUROPE</a></td>');
   document.write('   <td width="142" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><font class="hoofdmenublauw">MOBIB</font>&nbsp;&nbsp;</td>');
  }
  else {
   document.write('   <td width="116" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><font class="hoofdmenublauw">CARSHARING</font>&nbsp;&nbsp;</td>');
   document.write('   <td width="90" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><a href="/fra/europa/index.html" class="hoofdmenugroen">L\'EUROPE</a></td>');
   document.write('   <td width="142" align="left"><img src="/img/alg/transpix.gif" alt="" width="15" height="1"><a href="/fra/mobib/index.html" class="hoofdmenugroen">MOBIB</a></td>');
  }
  document.write('    <td width="222" align="left">&nbsp;</td>');
  document.write('    <td width="50" align="left"><a href="/" class="hoofdmenugroen">HOME</a></td>');
  document.write('    <td width="75" align="left"><a href="/fra/' + subdir + 'contact.htm" class="hoofdmenugroen">CONTACT</a></td>');
  // ontbreekt - lro
  // document.write('    <td width="84" align="left"><a href="/fra/' + subdir + 'faq.htm" class="hoofdmenugroen">FAQ</a></td>');
  document.write('    <td width="84" align="left">&nbsp;</td>');
  document.write('   </tr>');
  document.write('  </table>');
  document.write(' </td>');
  document.write('</tr>');
 }
 document.write('</table>');
}
//-->
