// JavaScript Document

function FrameAendern (URI, Framename) {
  parent[Framename].location.href = URI;
}


