function stem (afbeelding_id, positie) {
//	if (confirm ("U wilt op het " + positie + " kunst schilderij stemmen?")) {
	if (true) {
		document.location.href = "index.php?stem=" + afbeelding_id;
	}
}

function meldt (afbeelding_id) {
	if (confirm ("U kunt deze afbeelding aanmelden als ongepast zodat deze (na controle) niet meer getoond zal worden. Kies OK om door te gaan.")) {
		document.location.href = "index.php?ongepast=" + afbeelding_id;
	}
}
