function openWindow(urlWin,nameWin,features) {
  opWindow = window.open(urlWin,nameWin,features);
  opWindow.focus();
}
