bfilm = new Image(); bfilm.src = "../layout/img/b_film.gif";
bfilma = new Image(); bfilma.src = "../layout/img/b_filma.gif";
bstatement = new Image(); bstatement.src = "../layout/img/b_statement.gif";
bstatementa = new Image(); bstatementa.src = "../layout/img/b_statementa.gif";
bint = new Image(); bint.src = "../layout/img/b_int.gif";
binta = new Image(); binta.src = "../layout/img/b_inta.gif";

function bw(bildname,bild){bildname.src = bild.src ; }

function fen(ziel)
{
	if(navigator.appVersion.substring(0,1) >= "4" )
	{
		Fenster = window.open(ziel,"video","Toolbar=no,width=400,height=300,resizable=no,scrollbars=no");
		Fenster.moveTo(200,140);
		Fenster.focus();
	}
	else
	{
		Fenster = window.open(ziel,"video","Toolbar=no,resizable=yes,scrollbars=no");
		Fenster.focus();
	}
};

function fen2(ziel)
{
	if(navigator.appVersion.substring(0,1) >= "4" )
	{
		Fenster = window.open(ziel,"video","Toolbar=no,width=400,height=400,resizable=no,scrollbars=no");
		Fenster.moveTo(200,120);
		Fenster.focus();
	}
	else
	{
		Fenster = window.open(ziel,"video","Toolbar=no,resizable=yes,scrollbars=no");
		Fenster.focus();
	}
};

function fen4(ziel)
{
	if(navigator.appVersion.substring(0,1) >= "4" )
	{
		Fenster = window.open(ziel,"video","Toolbar=no,width=480,height=520,resizable=no,scrollbars=no");
		Fenster.moveTo(200,120);
		Fenster.focus();
	}
	else
	{
		Fenster = window.open(ziel,"video","Toolbar=no,resizable=yes,scrollbars=no");
		Fenster.focus();
	}
};

function fen3(ziel)
{
	if(navigator.appVersion.substring(0,1) >= "4" )
	{
		Fenster = window.open(ziel,"formpop","Toolbar=no,width=416,height=500,resizable=yes,scrollbars=yes");
		Fenster.moveTo(200,80);
		Fenster.focus();
	}
	else
	{
		Fenster = window.open(ziel,"formpop","Toolbar=no,resizable=yes,scrollbars=yes");
		Fenster.focus();
	}
};

function zeiget(){
    p.style.display = 'none';
    j.style.display = 'none';
    s.style.display = 'none';
    g.style.display = 'none';
    v.style.display = 'none';
    t.style.display = 'inline';
}
function zeigeg(){
    p.style.display = 'none';
    j.style.display = 'none';
    t.style.display = 'none';
    s.style.display = 'none';
    v.style.display = 'none';
    g.style.display = 'inline';
}
function zeigep(){
    j.style.display = 'none';
    t.style.display = 'none';
    s.style.display = 'none';
    g.style.display = 'none';
    v.style.display = 'none';
    p.style.display = 'inline';
}
function zeigej(){
    p.style.display = 'none';
    t.style.display = 'none';
    s.style.display = 'none';
    g.style.display = 'none';
    v.style.display = 'none';
    j.style.display = 'inline';
}
function zeiges(){
    p.style.display = 'none';
    j.style.display = 'none';
    t.style.display = 'none';
    g.style.display = 'none';
    v.style.display = 'none';
    s.style.display = 'inline';
}
function zeigev(){
    p.style.display = 'none';
    j.style.display = 'none';
    t.style.display = 'none';
    g.style.display = 'none';
    s.style.display = 'none';
    v.style.display = 'inline';
}

