function categorieSelector()
{
	$("#deelGeslachtMan").attr('checked', true);
	alert("damn");
;
}

