  function MV2(URI1,URI2)
 {
    parent.menue.location.href = URI1;
    parent.mitte.location.href = URI2;
  }
