function tadorne()
{
window.open("html_fr/index.html","masdutadorne",'toolbar=0,scrollbars=0,menubar=0,location=0,resizable=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0')
}

//-------------------------------------------------------

function hotel()
{
window.open("../diaporama/index_hotel.html","diaporama",'toolbar=0,scrollbars=0,menubar=0,location=0,resizable=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0')
}
//-------------------------------------------------------
function restaurant()
{
window.open("../diaporama/index_restaurant.html","diaporama",'toolbar=0,scrollbars=0,menubar=0,location=0,resizable=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0')
}
//-------------------------------------------------------
function activites()
{
window.open("../diaporama/index_activites.html","diaporama",'toolbar=0,scrollbars=0,menubar=0,location=0,resizable=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0')
}
//-------------------------------------------------------
function camargue()
{
window.open("../diaporama/index_camargue.html","diaporama",'toolbar=0,scrollbars=0,menubar=0,location=0,resizable=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0')
}


//-------------------FORMULAIRE-----------------------
function resa()
        {
                formfr =
window.open("formmil.php","MASDUTADORNE","toolbar=no,width=768,height=548,menubar=yes,status=no,scrollbars=yes,resizable=no");

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

//--------------------MENTIONS LEGALES--------------------------
function legales()
        {
                legfr =
window.open("legales/index.html","MASDUTADORNE","toolbar=no,width=768,height=548,menubar=no,status=no,scrollbars=yes,resizable=no");

        legfr.moveTo(((screen.width/2)-405),((screen.height/2)-230))
                }


//-------------------------------------------------------
function redir()
		{
			if (screen.width<800) {window.location="index_800.html";}
			if (screen.width==800) {window.location="index_800.html";}
			if (screen.width==1024) {window.location="#";}			
			if (screen.width==1152) {window.location="#";}			
			if (screen.width>1152) {window.location="#";}			
		}