function changelalangue() {
window.location.replace("../an/"+window.location.pathname.substr(9));
}

function OpenWindow(url,winName,largeur,hauteur,gauche,haut) {
var win=window.open(url,winName,"toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width="+largeur+",height="+hauteur+",left="+gauche+",top="+haut+"&quot;");
}
