var Zeile = 0;

function popbild(was, cred) {
popup = open('', 'Popup', 'scrollbars=no,width=340,height=510, screenX=50,screenY=50,resizable=yes,toolbar=no,status=no,directories=no,location=no');

cont = "<html><head><title>Popup</title>";
cont = cont + "<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'></head>";
cont = cont + "<body bgcolor='#FFFFFF' text='#000000'>";
cont = cont + "<table width='300' border='0' cellspacing='0' cellpadding='0'><tr> ";
if (cred=='m'){
cont = cont + "<td>";
}
else{
cont = cont + "<td>";
}
cont = cont + "</td></tr></table>";
cont = cont + "<img src='" + was + "' width='300'>";
cont = cont + "</body></html>";

popup.document.write(cont);
}


function poptxt(was) {
popfenster = window.open(was, "poptext", "scrollbars=yes,width=620,height=400,resizable=no,toolbar=no,status=no,directories=no,location=no");
popfenster.focus();
}

function poprundgang(was) {
poprundfenster = window.open(was, "poprund", "scrollbars=no,width=609,height=490,resizable=no,toolbar=no,status=no,directories=no,location=no");
poprundfenster.focus();
}


function popteam(htmlseite) {
popteamfenster = window.open(htmlseite, "htmlseite", "scrollbars=yes,width=500,height=450,resizable=no,toolbar=no,status=no,directories=no,location=no");
popteamfenster.focus();
}



function xpopkalender() {
seite="kalender/index.php";
popkalfenster = window.open(seite, "esj kalender", "scrollbars=yes,width='724',height='442',resizable=no,toolbar=no,status=no,directories=no,location=no");
popkalfenster.focus();
}

function popkalender()
{ 
Kafeatures='scrollbars=yes,resizable=no,width=734,height=452,status=no';

Kafenetre = window.open('kalender/index.php','Kalender',Kafeatures);
Kafenetre.focus();
}



function open_popd(durl,dwinname)
{ 
dfeatures='scrollbars=no,resizable=yes,width=410,height=310';

dfenetre = window.open(durl,dwinname,dfeatures);
dfenetre.focus();
}

function manifest()
{ 
mfeatures='scrollbars=no,resizable=no,width=200,height=140';

mfenetre = window.open('manifest.html','Manifest',mfeatures);
mfenetre.focus();
}

function kurzfilm()
{ 
kfeatures='scrollbars=no,resizable=no,width=192,height=144';

kfenetre = window.open('kurzfilm.html','Kurzfilm',kfeatures);
kfenetre.focus();
}

function statement()
{ 
sfeatures='scrollbars=no,resizable=no,width=192,height=144';

sfenetre = window.open('statement.html','statement',sfeatures);
sfenetre.focus();
}


function open_popbild(url,w,h)
{ 
features="scrollbars=no,resizable=yes,width=" + w + ",height=" + h;

fenetre = window.open(url,'Bild',features);
fenetre.focus();
}