function kontakt(kontakt)
	{
	eigenschaften="width=480,height=532,menubar=no,locationbar=no,scrollbars=no,resizable=no,status=no";
	fenster=window.open(kontakt,"Kontakt",eigenschaften);
	}
function thanks(thanks)
	{
	eigenschaften="width=480,height=20,menubar=no,locationbar=no,scrollbars=no,resizable=no,status=no";
	fenster=window.open(thanks,"Danke",eigenschaften);
	}
function gast(gast)
	{
	eigenschaften="width=700,height=550,menubar=no,locationbar=no,scrollbars=yes,resizable=no,status=no";
	fenster=window.open(gast,"Gästebuch",eigenschaften);
	}
function settime(Sek)
	{
	window.setTimeout("goFrameset()",Sek*1000);
	}
function getAufloesung()
	{
	return screen.width + "x" + screen.height;
	}
function goFrameset()
	{
	if (getAufloesung()=="1024x768")
	{
	window.location="frame_1024x768.htm";
	return;
	}
	if (getAufloesung()=="800x600")
	{
	window.location="frame_800x600.htm";
	return;
	}
	window.location="info.htm";
	return;
	}
function frame_laden()
	{
	if(!top.frames.length>0)
	window.location.href='../index.htm';
	}
function frame_laden1()
	{
	if(!top.frames.length>0)
	window.location.href='../../index.htm';
	}
function frame_laden2()
	{
	if(!top.frames.length>0)
	window.location.href='index.htm';
	}