////////////////////////////////////////////////////////////////////////////////////
function framenachladen(ParentFrameset) {
	if(this.name != "Highlightfenster"){
		if(!parent.dekolinks)
		location.href= ParentFrameset + location.pathname;
	}
}
////////////////////////////////////////////////////////////////////////////////////
function NeuFenster(Hotel){ 
	MeinFenster = window.open("Hotels/"+Hotel+".html", "Zweitfenster", "width=690,height=325,left=200,top=200,scrollbars=no,locationbar =yes");
	MeinFenster.focus();
}
////////////////////////////////////////////////////////////////////////////////////
function HighlightFenster(Highlight){ 
	MeinFenster = window.open("../highlght/"+ Highlight +".html", "Highlightfenster", "width=750,height=660,left=0,top=0,scrollbars=yes,locationbar=yes,resizable=yes");
	MeinFenster.focus();
}
////////////////////////////////////////////////////////////////////////////////////
function NeuAutoFenster(Mietauto)
{ MeinFenster =
	window.open("../../Mietauto/"+Mietauto+".html", "Zweitfenster", "width=500,height=450,left=200,top=200,scrollbars=no,locationbar =yes");
 MeinFenster.focus();}