document.observe("dom:loaded", function() 
{ 
$('impressum').hide();
$('impressum').appear();	
$('mpc_logo').hide();	
$('mpc_logo').appear();	
	

});
