function wopen (theURL) {
  window.open(theURL,'zukan','scrollbars=yes,resizable=yes,width=680,height=555');
}