function wartezimmer1(){
var x = 0;
if(screen.width >= 920)
{
var x = (screen.width-920)/2;
if(x<0){x=0;}
}
else
{
var x = 0
}

if(screen.height>740){
height=screen.height-40;
}
else{
height=700;
}

var y = 0;
if(screen.height >= height)
{
var y = (((screen.height-height)/2)-40);
}
popupwindow = window.open("files/de/wartezimmer.php", "wartezimmer", "width=700,height=320,resizable=no,scrollbars=yes,toolbar=no,status=yes,directories=no,menubar=no,location=no");
popupwindow.moveTo(x,y);
popupwindow.focus();
popup=1;
}

function wartezimmer2(){
var x = 0;
if(screen.width >= 920)
{
var x = (screen.width-920)/2;
if(x<0){x=0;}
}
else
{
var x = 0
}

if(screen.height>740){
height=screen.height-40;
}
else{
height=700;
}

var y = 0;
if(screen.height >= height)
{
var y = (((screen.height-height)/2)-40);
}
popupwindow = window.open("files/de/wartezimmer2.php", "wartezimmer", "width=700,height=320,resizable=no,scrollbars=yes,toolbar=no,status=yes,directories=no,menubar=no,location=no");
popupwindow.moveTo(x,y);
popupwindow.focus();
popup=1;
}

