function FrameReset(URL) {
	var FrameCode = "IED"
	if (frames.name.search(FrameCode) == -1) {
		location = URL;
	}
	/*if (top.location == location) {
		location = URL;
	}*/
}