
        function a(txt) {
                self.status = txt
		
        }

        function b() {
                self.status = ""
        }

	function start() {
		text="Fischer & Ehms KG"
		window.status=text;
	}

function angaben()
{
{
if (screen.width < 1024)
	{
        var cWindow;
	cWindow = window.open("angaben.htm","hallenet","width=700,height=550,resizable=no,scrollbars=yes");
	cWindow.moveTo (130,5);
        if (!cWindow.opener) cWindow.opener = self;
 	if (cWindow.focus != null) cWindow.focus();
 	}
else
	{
        var cWindow;
	cWindow = window.open("angaben.htm","hallenet","width=700,height=550,resizable=no,scrollbars=yes");
	cWindow.moveTo (210,100);
        if (!cWindow.opener) cWindow.opener = self;
 	if (cWindow.focus != null) cWindow.focus();
 	}
}
}
