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 renderNoFlash()
{
	document.write('<h1>Oops no Flash!</h1>');
	document.write('<h2>Your browser is not equipped with the required Flash Player.</h2>');
	document.write('<p>Please update at the adobe Website: <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW">UPDATE</a></p>');
}

function openNewsletter()
{
	var winWidth = 300;
	var winHeight = 300;
	var winSize = 'width=' + winWidth + ',height=' + winHeight;
	var thewindow = window.open('http://www.platoo.at/newsletter/jpm_subscribe.php', 'Newsletter', winSize);
	thewindow.focus();
}