function open_win(url_add)
  {
  window.open(url_add, 'welcome', 'width=910,height=710');
  }
