// Javascripts
function newsWindow() 
{
	var newsWindow=window.open("","popup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=450");
	newsWindow.focus();
}

function raumWindow()
{
var newWindow=window.open("","raum","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,width=450,height=365");
newWindow.focus();
}

function windowAnmeldung()
{
	var anmeldung=window.open("","popup","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,width=450,height=600");
	anmeldung.focus();
}

function ticker()
{
if (navigator.appName == "Microsoft Internet Explorer")
{
	document.writeln('<marquee style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11; color:#ffffff; text-align:top; float:none; padding-top:2px; padding-bottom:2px"; scrolldelay=100 scrollamount=4 align=top width=97% height=25>' +message+ '</marquee>');
}
}
