function close(){
	window.close();
}

function popup() {
  self.window.name="popup"
  w = window.open('', '', 'screenX=100,screenY=100,width=862,height=800,status=yes,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
  if (w != null) {
    if (w.opener == null) {
      w.opener = self;
    }
    w.location.href = '/sbs/popup1.html';
  }
}

function popup2() {
  self.window.name="popup"
  w = window.open('', '', 'screenX=100,screenY=100,width=862,height=524,status=yes,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
  if (w != null) {
    if (w.opener == null) {
      w.opener = self;
    }
    w.location.href = '/sbs/popup2.html';
  }
}

function popup3() {
  self.window.name="popup"
  w = window.open('', '', 'screenX=100,screenY=100,width=647,height=490,status=yes,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
  if (w != null) {
    if (w.opener == null) {
      w.opener = self;
    }
    w.location.href = 'http://www.fidelity.co.jp/cgi-bin/calc/calc_month_fskk.cgi';
  }
}

function popup4() {
  self.window.name="popup"
  w = window.open('', '', 'screenX=100,screenY=100,width=820,height=700,status=yes,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
  if (w != null) {
    if (w.opener == null) {
      w.opener = self;
    }
    w.location.href = '/html/fskk/japanese/pop/pop_help_001_001.html';
  }
}
