






function slideshow(imgref,ref){
if (this.bw.ie==1) {
var win=',left=50,top=20';
}else{
var win=',screenX=50,screenY=20';
}
slsh=window.open('http://www.filmweltverleih.de/gallery/slideshow.php?imgref='+imgref+'&ref='+ref,ref,'toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,width=500,height=700,resizable=no,copyhistory=no'+win)   
slsh.focus();
}

function kinofinder(ref){
if (this.bw.ie==1) {
var win=',left=50,top=20';
}else{
var win=',screenX=50,screenY=20';
}
kf=window.open('http://www.filmweltverleih.de/kinofinder/kinofinder.php?ref='+ref,ref,'toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,width=520,height=700,resizable=no,copyhistory=no'+win)   
kf.focus();
}

function trailer(ref){
if (this.bw.ie==1) {
var win=',left=50,top=20';
}else{
var win=',screenX=50,screenY=20';
}
tr=window.open('http://www.filmweltverleih.de/inc/tr/'+ref+'.php?ref='+ref,'trailer','toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,width=500,height=550,resizable=no,copyhistory=no'+win)   
tr.focus();
}