
function checkTopWindow() 
{
	if (top.location == self.document.location)
	{
		window.location = "../../index.htm";
	}
}
