///copyright BERNNET AG,2000  Version 7 21.6.00

var win1;
var path_self=window.location.href;
var breite;
var eingabe;
var infotext="Nel caso in cui foste giunti qui mediante un motore di ricerca è probabilmente perché vi manca la barra di navigazione. Questo link porta direttamente all'offerta completa su Internet."

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");

}

