function openPlayer(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=740,height=400');
}

function openNewPlayer(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=670,height=400');
}

function openNew3Player(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=660,height=449');
}
// NEW! 4
function openNew4Player(URL) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'playerWindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=538');
}
function openNewsPlayer(URL) {
  window.open(URL,'openingplayerwindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=728,height=511');
}
