

// Open extern Window in portait format

function popUpPortrait(theURL) {

 var left = (screen.availWidth - 365) / 2;
 var top = (screen.availHeight - 530) / 2;

    window.open(theURL,'portait','toolbar=no,top=0,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,copyhistory=no,width=365,height=530,left='+left+',top='+top).focus();   

}
// -->


// Open extern Window in landscape format

function popUpLandscape(theURL) {

 var left = (screen.availWidth - 350) / 2;
 var top = (screen.availHeight - 490) / 2;

 self.name = "haupt"; 
 
    window.open(theURL,'contact','toolbar=no,top=0,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,copyhistory=no,width=370,height=490,left='+left+',top='+top).focus();  

}
// -->

// Open extern Window in Postcard format

function popUpPostcard(theURL) {

 var left = (screen.availWidth - 700) / 2;
 var top = (screen.availHeight - 580) / 2;

 
    window.open(theURL,'postcard','toolbar=no,top=0,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no,copyhistory=no,width=700,height=580,left='+left+',top='+top).focus();  

}
// -->

// Open extern Window in alert format

function popUpAlert(theURL) {

 var left = (screen.availWidth - 405) / 2;
 var top = (screen.availHeight - 100) / 2;

 window.open(theURL,'popup','toolbar=no,top=0,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,copyhistory=no,width=405,height=100,left='+left+',top='+top).focus();  
 
}
// -->

// Open extern Window in square format

function popUpSquare(theURL) {

    window.open(theURL,'popup','toolbar=no,top=0,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,copyhistory=no,width=250,height=250,top=250,left=300');  

}
// -->

// Open extern Window in movie format

function popUpMovie(theURL) {

 var left = (screen.availWidth - 350) / 2;
 var top = (screen.availHeight - 330) / 2;

    window.open(theURL,'movie','toolbar=no,top=0,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,copyhistory=no,width=350,height=330,left='+left+',top='+top).focus(); 

}
// -->

// Open extern Window in movie format

function popUpAnastacia(theURL) {

 var left = (screen.availWidth - 189) / 2;
 var top = (screen.availHeight - 230) / 2;

    window.open(theURL,'movie','toolbar=no,top=0,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,copyhistory=no,width=384,height=288,left='+left+',top='+top).focus(); 

}
// -->


// Open extern Window in movie format

function popUpExtern(theURL) {

    window.open(theURL,'extern','toolbar=yes,top=0,left=0,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizeable=yes,copyhistory=yes,top=0,left=0');

}
// -->

// Open extern Window in Advert format

function popUpAdvert(theURL) {

 var left = (screen.availWidth - 500) / 2;
 var top = (screen.availHeight - 530) / 2;

 
    window.open(theURL,'postcard','toolbar=no,top=0,left=0,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no,copyhistory=no,width=500,height=530,left='+left+',top='+top).focus();  

}
// -->







