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