function ChangeFrames(URL1, URL2, URL3) {
	top.Menu.location.href = URL1 + '.html';
	top.Main.location.href = URL2 + '.html';
 	top.Pict.location.href = URL3 + '.html'; }
