function wo(id){
  url = '/hanabidb/img_form.php?id=' + id ;
  window.open(url, "img_form", "width=480,height=360") ;
}
