// JavaScript Document

var urlSWF = "http://www.nouvelles-frontieres.fr/nfo/Cassons_les_idess_recues/intersticiel.swf"
var randomSWF = parseInt(Math.random()*10);
var swfWidth = "763";
if(randomSWF > 3)
  {
	urlSWF = "http://www.nouvelles-frontieres.fr/nfo/euro2012/layer_hp_UEFA2012Promo.swf";
	swfWidth = "1264";
  }
if(randomSWF > 6)
  {
  	urlSWF = "http://www.nouvelles-frontieres.fr/nfo/maroc/Maroc.swf";
	swfWidth = "763";
  }


function initPreHome(){

var bgConteneurPrehome = new Element('DIV');
bgConteneurPrehome.id="popupBgCircuits";
bgConteneurPrehome.setStyle({width: "100%", backgroundColor: "#FFF", opacity: 0.5, height:"100%", left:0, position:"fixed",top:0, zIndex:900});
document.body.appendChild(bgConteneurPrehome);
bgConteneurPrehome.observe("click",closePreHome);

var conteneurPrehome = new Element('DIV');
conteneurPrehome.id="conteneurPreHome";
conteneurPrehome.setStyle({width: swfWidth+"px", height:"auto", left:"50%", position:"absolute", marginLeft:"-"+parseInt(swfWidth)/2+"px", zIndex:1000, top:"70px"});
$('header').appendChild(conteneurPrehome);
var soPreHome = new SWFObject(urlSWF, "nfintersti", swfWidth, "600", "9", "transparent");
soPreHome.addParam("movie", urlSWF);
soPreHome.addParam("wmode", "transparent");
soPreHome.write("conteneurPreHome");

if(navigator.userAgent.indexOf("MSIE")!=-1 && parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5)) == 7)
	$('contourHeader').setStyle({zIndex:2000,position:"relative"});
/*
var btnFermer = new Element('DIV');
btnFermer.setStyle({width: "50px", height:"50px", left:"732px", position:"absolute", top:"-15px", zIndex:1010, cursor:"pointer", background:"transparent url('/nfo/jeu1anDeVacances/fermer.png') no-repeat top left"});
btnFermer.observe("click",closePreHome);
conteneurPrehome.appendChild(btnFermer);
*/
}

function clickFlash(){
  xt_med('C','1','preHome::JeuIdeesRecues','N');
  closePreHome();
}

function closePreHome(){
  $('popupBgCircuits').hide();
  $('conteneurPreHome').hide();
  if($('nfbanner'))
    $('nfbanner').show();
  
}

/*if(navigator.cookieEnabled && document.cookie.indexOf("preHomeIdeesRecues=yes") == -1 && typeof Prototype == "object" && document.location.href=="http://www.nouvelles-frontieres.fr/")*/
if(navigator.cookieEnabled && document.cookie.indexOf("preHomeIdeesRecues=yes") == -1 && typeof Prototype == "object" && document.location.href.indexOf("http://www.nouvelles-frontieres.fr/billets_d_avion_vols/") == -1 && document.location.href.indexOf("http://www.nouvelles-frontieres.fr/sejours_week-ends/") == -1)
    {
    var echeance = new Date();
   /*var dansunjour = echeance.getTime() + ( 24 * 60 * 60 * 1000);
   echeance.setTime(dansunjour);
    document.cookie = "preHomeIdeesRecues=yes; path=/; expires=" + echeance.toGMTString();*/
   document.cookie = "preHomeIdeesRecues=yes; path=/;"
    Event.observe(window, 'load', initPreHome);
    }
