function droptop(form) {

	var myindex=topdrop.dest.selectedIndex

	window.open(topdrop.dest.options[myindex].value, target="_self");
}
function gotopagina() {
if (document.productgroep.keuze_productgroep.options[document.productgroep.keuze_productgroep.selectedIndex].value != "none") {
document.location = document.productgroep.keuze_productgroep.options[document.productgroep.keuze_productgroep.selectedIndex].value
}
}