
          function wechsel(URL1,frm1,URL2,frm2)
         {
          parent.frames[frm1].location.href=URL1;
          parent.frames[frm2].location.href=URL2;
         }


