var goPopX = (screen.width/2)-350;
var goPopY = (screen.height/2)-200;
var loc = "left="+goPopX+",top="+goPopY;
function goPop(Seite){
goPopWindow = window.open(Seite,"","scrollbars=yes,resizable=yes,width=700,height=400,"+loc);
}

