 function TwoFrames(URL1,PF1,URL2,PF2)
 {  
  PF1.location.href=URL1;
  PF2.location.href=URL2;
 }

