function load(topFrameURL,mainFrameURL) {
 	parent.topFrame.location.href = topFrameURL;
    parent.mainFrame.location.href = mainFrameURL;
}
