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