function framesForEver(i1,i2,i3,lang) {
 u = document.location.href ;
 // u = u.substr( u.lastIndexOf("/")+1, u.length); // restreindre au nom de fichier
 if ( top == self )  {
  top.location.href='../../../../index.php?i1='+i1+'&i2='+i2+'&i3='+i3+'&lang='+lang+'&p='+u;
 }
}

