function FrameAendern(URI, Framename)
{

	if (parent[Framename].location != 'http://localhost' + URI)
		parent[Framename].location.href = URI;
}

