// JavaScript Document

function FrameUpdate(URL1, URL2) {
parent.mainframe.location.href = URL1;
parent.rightframe.location.href = URL2;
}


