function topmenue_over(nr)
{
document.getElementById('topic'+nr).style.display='block';
}

function topmenue_out(nr)
{
document.getElementById('topic'+nr).style.display='none';
}


function cb_chat_tab(objekt)
{
if (objekt == "termine")
	{
	document.getElementById("a_termine").className = "cb_chat_aktiv";
	document.getElementById("a_protokolle").className = "";

	document.getElementById("inhalt_termine").style.display = "block";
	document.getElementById("inhalt_protokolle").style.display = "none";
	}
else
	{
	document.getElementById("a_protokolle").className = "cb_chat_aktiv";
	document.getElementById("a_termine").className = "";
	document.getElementById("inhalt_termine").style.display = "none";
	document.getElementById("inhalt_protokolle").style.display = "block";
	}

}

function tab_termine (an,aus)
{
document.getElementById(an).className = 'cb_mitte_termine_tab bg_5 tc_5';
document.getElementById(aus).className = 'cb_mitte_termine_tab2 bg_6 tc_7';

document.getElementById(an+"_inhalt").style.display = 'block';
document.getElementById(aus+"_inhalt").style.display = 'none';
}

// *** fenster

function gruende (nr)
{
theurl = "../werbung/7gruende/index.php";
if (nr)
	theurl = theurl + "?grund="+nr;
	
fenster_2 = window.open (theurl,"fenster2","scrollbars=no,resizable=no,menubar=no,status=no,width=406,height=539");		
fenster_2.focus ();
}

function galerie (selgalerie)
{
if (!selgalerie)
	openwin2('../galerie/index.html',576,650,',scrollbars=yes,resizable=yes')
else
	openwin2('../galerie/galerie_index.php?gal_pfad='+selgalerie,576,650,',scrollbars=yes,resizable=yes')
}

function openwin2 (url,x,y,element)
	{
	if (document.layers)
		{
		open_win2(url,x,y,element); fenster_2.focus();
		}
	else
		{
		if ( window.fenster_2 )
			{
			fenster_2.close ();
			while (!fenster_2.closed)
				{
				}
			open_win2(url,x,y,element);
			}
		else
			open_win2(url,x,y,element);
		}
	}
function open_win2 (url,x,y,element)
{
fenster_2 = window.open (url,"fenster2","menubar=no,scrollbars=yes,resizable=no,width=" + x +",height=" + y + element);		
fenster_2.focus ();
}

function openwin1 (url,x,y,element)
	{
	if (document.layers)
		{
		open_win1(url,x,y,element); fenster_1.focus();
		}
	else
		{
		if ( window.fenster_1 )
			{
			fenster_1.close ();
			while (!fenster_1.closed)
				{
				}
			open_win1(url,x,y,element);
			}
		else
			open_win1(url,x,y,element);
		}
	}
function open_win1 (url,x,y,element)
{
fenster_1 = window.open (url,"fenster1","menubar=no,scrollbars=no,status=yes,resizable=yes,width=" + x +",height=" + y + element);		
fenster_1.focus ();
}
// *** ENDE fenster

function gdp ()
{
open_win2('../werbung/gdp2007/index.html',790,440,',scrollbars=no,resizable=no')
}

function aktionstag ()
{
open_win2('../specials/aktionstag/index2.htm',780,500 ,',scrollbars=no,resizable=no,menubar=no,status=no')
}

	function podcast(filmid)
{
theurl = "../podcast/videoplayer/index.php";
if (filmid)
	{
	if (filmid == "alle")
		theurl += "?w3pvcat="+filmid;
	else
		theurl += "?w3pvid="+filmid;
	}

win_podcast = window.open (theurl,"podcast","scrollbars=no,resizable=no,menubar=no,status=no,width=790,height=545");		
win_podcast.focus ();
}