function jump(URL1) {
  top.document.location.href = URL1;
} 

function _jump(URL1,URL2,URL3,URL4,URL5,URL6) {
  parent.center.location.href = URL1;
  parent.head.location.href = URL2;
  parent.bottom.location.href = URL3;
  parent.logo.location.href = URL4;
  parent.left.location.href = URL5;
  parent.right.location.href = URL6;
} 

function resize(FRA1,FRA2){
  parent.FS03.cols = FRA1;
  parent.FS04.cols = FRA2;
}

