function jumpToPage(formEl){	v = formEl.options[formEl.selectedIndex].value;	if(v!='Language selection')window.location = v;}function slideDownStage(){	$(document).ready(function(){		$("#teaser").hide().slideDown(1200);	});}function closeStage(){	$("#teaser").slideUp(1200, function(){		$("#logo").show();	});	$.get(document.URL+"&displayTeaser=hide");}function showLogo(){	$(document).ready(function(){		var flashcontainer = $(".tx-rbflashobject-pi1-swf_altcontent");		if(flashcontainer.html() == ""){			$("#logo").show();		}else{			$("#logo").hide();		}	});}