function testframes (where)
{
if (parent.frames.length < 1)
	{
	document.location.href = where
	}
}