function wopen(code){
  url = 'detail.html?event_id='+code;
  w01 = window.open(url,'w01', 'width=590,height=400,scrollbars=yes,resizable=yes,status=yes');
  w01.focus();
}
