
// LDDWVL template2009 leftmenu.js

function showMenu(id) {
	document.getElementById(id).style.display = "inline";
}

function hideMenu(id) {
	document.getElementById(id).style.display = "none";
}

document.writeln('<table cellpadding="0" cellspacing="0" class="menu">');
document.writeln('<thead><tr><td><a href="ldd.html">LDD</a></td><td align="right"></td></tr></thead>');
document.writeln('<tr class="arrow" onMouseOver="showMenu(\'submenu1\');" onMouseOut="hideMenu(\'submenu1\');"><td colspan="2"><a href="http://blog.lddwvl.be/search/label/nieuws?&max-results=5">Nieuws</a>');
document.writeln('<div id="submenu1" style="position:absolute;background-color:#F9F9F9;padding-right:16px;padding-bottom:16px;margin-left:112px;margin-top:-9px;display:none;border:1px solid silver;">');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Bredene?&max-results=3">LDD Bredene</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Brugge?&max-results=3">LDD Brugge</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/De Panne?&max-results=3">LDD De Panne-Adinkerke</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Ieper?&max-results=3">LDD Ieper</a></p>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Koksijde?&max-results=3">Koksijde</a></p>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Kortrijk?&max-results=3">Kortrijk</a></p>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Lendelede?&max-results=3">LDD Lendelede</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Menen?&max-results=3">LDD Menen</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Middelkerke?&max-results=3">LDD Middelkerke</a></p>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Nieuwpoort?&max-results=3">Nieuwpoort</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Oostende?&max-results=3">LDD Oostende</a></p>');
document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Roeselare?&max-results=3">LDD Roeselare</a></p>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Wervik?&max-results=3">Wervik</a></p>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/Wevelgem?&max-results=3">Wevelgem</a></p>');
document.writeln('</div>');
document.writeln('</td></tr>');
document.writeln('<tr><td colspan="2">West-Vlaanderen');
document.writeln('	<p><a href="wvl.html">Provinciaal Bestuur</a></p>');
document.writeln('	<p><a href="lokale_mandatarissen.html">Mandatarissen</a></p>');
//document.writeln('	<p><a href="provincieraad.html">Provincieraad</a></p>');
document.writeln('	<p><a href="vlaams_parlement.html">Vlaams Parlement</a></p>');
document.writeln('	<p><a href="federale_kamer.html">Federale Kamer</a></p>');
document.writeln('</td></tr>');
document.writeln('<tr class="arrow" onMouseOver="showMenu(\'submenu2\');" onMouseOut="hideMenu(\'submenu2\');"><td colspan="2"><a href="afdelingen.html">LDD in uw buurt</a>');
document.writeln('<div id="submenu2" style="position:absolute;background-color:#F9F9F9;padding-right:16px;padding-bottom:16px;margin-left:53px;margin-top:-9px;display:none;border:1px solid silver;">');
document.writeln('	<p><a href="afdeling_bredene.html">LDD Bredene</a></p>');
document.writeln('	<p><a href="afdeling_brugge.html">LDD Brugge</a></p>');
document.writeln('	<p><a href="afdeling_depanne-adinkerke.html">LDD De Panne-Adinkerke</a></p>');
document.writeln('	<p><a href="afdeling_ieper.html">LDD Ieper</a></p>');
document.writeln('	<p><a href="afdeling_koksijde.html">LDD Koksijde</a></p>');
//document.writeln('	<p><a href="afdeling_kortrijk.html">LDD Kortrijk</a></p>');
document.writeln('	<p><a href="afdeling_lendelede.html">LDD Lendelede</a></p>');
document.writeln('	<p><a href="afdeling_menen.html">LDD Menen</a></p>');
document.writeln('	<p><a href="afdeling_middelkerke.html">LDD Middelkerke</a></p>');
document.writeln('	<p><a href="afdeling_nieuwpoort.html">LDD Nieuwpoort</a></p>');
document.writeln('	<p><a href="afdeling_oostende.html">LDD Oostende</a></p>');
document.writeln('	<p><a href="afdeling_roeselare.html">LDD Roeselare</a></p>');
document.writeln('	<p><a href="afdeling_wervik.html">LDD Wervik</a></p>');
//document.writeln('	<p><a href="afdeling_wevelgem.html">LDD Wevelgem</a></p>');
document.writeln('	<p><a href="afdeling_nog_niet_opgestart.html">Andere Gemeente</a></p>');
document.writeln('</div>');
document.writeln('</td></tr>');
document.writeln('<tr><td colspan="2"><a href="kalender.html">Kalender</a>');
//document.writeln('	<p><a href="http://blog.lddwvl.be/search/label/WVL?&max-results=3">Evenementen</a></p>');
document.writeln('</td></tr>');
document.writeln('<tr class="arrow" onMouseOver="showMenu(\'submenu3\');" onMouseOut="hideMenu(\'submenu3\');"><td colspan="2">De Partij');
document.writeln('<div id="submenu3" style="position:absolute;background-color:#F9F9F9;padding-right:16px;padding-bottom:16px;margin-left:101px;margin-top:-9px;display:none;border:1px solid silver;">');
document.writeln('	<p><a href="beginselverklaring.html">Beginselverklaring</a></p>');
document.writeln('	<p><a href="statuten.html">Statuten 2008</a></p>');
//document.writeln('	<p><a href="mandatarissen.html">Mandatarissen</a></p>');
document.writeln('	<p><a href="programma2009.html">Programma 2009</a></p>');
document.writeln('	<p><a href="kandidaten2009.html">Kandidaten 2009</a></p>');
document.writeln('	<p><a href="kandidaten2010.html">Kandidaten 2010</a></p>');
document.writeln('</div>');
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>');

