function changeFrames(url1,url2) {
    parent.frame1.location.href = url1;
    parent.frame2.location.href = url2;
}
