function ctrlFrame()
{
	if (window.parent.frames.length < 1)
	{
		window.parent.document.location.href = "index.htm";
	}
}
