<!--
function popUpHotel(url,width,height)
{
newwin = window.open(url,'','width='+width+',height='+height+',screenX=200,screenY=0,left=200,top=0,scrollbars=no,toolbar=no,status=no,resizable=yes,location=no,menubar=no,directories=no');
newwin.focus();
}
function popKontakt()
{
url='/pop-kontakt.php';
width=479;
height=650;
newwin = window.open(url,'','width='+width+',height='+height+',screenX=200,screenY=0,left=200,top=0,scrollbars=no,toolbar=no,status=no,resizable=yes,location=no,menubar=no,directories=no');
newwin.focus();
}
function popVersicherung()
{
url='pop-versicherung.php';
width=560;
height=600;
newwin = window.open(url,'','width='+width+',height='+height+',screenX=200,screenY=0,left=200,top=0,scrollbars=no,toolbar=no,status=no,resizable=yes,location=no,menubar=no,directories=no');
newwin.focus();
}
function popSpielplan()
{
url='/spielplaene/mailand.php';
width=560;
height=600;
newwin = window.open(url,'','width='+width+',height='+height+',screenX=200,screenY=0,left=200,top=0,scrollbars=yes,toolbar=no,status=no,resizable=yes,location=no,menubar=no,directories=no');
newwin.focus();
}
function popUpStadt(url)
{
newwin = window.open(url,'','width=600,height=600,screenX=200,screenY=0,left=200,top=0,scrollbars=yes,toolbar=no,status=no,resizable=yes,location=no,menubar=no,directories=no');
newwin.focus();
}
//-->