<!--
function oeffner(welch){
	if (welch==1){
	window.open("info.html","info1","width=400,height=400,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}	
	else if (welch==2){
	window.open("info2.html","info2","width=400,height=400,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}
	else if (welch==3){
	window.open("va_flash.html","va_flash","width=780,height=580,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}
	else if (welch==4){
	window.open("besonderes.html","besonderes","width=790,height=580,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}
	else if (welch==5){
	window.open("kulturwochenende.html","kultwe","width=790,height=580,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}
	else if (welch==6){
	window.open("kutschstall.html","kutsch","width=790,height=580,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
    }
}

function Voll() {
	if (top.location.search!="") {
		var Size=top.location.search.length;
		var Addressen=top.location.search.substring(1,Size);
		if(document.images){
			top.Middle.location.replace(Addressen);
      }
			else top.Middle.location.href=Addressen;
	}
}

function frtest(welch) {
var Ware = new Array(9);
Ware[0]="index.html";
Ware[1]="turmschaenke.html";
Ware[2]="kulinarisch.html";
Ware[3]="zimmer.html";
Ware[4]="angebote.html";
Ware[5]="veranstaltungen.html";
Ware[6]="vorort.html";
Ware[7]="kontakt.html";
	if (top.frames.length==0) {
			if(document.images) top.location.replace(Ware[welch]);
			else top.location.href=Ware[welch];
	}
}

//-->

