function a(txt)
	{
	window.status=txt;
	};
	
window.defaultStatus = "Emch+Berger | Ingenieure und Planer | Umwelt- und Landschaftsplanung";
    if (self != parent && self != top) 
		{
		top.location.href=self.location.href;
		};
