function troisframes(URL1,URL2,URL3)
     {
F1=0;
F2=1;
F3=2;  
      parent.frames[F1].location.href=URL1;
      parent.frames[F2].location.href=URL2;
      parent.frames[F3].location.href=URL3;
     }
