// fonction utilisable pour plusieurs fichiers dans la meme fenetre 'popup'
function popup(adresse,name){
var posx=window.screenX+100;
var posy=window.screenY+100;
    window.open(adresse,name,'location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no,width=710,height=510,screenY='+posy+',screenX='+posx+'');
}

function popupV(adresse,name){
var posx=window.screenX+200;
var posy=window.screenY+60;
    window.open(adresse,name,'location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no,width=515,height=540,screenY='+posy+',screenX='+posx+'');
}


// fonctions liens menu gauche

function fn_ext_piscine(){
document.location.href="../../../exterieur/piscine/SR1/SR.html";
}

function fn_ext_jardin(){
document.location.href="../../../exterieur/jardin/SR1/SR.html";
}

function fn_ext_terrasse(){
document.location.href="../../../exterieur/terrasse/SR1/SR.html";
}

function fn_int_sols(){
document.location.href="../../../interieur/sols/SR1/SR.html";
}

function fn_int_escaliers(){
document.location.href="../../../interieur/escaliers/SR1/SR.html";
}

function fn_int_piscines(){
document.location.href="../../../interieur/piscines/SR1/SR.html";
}

function fn_gammes_fontvieille(){
document.location.href="../../../gammes/fontvieille/SR1/SR.html";
}

function fn_gammes_evasion(){
document.location.href="../../../gammes/evasion/SR1/SR.html";
}

function fn_gammes_toscane(){
document.location.href="../../../gammes/toscane/SR1/SR.html";
}

function fn_gammes_catalane(){
document.location.href="../../../gammes/catalane/SR1/SR.html";
}

function fn_gammes_autres(){
document.location.href="../../../gammes/autres/SR1/SR.html";
}

// fonctions liens menu gauche depuis pages a la racine

function fn_ext_piscine2(){
document.location.href="exterieur/piscine/SR1/SR.html";
}

function fn_ext_jardin2(){
document.location.href="exterieur/jardin/SR1/SR.html";
}

function fn_ext_terrasse2(){
document.location.href="exterieur/terrasse/SR1/SR.html";
}

function fn_int_sols2(){
document.location.href="interieur/sols/SR1/SR.html";
}

function fn_int_escaliers2(){
document.location.href="interieur/escaliers/SR1/SR.html";
}

function fn_int_piscines2(){
document.location.href="interieur/piscines/SR1/SR.html";
}

function fn_gammes_fontvieille2(){
document.location.href="gammes/fontvieille/SR1/SR.html";
}

function fn_gammes_evasion2(){
document.location.href="gammes/evasion/SR1/SR.html";
}

function fn_gammes_toscane2(){
document.location.href="gammes/toscane/SR1/SR.html";
}

function fn_gammes_catalane2(){
document.location.href="gammes/catalane/SR1/SR.html";
}

function fn_gammes_autres2(){
document.location.href="gammes/autres/SR1/SR.html";
}

// fonctions liens bandeau

function fn_fabrication(){
document.location.href="../../../fabrication.html";
}

function fn_faq(){
document.location.href="../../../faq.html";
}

function fn_contact(){
document.location.href="../../../contact.php";
}

