$(document).ready(function(){
$('#tx-powermail-pi1_fieldset_5').css('display','none') ;	
$('#tx-powermail-pi1_fieldset_5').slideUp('slow');	
	
	
	$('input[name=tx_powermail_pi1[uid67]]:radio').click(function(){

   		if($('input[name=tx_powermail_pi1[uid67]]:checked').val() == 'Abholung') {
   			
   		   	$('#tx-powermail-pi1_fieldset_5').slideUp('slow', function() {   		
		  	});
		}
	
		if($('input[name=tx_powermail_pi1[uid67]]:checked').val() == 'Postversand - Gutschein und Rechnung getrennt') {
   			
   		   	$('#tx-powermail-pi1_fieldset_5').slideDown('slow', function() {   		
		  	});
		}
		
		if($('input[name=tx_powermail_pi1[uid67]]:checked').val() == 'Postversand') {
   			
   		   	$('#tx-powermail-pi1_fieldset_5').slideUp('slow', function() {   		
		  	});
		}
		                                                          
	});                                                            	                                                               
 });




