function FramesetTest()
{
	if (top.frames.length==0)
	{
		var Address="http://www.tfh-berlin.de/~asta/99/index.htm?" + location.href;

		if(document.images)
			top.location.replace(Address);
		else
			top.location.href=Address;
	}
}