   function ZweiFrames(URL1,Fr1Nummer,URL2,Fr2Nummer)
   {
    parent.frames[Fr1Nummer].location.href=URL1;
    parent.frames[Fr2Nummer].location.href=URL2;
   }
function FensterNeu(ausgabe) {
 MeinFenster =
 window.open(ausgabe,'Fenster1','width=393,height=470,left=0,top=0,resizable=yes,scrollbars=yes').focus();
}