<!--

function changeFrameSource(rubrikStr) {
 
  parent.inhaltObenFrame.location.href = "../documents/" + rubrikStr + "_mo.htm";
  parent.navigationFrame.location.href = "../documents/" + rubrikStr + "_re.htm";

    if(rubrikStr != "kontakt")
      parent.inhaltUntenFrame.location.href = "../documents/" + rubrikStr + "_mu.htm";
    else
      parent.inhaltUntenFrame.location.href = "../documents/kontakt_mu.cfm";

  if(rubrikStr == "home")
    parent.spalteLinksFrame.location.href = "../documents/logo_home_li.htm";
  else
    parent.spalteLinksFrame.location.href = "../documents/logo_li.htm";
  
}

// -->
