Xoffset=-180;    // xoffset value
Yoffset= 22;    // yoffset
var obj,iex=(document.all),yyy=-1000
obj=document.all;
var ns4=document.layers;
var ns6=document.getElementById && !document.all;
var ie4=document.all;

function initLayer() {
if (ns4) {
    obj=document.aLayer;
} else if (ns6) {
    obj=document.getElementById("aLayer").style;

} else if (ie4) {
    obj=document.all.aLayer.style;
}
if(ns4) {
   document.captureEvents(Event.MOUSEMOVE);
} else {
    obj.visibility="visible";
    obj.display="none";
  }
  document.onmousemove=get_mouse;
}
function get_mouse(e){
    var x=(ns4||ns6)?e.pageX:event.x+document.body.scrollLeft;
    obj.left = x + Xoffset; 
    obj.left=x;
    var y=(ns4||ns6)?e.pageY:event.y+document.body.scrollTop;
    y = y + yyy;
    obj.top=y;
}

// suppress error on window
function supressError() {
    return true;
}
//popup plan du site
function popupPlan(url){
  winpops=window.open(url,"","screenX=300,screenY=300,top=300,left=300, resizable=yes,scrollbars=yes, width=640, height=650");
}

//popup grille tarifs
function popupTarifs(url){
  window.open(url,"tarifs","resizable=yes,scrollbars=yes, width=900, height=700");
}

//popup programmeFilms
function popupProgramme(url){
  window.open(url,"programme_films","resizable=yes,scrollbars=yes, width=795, height=700");
}


// load a page from a popup into the opener window
function loadFromPopup(url) {
    window.onerror = supressError;
    opener.location.href = url;
    setTimeout('self.close()',1000);
}

//popup Assurances confidentialite et securite
function popupConfAndSecu(url){
  winpops=window.open(url,"","screenX=300,screenY=300,top=300,left=300, resizable=yes,scrollbars=yes, width=480, height=500")
}

function popupGeneric (url,title,aWidth,aHeight) {
    show = window.open(url,title,"resizable=no,height="+aHeight+",width="+aWidth+",scrollbars=no,screenX=300,screenY=400,top=400,left=300");
}

//popup profil adresse
function popupInfoPersoAdresse(lang) {
    show = window.open("./CS/" + lang + "/popup/moreAboutAdd2.htm","title","resizable=no,height=100,width=420,scrollbars=no,screenX=300,screenY=400,top=400,left=300");
}

//popup profil mail
function popupInfoPersoMail(lang) {
    show = window.open("./CS/" + lang + "/popup/moreAboutMail.htm","title","resizable=no,height=100,width=420,scrollbars=no,screenX=300,screenY=400,top=400,left=300");
}

//popup profil pwd
function popupMoreAboutPwd(lang) {
    show = window.open("./CS/" + lang + "/popup/moreAboutPwd.htm","title","resizable=no,height=100,width=420,scrollbars=no,screenX=300,screenY=400,top=400,left=300");
}

//popup Engagement Flight id Number
function popupMoreAboutEngagementFlightIdNumber(lang) {
    show = window.open("./CS/" + lang + "/popup/moreAboutEngagementIdNumber.htm","title","resizable=no,height=400,width=750,scrollbars=yes,screenX=300,screenY=400,top=400,left=300");
}

function changePicture(a,b) {}

