<!--
function GoEncy(s){
var d = "" + (s.options[s.selectedIndex].value);
window.location.href = d;
s.selectedIndex=0;}

function dropdownmenu()
{ 
document.write('<select NAME=\"target\" ONCHANGE=\"GoEncy(this);\" LANGUAGE=\"JavaScript\" size=\"1\">');
document.write('<option SELECTED>Kies een soort kaart</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/baseset1.html\">Baseset 1</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/jungle.html\">Jungle</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/fossil.html\">Fossil</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/baseset2.html\">Baseset 2</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/teamrocket.html\">Team Rocket</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/gymheroes.html\">Gym Heroes</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/gymchallenge.html\">Gym Challenge</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/neogenesis.html\">Neo Genesis</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/neodiscovery.html\">Neo Discovery</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/neorelevation.html\">Neo Relevation</option>');
document.write('<option VALUE=\"/kaartspel/lijsten/spaarkaarten.html\">Spaarkaarten</option>');
document.write('</select>');
}
-->
