///copyright BERNNET AG,2000  Version 7 21.6.00

var win1;
var path_self=window.location.href;
var breite;
var eingabe;
var infotext="Falls Sie via Suchmaschine hierhin gelangt sind, vermissen Sie vermutlich die Navigationsleisten. Dieser Link fuehrt Sie zum vollständigen Web-Auftritt."

function frame_titel ()
{
	info ()
	if (eingabe==true)
	{
		fenster ()
// alert ("hallo");
		window.setTimeout ('change_titel ()',4000);
	}
}

function change_titel ()
{
	win1.parent.links.location.href= ("../_links.htm");				
	win1.parent.body.location.href= ("_start.htm");
	win1.parent.titel.location.href= (path_self);
}





function frame_body ()
{
	info ()
	if (eingabe==true)
	{
		fenster ()
		window.setTimeout ('change_body ()',4000);
	}
}

function change_body ()
{
	win1.parent.links.location.href= ("../_links.htm");				
	win1.parent.titel.location.href= ("_titel.htm");
	win1.parent.body.location.href= (path_self);
}




function info ()
{
	eingabe=confirm (infotext);
}


function fenster ()
{
	
win1=window.open ("../../_start.htm");

}

