
function jump_frames(URL1, URL2, URL3)

{
parent.frames[0].location.href=URL1+'.htm';
parent.frames[1].location.href=URL2+'.htm';
parent.frames[2].location.href=URL3+'.htm'
}


