function switchLayer(what)
	{
		hide(mp1);
		hide(mp2);
		hide(mp3);
		hide(mp4);
		show(what);
	}