function checksubmit(nextpage,id)
{
	confstring = "Anzeige Nr. "+id+" löschen ?";
	doyou = confirm(confstring);
	if (doyou == true) document.location=nextpage;return false;
}
