function naarkunstenaar(){
var sel = document.getElementById('kz_kunstenaar');
var waarde = sel.options[sel.selectedIndex].value * 1;

switch(waarde){
	case 1:
	  parent.location.href = "jan_baas.html";
	  break;    
	case 2:
	  parent.location.href = "ina_brekelmans.html";
	  break;
	case 3:
	  parent.location.href = "steven_toes.html";
	  break;
	case 4:
	  parent.location.href = "ellen_huijsmans.html";
	  break;
	case 5:
	  parent.location.href = "edwin_emmens.html";
	  break;
	case 6:
	  parent.location.href = "jantine_geels.html";
	  break;
	case 7:
	  parent.location.href = "melissa_halley.html";
	  break;  
}
}

function verzenden(){
	self.location.href = 'mailto:thoets@thoets.nl';
}