function changetofrpage (currentpath)
{
var oldlocation;
var newlocation;
var templocation;
oldlocation = currentpath;
templocation = oldlocation.replace("EN", "FR");
newlocation = templocation.replace("_e", "_f");
//alert(newlocation); 

 return (newlocation);
}

