function kontakt()
	{
	window.open("f_kontakt.asp","Kontaktformular","width=600,height=620,resizeable=no,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no")
	}

function angebot()
	{
	var hoehe= screen.availheight-100;
	var breite=700;
	if(screen.availwidth-30<breite) breite=screen.availwidth-30;
	var options="width="+breite+",height="+hoehe+",top=25,left=25,resizeable=yes,menubar=no,scrollbars=yes,status=yes";
	window.open("f_angebot.asp","Angebotsanfrage",options)
	}
