

function set_overlay(){
	if(document.getElementById('contentStart')) {
		$('body').append('<a class="overlay" title="zurück zur Seite" href="javascript:close_overlay();" style="position: absolute; display: block; width: 100%; height: 100%; z-index: 30000;"></a><div class="overlay" style="position: absolute; width: 100%; height: 100%; background-color: #008499; border: 1px solid #1F2427; z-index: 1000;"><table width="100%" height="100%"><tr><td></td><td height="800px" style="text-align: center;"><a class="overlay" title="zurück zur Seite" href="javascript:close_overlay();"><img src="/js/overlay.jpg" height="600" style="margin: 0 auto;"></a></td><td></td></tr></table></div>');
	}
}

function set_paulioverlay(){
	if(document.getElementById('contentStart')) {
		$('body').append('<div class="paulioverlay" style="position: absolute; text-align: center; width: 100%; height: 100%; min-height: 860px; background: #005664 url(/js/stpauli/bg_overlay.gif) repeat-x 0 0; z-index: 1000;"><div style="text-align: center; position: relative; display: block; width: 990px; height: 683px; top: 0; margin: 0 auto; "><a class="overlay" id="paulioverlay" style="position: relative; display: block; top: 40px; width: 990px; margin: 0 auto;" title="zurück zur Seite" href="javascript:close_poverlay();"><img src="/js/stpauli/overlay.jpg" height="683" width="990" alt="Dünne Luft hier oben! Die Agentur des Jahres gratuliert Ihrem Kunden, dem Aufsteiger des Jahres. A&B One" title="zurück zur Seite" style="position: relative; z-index: 999;"></a><div id="flashwrapper" style="position: absolute; top: 0px; right: 0px; width: 200px; height: 260px; z-index: 1000; margin-top: 40px;"><div id="flashcontent"></div></div></div></div><a class="paulioverlay" title="zurück zur Seite" href="javascript:close_poverlay();" style="position: absolute; display: block; width: 100%; height: 100%; min-height: 860px; z-index: 30000; background: transparent url(/styleimages/blind.gif) no-repeat 0 0;"></a>');
		swfobject.embedSWF("/js/stpauli/flag.swf", "flashcontent", "200", "260", "9.0.115", false, false, { wmode: 'transparent'}, false);

	}
}

function set_meinungoverlay(){
	if(document.getElementById('contentStart')) {
		$('body').append('<a class="meinungoverlay" title="zurück zur Seite" href="javascript:close_moverlay();" style="position: absolute; display: block; width: 100%; height: 100%; z-index: 30000;"></a><div class="meinungoverlay" style="position: absolute; width: 100%; height: 100%; background-color: #008499; border: 1px solid #1F2427; z-index: 1000;"><table width="100%" height="100%"><tr><td></td><td height="800px" style="text-align: center;"><a class="overlay" title="zurück zur Seite" href="javascript:close_moverlay();"><img src="/js/meinung/overlay.jpg" width="800" style="margin: 0 auto;"></a></td><td></td></tr></table></div>');
	}
}


function close_overlay(){
	$('.overlay').remove();
}

function close_poverlay(){
	$('.paulioverlay').remove();
}

function close_moverlay(){
	$('.meinungoverlay').remove();
}

//addLoadEvent(set_overlay);
//addLoadEvent(set_paulioverlay);
addLoadEvent(set_meinungoverlay);