function OpenSiteV2(langue)
{
  url = "site.php?l=" + langue;
  
  if (screen.availWidth < 1600) { w = screen.availWidth; l = 0; }
  else { w = 1600; l = Math.round((screen.availWidth - 1600) / 2); }
  
  t = Math.round((screen.availHeight - 800) / 2);
  
  window.open(url, 'site', "top=" + t + ",left=" + l + ",width=" + w + ",height=800,scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}
function open_popup_v2(lang, id, cat)
{
  w = 920;
  h = 694;
  url = "/films/popup-redirect.php?id=" + id + "&cat=" + cat + "&lang=" + lang;
  xPositionPopup = (screen.availWidth - w) / 2;
  yPositionPopup = (screen.availHeight - h) / 2;
  window.open(url, 'popup', "top=" + yPositionPopup + ",left=" + xPositionPopup + ",width="+w+",height="+h+",scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}
function open_showreel_v2(lang, cat)
{
  w = 920;
  h = 694;
  if (cat == "post") cat = "vfx";
  url = "/films/popup-showreel.php?cat=" + cat + "&lang=" + lang;
  xPositionPopup = (screen.availWidth - w) / 2;
  yPositionPopup = (screen.availHeight - h) / 2;
  window.open(url, 'popup_showreel', "top=" + yPositionPopup + ",left=" + xPositionPopup + ",width="+w+",height="+h+",scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}
function open_popup_v2_url(lang, url)
{
  w = 920;
  h = 694;
  xPositionPopup = (screen.availWidth - w) / 2;
  yPositionPopup = (screen.availHeight - h) / 2;
  window.open(url, 'popup', "top=" + yPositionPopup + ",left=" + xPositionPopup + ",width="+w+",height="+h+",scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}



function OpenSite(langue)
{
  url = "site.php?l=" + langue;
  window.open(url, 'site', "top=0,left=0,width=" + screen.availWidth + ",height=" + screen.availHeight + ",scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}

function open_popup(id, lang)
{
  w = 694;
  h = 740;
  url = "popup.php?lang=" + lang + "&id=" + id;
  xPositionPopup = (screen.availWidth - w) / 2;
  yPositionPopup = (screen.availHeight - h) / 2;
  window.open(url, 'popup', "top=" + yPositionPopup + ",left=" + xPositionPopup + ",width=694,height=740,scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}

function open_showreel_post(lang)
{
  w = 694;
  h = 740;
  url = "popup_showreel_post.php?lang=" + lang;
  xPositionPopup = (screen.availWidth - w) / 2;
  yPositionPopup = (screen.availHeight - h) / 2;
	
  window.open(url, 'popup', "top=" + yPositionPopup + ",left=" + xPositionPopup + ",width=694,height=740,scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}
function open_showreel_design(lang)
{
  w = 694;
  h = 740;
  url = "popup_showreel_design.php?lang=" + lang;
  xPositionPopup = (screen.availWidth - w) / 2;
  yPositionPopup = (screen.availHeight - h) / 2;
	
  window.open(url, 'popup', "top=" + yPositionPopup + ",left=" + xPositionPopup + ",width=694,height=740,scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}
function open_showreel_corp(lang)
{
  w = 694;
  h = 740;
  url = "popup_showreel_corp.php?lang=" + lang;
  xPositionPopup = (screen.availWidth - w) / 2;
  yPositionPopup = (screen.availHeight - h) / 2;
	
  window.open(url, 'popup', "top=" + yPositionPopup + ",left=" + xPositionPopup + ",width=694,height=740,scrollbars=0,toolbar=0,menubar=0,resizable=0,alwaysRaised=yes");
}