// JavaScript Document

//ce fichier contient toutes les fonctions pour les ouvertures de fenêtre en popup

//_________________________________________________________________________________

var pub;
function redirect() {
   pub=window.open('redirect.asp','pop','height=200,width=500,left=200,top=200,toolbar=no'); 
}
function redirect_x() {
  if (pub.document) { pub.close(); } 
}

//_________________________________________________________________________________
function mentions(){ 
    window.open('mentionslegales.asp','pap','height=280,width=500,left=200,top=200,toolbar=no,scrollbars=no,resizable=no'); 
}
function aide(){ 
    window.open('aide.html','pop','height=275,width=472,left=150,top=150,toolbar=no'); 
} 
function infos(){ 
    window.open('infoslegales.asp','pop','height=400,width=500,left=200,top=200,toolbar=no,scrollbars=yes,resizable=no'); 
} 
function travaux(){ 
    window.open('EnConstruction.asp','pop','height=300,width=400,left=150,top=150,toolbar=no'); 
}
function classement(){ 
    window.open('classement.asp','pop','height=470,width=464,left=150,top=150,toolbar=no'); 
}
function ami(){ 
    window.open('mini_popup.html','pop','height=240,width=202,left=150,top=150,toolbar=no'); 
} 
function formul(){ 
    window.open('formulaire.asp','pop','height=560,width=500,left=100,top=100,toolbar=no'); 
} 
function formul_dep(){ 
    window.open('formulaire.asp','pop','height=560,width=500,left=100,top=100,toolbar=no'); 
}
function crea_site(){ 
    window.open('qui_sommes_nous.html','pop','height=650,width=760,left=0,top=20, toolbar=no'); 
}

function exempleOffreChequier(){ 
    window.open('popExemplesOffreChequier.asp','session','width=550, height=600, toolbar=no, scrollbars=yes,resizable=no'); 
}
function exempleOffre(){ 
    window.open('popExemplesOffre.asp','session','width=550, height=600, toolbar=no, scrollbars=yes,resizable=no'); 
} 
 
function exempleBandeau(){ 
    window.open('popExemplesBandeau.asp','session','width=550, height=600, toolbar=no, scrollbars=yes,resizable=yes'); 
} 

function exempleBanner(){ 
    window.open('popExemplesBanner.asp','session','width=550, height=600, toolbar=no, scrollbars=yes,resizable=yes'); 
} 

function exempleDouble(){ 
    window.open('popExemplesDouble.asp','session','width=550, height=600, toolbar=no, scrollbars=yes,resizable=yes'); 
} 

function exempleLateral(){ 
    window.open('popExemplesLateral.asp','session','width=550, height=600, toolbar=no, scrollbars=yes,resizable=yes'); 
} 
function exempleChequier(){ 
    window.open('popExemplesChequier.asp','session','width=600, height=600, toolbar=no, scrollbars=yes,resizable=yes'); 
}
function exempleOffreVilleTheme(){ 
    window.open('popExemplesChequierVille.asp','session','width=600, height=600, toolbar=no, scrollbars=yes,resizable=yes'); 
} 
function exempleDetailOperation(){ 
    window.open('popExemplesDetailOperation.asp','session','width=600, height=600, toolbar=no, scrollbars=yes,resizable=yes'); 
} 

