<!--
function BildWindow(theURL) { 
  Bildseite=window.open(theURL,"Bildseite","width=500,height=450,top=1,left=100,resizable=yes,scrollbars=yes");
  Bildseite.focus();
}
function Fenster(theURL,Bedinggn) { 
  Extra=window.open(theURL,"Fensterseite",Bedinggn);
  Extra.focus();
}
//-->
