// JavaScript Document
<!--
function BildWindow(theURL) { 
  Bildseite=window.open(theURL,"Bildseite","width=650,height=600,top=1,left=10,resizable=yes,scrollbars=yes");
  Bildseite.focus();
}
function Fenster(theURL,Bedinggn) { 
  Extra=window.open(theURL,"Bildseite",Bedinggn);
  Extra.focus();
}
//-->

