<!--
function mustBeFrames()
	{	
	if (parent==self)
		{
		top.window.location.href = "index.asp";
		}
	}
//-->
