function areYouSure(id) {
	var answer = confirm ("Helt säker?")
	if (answer) {
		window.location="editIndex.php?id="+id+"&mode=delete"
	} else {
		window.location="index.php"
	}
}
function areYouSureFangst(id) {
	var answer = confirm ("Helt säker?")
	if (answer) {
		window.location="editFangst.php?id="+id+"&mode=delete"
	} else {
		window.location="index.php"
	}
}
function areYouSureFly(id) {
	var answer = confirm ("Helt säker?")
	if (answer) {
		window.location="editFly.php?id="+id+"&mode=delete"
	} else {
		window.location="index.php"
	}
}
function checkFrames(site) {
	var forwardTo = site.substring(location.href.lastIndexOf('/')+1);
	if (parent.location.href == self.location.href) {
		window.location.href = "framex.html?"+forwardTo+"";
	}
}

function checkFramesNews(site) {
	var forwardTo = site.substring(location.href.lastIndexOf('/')+1);
	if (parent.location.href == self.location.href) {
		window.location.href = "../framex.html?/nyheter/"+forwardTo+"";
	}
}

function checkFramesFangst(site) {
	var forwardTo = site.substring(location.href.lastIndexOf('/')+1);
	if (parent.location.href == self.location.href) {
		window.location.href = "../framex.html?/fangstrapporter/"+forwardTo+"";
	}
}

function checkFramesFly(site) {
	var forwardTo = site.substring(location.href.lastIndexOf('/')+1);
	if (parent.location.href == self.location.href) {
		window.location.href = "../framex.html?/manadensfluga/"+forwardTo+"";
	}
}
