function newWin(Datei,NameFen,Breite,Hoehe)

{
window.open('medien/'+Datei+'.html',NameFen,'locationbar=no,menubar=no,scrollbars=yes,width='+Breite+',height='+Hoehe);
}

function popup(Datei,NameFen,Breite,Hoehe)

{
window.open(Datei+'.html',NameFen,'locationbar=no,menubar=no,scrollbars=yes,width='+Breite+',height='+Hoehe);
}


function galerie(seite) 

{
x = screen.width;
y = screen.height;
PosX = (x/2)-225;
PosY = (y/2)-170;
Neu=window.open('img/x/'+seite,'Image','width=450,height=345,scrollbars=no,locationbar=no,menubar=no,toolbar=no');
Neu.moveTo(PosX,PosY);
Neu.focus;
}

