function open_win(url,name,features) {
  win = window.open(url,name,features);
  win.focus();
}