<!--
function einFrame(URI1,F1) {
  Frame1=eval("parent."+F1);
  Frame1.location.href = URI1;
}
//-->