var w=window;


// 豎守畑

function openWin(theURL, features){
  if ((w==window)||w.closed){ w=open(theURL, "_blank", features);}
  else{ w.location.href=theURL; w.focus('syousai_win');}
  return(false);
}

