function setFrames(frame1, frame2) {
	parent.frames[1].location.href = frame1;
	parent.frames[2].location.href = frame2;
}
