function DreiFrames (URL1, F1, URL2, F2, URL3, F3){
  parent.frames[F1].location.href = URL1;
  parent.frames[F2].location.href = URL2;
  parent.frames[F3].location.href = URL3;
}

function VierFrames (URL1, F1, URL2, F2, URL3, F3, URL4, F4){
  top.frames[F1].location.href = URL1;
  top.frames[F2].location.href = URL2;
  top.frames[F3].location.href = URL3;
  top.frames[F4].location.href = URL4;
}

function Sitemap(URL1, F1, URL2, F2, URL3, F3){
  window.opener.top.frames[F1].location.href = URL1;
  window.opener.top.frames[F2].location.href = URL2;
  window.opener.top.frames[F3].location.href = URL3;
  self.close();
return
}

function Newhome(){
  var neuhome
  neuhome=window.open("refresh.htm","NeuesFenster","width=950,height=780,resizable=yes");
  self.close();
 return
}

