function ChangeFrames(main,menu) {
	parent.frames.main.location.href= main;
	parent.frames.menu.location.href= menu;
}