<!--
var Fenster = null;
function Fenster1(url,name,w,h,scbars,res){
	var LeftPosition = (screen.width - w) / 2;
	var TopPosition = (screen.height - h) /2;
	var settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scbars+',resizable='+res+'';
	Fenster = window.open(url,name,settings);
}

function Frames3(URL1,F1,URL2,F2,URL3,F3)
{
	parent.frames.subnavi.location.href=URL1;
	parent.frames.content.location.href=URL2;
	parent.frames.bottom.location.href=URL3;
}

if (self.parent.frames.length < 1)
self.parent.location="www.altstadthotel-ing.de";
//-->