// JavaScript Document
function senden()
{
	if (document.fantrag.f1.value == "" || document.fantrag.f2.value == "" || document.fantrag.f3.value == "" || document.fantrag.f5.value == "")
	{
		alert ("Bitte alle Felder die mit * gekennzeichnet sind ausfüllen!");
		return false;
	}
}

function fenster(breite,hoehe,bild)
{
	var win,seite,name;
	seite="unterwegs_pop.php?bild="+bild;
	name="KSFV";
	win=window.open(seite,name,"toolbar=no,resizable=no,scrollbars=no,width="+breite+",height="+hoehe);
}
