function frames_redirect(fileName1,fileName2)
{
parent.up.location.href = fileName1;
parent.down.location.href = fileName2;
}