
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="picts/background-menu.gif" bgcolor="#C0C0C0"><tr><td>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="25">&nbsp;<br>');

// START LINKS //


document.write('</td><td nowrap>');
document.write('<span style="width:45px"></span>');


document.write('</td><td nowrap>');
document.write('<a href="Deutsch/index.html" class="menu"> Deutsch </a>');


document.write('</td><td nowrap>');
document.write('<a href="" class="menu">  </a>');

document.write('</td><td nowrap>');
document.write('<a href="English/index.html" class="menu">  English  </a>');


document.write('</td><td nowrap>');
document.write('<a href="" class="menu">  </a>');


document.write('</td><td nowrap>');
document.write('<a href="Nederlands/index.html" class="menu">Nederlands</a>');


document.write('</td><td nowrap>');
document.write('<a href="" class="menu">  </a>');



document.write('</td><td WIDTH="1" bgcolor="#000000"><br>');

document.write('</td></tr></table>');
document.write('</td></tr><tr><td HEIGHT="1" bgcolor="#000000">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="1" WIDTH="10" border="0"><BR>');
document.write('</td></tr></table></DIV>');

//  End -->