function tofrench() {
                document.location =  location.href.replace(".com/",".com/fr/");
}
function toenglish() {
                document.location =  location.href.replace("/fr/","/");
}

	

