
//goback
function goHist(a)

{
   history.go(a);      // Go back one.a placer sur lien goHist(-1).
}




