function ancre(id)
{
 myHREF = window.location.pathname; 
 window.location.href = myHREF.split("#")[0] + "#" + id;
}
