function update_frames(URL1,URL2,URL3,URL4,URL5)
{
parent.frames[0].location.href=URL1
parent.frames[1].location.href=URL2
parent.frames[2].location.href=URL3
parent.frames[3].location.href=URL4
parent.frames[4].location.href=URL5
}



