function godkjenn(melding) {

	var boks = confirm(melding);
	if (boks==true)
		return true;
	else
		return false;

}