///copyright BERNNET AG,2000  Version 7 21.6.00

var win1;
var path_self=window.location.href;
var breite;
var eingabe;
var infotext="If you reached this page via a search engine, the navigation bar is probably missing. This link will take you to the complete website."

function frame_titel ()
{
	info ()
	if (eingabe==true)
	{
		fenster ()
		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");

}
