function impressum()
{
	var winWidth = 510;
	var winHeight = 500;
	var winSize = 'width=' + winWidth + ',height=' + winHeight + ',scrollbars=1';
	var thewindow = window.open('impressum.html', 'Impressum', winSize);
	thewindow.focus();
	//thewindow.moveTo(0,0);
}	
function renderFlash()
{
	var so = new SWFObject("index.swf", "main", "100%", "100%", "7", "#EFFBFA");
	so.addParam("menu", "true");
	so.addParam("quality", "high");
	so.write("main");	
}
function renderNoFlash()
{
	//document.write('<h1>KEIN FLASH!</h1><h2>Bitte installieren Sie denn Macromedia Flashplayer</h2><p></p>');
	location.href="upgrade_flash.html";
}
function openNewsletter()
{
	var winWidth = 300;
	var winHeight = 300;
	var winSize = 'width=' + winWidth + ',height=' + winHeight;
	var thewindow = window.open('newsletter/anmeldung.php', 'Newsletter', winSize);
	thewindow.focus();
}