if (parent.FramesetFile) {
	var loc=window.location;
	loc.href="index.html?url="+escape(loc.href)+";";
	window.location.replace(loc);
}

