
// LDDWVL template2009 leftmenu.js

document.writeln('<table cellpadding="0" cellspacing="0" class="menu">');
document.writeln('<thead><tr><td colspan="2"><a href="http://www.jmdedecker.com">Welkom</a></td></tr></thead>');
document.writeln('<tr><td colspan="2">Links');
document.writeln('	<p><a href="http://www.ldd.be">LDD Nationaal</a></p>');
document.writeln('	<p><a href="http://www.lddwvl.be">LDD West-Vlaanderen</a></p>');
document.writeln('	<p><a href="http://www.lddoostende.be">LDD Oostende</a></p>');
document.writeln('</td></tr>');
document.writeln('<tr><td colspan="2"><a target="_blank" href="http://www.ldd.be/nl/lid-worden-4.htm">Lid Worden</a></td></tr>');
document.writeln('</table>');

