function tellMenu( nr )
{
	if( top.nav )
		if( top.nav.loaded == true )
		{
			top.nav.setActive( nr );
		}
		else
		{
			setTimeout( "tellMenu("+nr+")", 500 );
		}
//	else
//		location.href	=	"index.html";
}

function liveTest( source )
{
	if( source == "home" )
		path	=	"../";
	else if( source == "main" )
		path	=	"";
	else
		return;
		
	window.open( path + "live_test.html", "livetest", "screenX=50,screenY=50,top=50,height=425,width=432,innerHeight=425,innerWidth=432,locationbar=no,menubar=no,resizable=no,status=no" );
}

function fragen( source )
{
	if( source == "home" )
		path	=	"../";
	else if( source == "main" )
		path	=	"";
	else
		return;
		
	window.open( path + "fragen.html", "fragen", "screenX=50,screenY=50,top=50,height=425,width=431,innerHeight=425,innerWidth=431,scrollbars=yes,locationbar=no,menubar=no,resizable=no,status=no" );
}

function film_product( source )
{
	if( source == "home" )
		path	=	"../";
	else if( source == "main" )
		path	=	"";
	else
		return;
		
	window.open( path + "film_product.html", "film_product", "screenX=50,screenY=50,top=50,height=425,width=431,innerHeight=425,innerWidth=431,scrollbars=yes,locationbar=no,menubar=no,resizable=no,status=no" );
}

function film_tv( source )
{
	if( source == "home" )
		path	=	"../";
	else if( source == "main" )
		path	=	"";
	else
		return;
		
	window.open( path + "film_tv.html", "film_tv", "screenX=50,screenY=50,top=50,height=425,width=431,innerHeight=425,innerWidth=431,scrollbars=yes,locationbar=no,menubar=no,resizable=no,status=no" );
}

function nutzen( source )
{
	if( source == "home" )
		path	=	"../";
	else if( source == "main" )
		path	=	"";
	else
		return;
		
	window.open( path + "nutzen.html", "nutzen", "screenX=50,screenY=50,top=50,height=425,width=431,innerHeight=425,innerWidth=431,scrollbars=yes,locationbar=no,menubar=no,resizable=no,status=no" );
}

function testen( source )
{
	if( source == "home" )
		path	=	"../";
	else if( source == "main" )
		path	=	"";
	else
		return;
		
	window.open( path + "testen.html", "testen", "screenX=50,screenY=50,top=50,height=425,width=431,innerHeight=425,innerWidth=431,scrollbars=yes,locationbar=no,menubar=no,resizable=no,status=no" );
}