// popup für detailansichten 

function fenster(url, breite, hoehe) { 
links = (screen.width/2)-(breite/2); 
oben = (screen.height/2)-(hoehe/2); 
var topper=window.open(url,"fensterchen","height="+hoehe+",width="+breite+",status=no,toolbar=no,menubar=no,location=no,resizable=no,titlebar=no,scrollbars=no,fullscreen=no,top="+oben+",left="+links); 
topper.focus();
}

// ende popup

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}



