<!-- //

function TwoFrames(URL1,Fr1Number,URL2,Fr2Number)

{

   parent.frames[Fr1Number].location.href=URL1;

   parent.frames[Fr2Number].location.href=URL2;

}

// -->
