

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


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

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

function espagnol(){
document.location= "http://www.ostape.com/es/"+nomfich;
}

		

