

//-------------------   FORM RESA INDEX   -----------------------
function reservfrindex()
        {
                formfr =
window.open("fr/reservations/etape1.php5","kyriadlunelreservation","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=no");

        formfr.moveTo(((screen.width/2)-405),((screen.height/2)-350))
        }


function reservenindex()
        {
                formen =
window.open("en/reservations/etape1.php5","kyriadlunelreservation","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=no");

        formen.moveTo(((screen.width/2)-405),((screen.height/2)-350))
        
        }
        



/////////////////////////////////  DANS LE SITE V2/HTML_FR  ///////////////////////////////// 

//-------------------   FORMULAIRE DE PRE-RESERVATIONS   FRANCAIS-----------------------
/*function reservfr()
        {
                formfr =
window.open("../reservations/etape1.php5","kyriadlunelreservation","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=no");

        formfr.moveTo(((screen.width/2)-405),((screen.height/2)-350))
        }


function reserven()
        {
                formen =
window.open("../reservations/etape1.php5","kyriadlunelreservation","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=no");

        formen.moveTo(((screen.width/2)-405),((screen.height/2)-350))
        }*/

function reservfr()
{
	document.location.href = "mailto:reception@kyriad-montpellier.com?subject=Demande de réservation";
}


function reserven()
{
	document.location.href = "mailto:reception@kyriad-montpellier.com?subject=Booking request";
}



//-------------------NEWS ACTU-----------------------
function actufr()
        {
                actualitefr =
window.open("http://www.kyriad-montpellier.com/news/fr/list.html","kyriadlunel","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=no");

        actualitefr.moveTo(((screen.width/2)-405),((screen.height/2)-350))
        }


function actuen()
        {
                actualiteen =
window.open("http://www.kyriad-montpellier.com/news/en/list.html","kyriadlunel","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=no");

        actualiteen.moveTo(((screen.width/2)-405),((screen.height/2)-350))
        }

//-------------------TARIFS-----------------------
function tarifsfr()
        {
                tarifsfrfr =
window.open("http://www.kyriad-montpellier.com/mga_client/idoc/doc/doc512e25617f148e5e34d086ac1543e75afr.pdf","kyriadtarifs","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=yes");

       }


function tarifsen()
        {
                tarifsenen =
window.open("http://www.kyriad-montpellier.com/mga_client/idoc/doc/doc512e25617f148e5e34d086ac1543e75aen.pdf","kyriadtarifs","toolbar=no,width=900,height=640,menubar=yes,status=no,scrollbars=yes,resizable=yes");

        }

