
// LDDWVL template2009 leftmenu.js

document.writeln('<table cellpadding="0" cellspacing="0" class="menu">');
document.writeln('<thead><tr><td><a href="start.html">Welkom</a></td><td align="right"><a href="afdeling_voorbeeld.html" style="font-weight:bold;color:#F07700;" id="help">=[ HELP ]=</a></td></tr></thead>');
//document.writeln('<tr><td colspan="2"><a href="http://blog.lddwvl.be/search/label/verkiezingen09?&max-results=5">Verkiezingen 09</a><br />');
//document.writeln('<p><a href="kandidaten2009.html">Onze kandidaten</a></p>');
//document.writeln('</td></tr>');
document.writeln('<tr><td colspan="2"><a href="http://blog.lddwvl.be/search/label/verkiezingen2010?&max-results=5">Verkiezingen 2010</a><br />');
//document.writeln('<p><a href="http://www.lddwvl.be/campagne2010.html" target="_blank">Ik wil meehelpen!</a></p>');
//document.writeln('<p><a href="kandidaten2010.html">Onze kandidaten</a></p>');
//document.writeln('<p><a href="kandidaten2010_kaart.html">Kandidaten in mijn buurt</a></p>');
document.writeln('</td></tr>');
//document.writeln('<tr><td colspan="2"><a href="kandidaten2010.html">Onze kandidaten</a><br />');
//document.writeln('<p><a href="kandidaten2010.html?kamer" style="font-weight: bold;color:green;">voor de Kamer</a></p>');
//document.writeln('<p><a href="kandidaten2010.html?senaat" style="font-weight: bold;color:red;">voor de Senaat</a></p>');
//document.writeln('<p><a href="kandidaten2010.html?stemmen">Hoe stemmen?</a></p>');
//document.writeln('<p><a href="kandidaten2010_kaart.html">Kandidaten in mijn buurt</a></p>');
//document.writeln('</td></tr>');
//document.writeln('<tr><td colspan="2"><a href="http://bvk.ldd.be">Lokale Resultaten Bestuursverkiezingen</a></td></tr>');
document.writeln('<tr><td colspan="2"><a href="http://blog.lddwvl.be/search/label/nieuws?&max-results=5">Actueel</a>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Vlaanderen?&max-results=3">in Vlaanderen</a> / <a href="http://blog.lddwvl.be/search/label/federaal?&max-results=3">Belgi&euml;</a></p>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/WVL?&max-results=3">in West-Vlaanderen</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/OGD?&max-results=3">in Oostende-Gistel-Diksmuide</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/KMW?&max-results=3">in Kortrijk-Menen-Waregem</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/RTI?&max-results=3">in Roeslare-Tielt-Izegem</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/TBK?&max-results=3">in Torhout-Brugge-Knokke</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Westhoek?&max-results=3">in de Westhoek</a></p>');
document.writeln('</td></tr>');
//document.writeln('<tr><td colspan="2"><a href="http://blog.lddwvl.be/search/label/WVL?&max-results=3">Provinciale Evenementen</a></td></tr>');
document.writeln('<tr><td colspan="2"><a href="kalender.html">Kalender</a></td></tr>');
//document.writeln('<tr><td colspan="2"><a href="zeebries.html">Nieuwsbrief</a></td></tr>');
//document.writeln('<tr><td colspan="2"><a href="http://www.lijstdedecker.com/nl/in-en-uitschrijven-nieuwsbrief-197.htm">Nieuwsbrief</a></td></tr>');
document.writeln('<tr><td colspan="2"><a href="beginselverklaring.html">De Partij</a>');
document.writeln('<p><a href="mandatarissen.html">Mandatarissen</a></p>');
document.writeln('<p><a href="afdelingen.html" title="Afdelingen">LDD in uw buurt</a></p>');
//document.writeln('<p><a href="statuten.html">Statuten</a></p>');
document.writeln('</td></tr>');
document.writeln('<tr><td colspan="2"><a target="_blank" href="http://www.lijstdedecker.com/nl/lid-worden-4.htm">Lid Worden</a></td></tr>');
//document.writeln('<tr><td colspan="2"><a href="media.html">Media Gallerij</a>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/video?&max-results=5">Videos</a></p>');
document.writeln('</td></tr>');
document.writeln('<tr><td colspan="2"><a target="_blank"  href="http://www.lijstdedecker.com/nl/ldd-shop-7.htm">LDD Shop</a></td></tr>');
document.writeln('</table>');

function emHelp() {
	document.getElementById('help').style.textDecoration = 'blink';
}

window.setTimeout("emHelp()", 30000); 