function popUp(bild,pfad,weite,hoehe) {
var weite2 = weite;
var hoehe2 = hoehe;
var weite3 = Math.ceil(weite/2);
var hoehe3 = Math.ceil(hoehe/2);
if(hoehe3<100){
hoehe3 = 100;
}
if(weite3<100){
weite3 = 100;
}
var intScrWidth = (window.screen.width/2) - (weite3 + 10);
var intScrHeight = (window.screen.height/2) - (hoehe3 + 40);
var win=window.open("",bild,"width="+weite2+",height="+hoehe2+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);
win.location.href="bh.php?bild="+bild+"&pfad="+pfad;
win.focus();
}
function videoUp1() {
var intScrWidth = (window.screen.width/2) - (160 + 10);
var intScrHeight = (window.screen.height/2) - (127 + 40);
var win2=window.open("media/la_paloma_2_vor.html","winname1","width=320,height=255,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);
win2.focus();
}
function videoUp2() {
var intScrWidth = (window.screen.width/2) - (160 + 10);
var intScrHeight = (window.screen.height/2) - (127 + 40);
var win3=window.open("media/la_paloma_rede.html","winname2","width=320,height=255,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);
win3.focus();
}
function videoUp3() {
var intScrWidth = (window.screen.width/2) - (160 + 10);
var intScrHeight = (window.screen.height/2) - (127 + 40);
var win4=window.open("media/la_paloma_per.html","winname3","width=320,height=255,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,left=" + intScrWidth + ",top=" + intScrHeight + ",screenX=" + intScrWidth +",screenY=" + intScrHeight);
win4.focus();
}
function ziel() {
 window.location.href = index.php;
 alert=("ibuizbu");
}
