function a(txt)
	{
	window.status=txt;
	};
	
window.defaultStatus = " Ingenieurbüro ergotrop ";
    if (self != parent && self != top) 
		{
		top.location.href=self.location.href;
		};