function aosNewWin()
 {
   var winTop = (screen.height / 4) - 125;
   var winLeft = (screen.width / 4) - 125;
   var windowFeatures = "width=820,height=700,";
   windowFeatures = windowFeatures + "left=" + winLeft + ",";
   windowFeatures = windowFeatures + "top=" + winTop;
   newWindow = window.open("http://animeonline.su/player/newwin.html",'_blank',windowFeatures);
}

//Новое окно

function getplaylist()
{
  if (typeof(newWindow) == "undefined" || newWindow.closed == true)
   {
    alert("No window is open");
   }
   else
   {
   playlist = newWindow.play;
   }
}


function aosNewWinPromo()
 {
   var winTop = (screen.height / 4) - 125;
   var winLeft = (screen.width / 4) - 125;
   var windowFeatures = "width=820,height=700,";
   windowFeatures = windowFeatures + "left=" + winLeft + ",";
   windowFeatures = windowFeatures + "top=" + winTop;
   newWindow = window.open("http://animeonline.su/player/newwinpromo.html",'_blank',windowFeatures);
}


function getpromo()
{
  if (typeof(newWindow) == "undefined" || newWindow.closed == true)
   {
    alert("No window is open");
   }
   else
   {
   promo = newWindow.play;
   }
}

