<!--
function txHeader(dyn, serv) {
 var subdir="";
 if (serv=="V") {
  subdir="vrager/";
 }
 else {
  subdir="oppasser/";
 }
 if (!dyn) {
  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=="V") {
   // document.write('<td class="headerV-NL" width="100%" height="146"><a href="/index_oppas.htm"><img src="/images/www/transpix.gif" width="350" height="100" border="0" alt="Home"></a>');
   document.write('<td class="headerV-NL" width="100%" height="146"><a href="/1/oppas/vrager/index.html"><img src="/images/www/transpix.gif" width="350" height="100" border="0" alt="Home"></a>');
   document.write(' <div id="loginPos">');
   document.write('  <div id="login">');
   document.write('   <table id="lang" border="0"><tr><td align="right">');
   document.write('    <a href="/1/oppas/' + subdir + 'index.html" class="lang"><img src="/img/oppas/sub/nl-sub.gif" align="absmiddle" border="0" hspace="3"></a>');
   document.write('    <a href="/2/oppas/' + subdir + 'index.html" class="lang"><img src="/img/oppas/sub/fr-sub.gif" align="absmiddle" border="0" hspace="3"></a>&nbsp;&nbsp;&nbsp;');
   document.write('   </td></tr>');
   document.write('   </td></tr></table>');
   document.write('   <table id="loginFrame" style="height:110;"><tr valign="middle"><td align="right">');
   document.write('    <script type="text/javascript">loginForm("V");</script>');
   document.write('   </td></tr></table>');
   document.write('  </div>');
   document.write(' </div>');
   document.write('</td>');
  }
  else {
   // document.write('<td class="header-NL" width="100%" height="146"><a href="/index_oppas.htm"><img src="/images/www/transpix.gif" width="350" height="100" border="0" alt="Home"></a>');
   document.write('<td class="header-NL" width="100%" height="146"><a href="/1/oppas/oppasser/index.html"><img src="/images/www/transpix.gif" width="350" height="100" border="0" alt="Home"></a>');
   document.write(' <div id="loginPos">');
   document.write('  <div id="login">');
   document.write('   <table id="lang" border="0"><tr><td align="right">');
   document.write('    <a href="/1/oppas/' + subdir + 'index.html" class="lang"><img src="/img/oppas/sub/nl-sub.gif" align="absmiddle" border="0" hspace="3"></a>');
   document.write('    <a href="/2/oppas/' + subdir + 'index.html" class="lang"><img src="/img/oppas/sub/fr-sub.gif" align="absmiddle" border="0" hspace="3"></a>&nbsp;&nbsp;&nbsp;');
   document.write('   </td></tr>');
   document.write('   </td></tr></table>');
   document.write('   <table id="loginFrame" style="height:110;"><tr valign="middle"><td align="right">');
   document.write('    <script type="text/javascript">loginForm("O");</script>');
   document.write('   </td></tr></table>');
   document.write('  </div>');
   document.write(' </div>');
   document.write('</td>');
  }
  document.write('');
  document.write('</tr>');
 }
 else {
  document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
 }
 //
 document.write('<tr valign="top">');
 document.write(' <td class="horizontalMenu" align="center">');
 document.write('  <table id="horizontalMenu" border="0" width="928">');
 document.write('   <tr valign="middle">');
 // document.write('    <td width="160" align="center"><a href="/index_oppas.htm" class="hoofdmenuwit">HOME</a></td>');
 if (serv=="V") {
  document.write('    <td width="160" align="center"><a href="/1/oppas/vrager/index.html" class="hoofdmenuwit">HOME</a></td>');
  document.write('   <td width="160" align="center"><a href="/NL/www/op2$qry2.Startup" class="hoofdmenuwit">ZOEKERTJES<img src="/img/oppas/search.gif" border="0" align="absmiddle"></a></td>');
  document.write('   <td width="160" align="center"><a href="/1/oppas/vrager/1verzekering.htm" class="hoofdmenuwit">VERZEKERING</a></td>');
  document.write('   <td width="160" align="center"><a href="/1/oppas/oppasser/index.html" class="hoofdmenuwit">OPPASSERS</a></td>');
  document.write('   <td width="160" align="center"><a href="/1/oppas/vrager/1contact.htm" class="hoofdmenuwit">CONTACT</a></td>');
 }
 else {
  document.write('    <td width="160" align="center"><a href="/1/oppas/oppasser/index.html" class="hoofdmenuwit">HOME</a></td>');
  document.write('   <td width="160" align="center"><a href="/NL/www/op2$qry.Startup" class="hoofdmenuwit">ZOEKERTJES<img src="/img/oppas/search.gif" border="0" align="absmiddle"></a></td>');
  document.write('   <td width="160" align="center"><a href="/1/oppas/oppasser/1verzekering.htm" class="hoofdmenuwit">VERZEKERING</a></td>');
  document.write('   <td width="160" align="center"><a href="/1/oppas/vrager/index.html" class="hoofdmenuwit">OPPASVRAGERS</a></td>');
  document.write('   <td width="160" align="center"><a href="/1/oppas/oppasser/1contact.htm" class="hoofdmenuwit">CONTACT</a></td>');
 }
 document.write('    <td width="160" align="center"><a href="http://www.taxistop.be/1index.html" class="hoofdmenuwit" target="_blank">TAXISTOP</a></td>');
 document.write('   </tr>');
 document.write('  </table>');
 document.write(' </td>');
 document.write('</tr>');
 document.write('</table>');
}
function showIns() {
 var loginTable = document.getElementById('loginTab');
 if (loginTable) {
  loginTable.style.background='#ffffff';
  loginTable.style.border='2px solid red';
  loginTable.style.width='60%';
 }
}
//-->
