if (!top.frames['naviFrame'])
	{
	if(document.images)
		top.location.replace("http://www.allcredo.de/index2.htm"); 
	else 
		top.location.href = "http://www.allcredo.de/index2.htm";
	}
