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