function gihou(url){ 

w=window.open(url, "window_name", "width=650,height=410,scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes"); 
  w.focus();
}