function seiten_wechsel(URL1,URL2,URL3)
     {
     parent.auswahl_rahmen.location.href=URL1;
     parent.haupt_rahmen.location.href=URL2;
     parent.news_rahmen.location.href=URL3;
     }

function ZweiFrames(URL1,F1,URL2,F2)
     {  
      parent.frames[F1].location.href=URL1;
      parent.frames[F2].location.href=URL2;
     }

