function kontrolle()
{
if(document.Vorschl.value=="")
{
alert("Das Formular ist nicht vollständig ausgef&uuml;llt.");
return false;
}
else 
{
return true;
}
}
function sicher()
{
return window.confirm("Wollen sie dieses Formular wirklich leeren?");
}

function goto_URL(object) {
			top.location.href = object.options[object.selectedIndex].value;
			return false;
}
