function ReloadIframes() {
	if(window.frames["Notices"])
	{
		window.frames["Notices"].location.href = window.frames["Notices"].location.href;
	}
	if(window.frames["Instructions"])
	{
		window.frames["Instructions"].location.href=window.frames["Instructions"].location.href;
	}
}
