

var doc
doc=document.location.href.split("/");
var nomfich = doc[doc.length-1];


function francais(){
document.location= "http://www.restaurantlapalue.com/"+nomfich;
}

function anglais(){
document.location= "http://www.restaurantlapalue.com/anglais/"+nomfich;
}

		

