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