function RefreshFrameSet()
{
	if (top.frames.length == 0)		
	{
		location.href = "../index.html"; 
	}
}
