$(document).ready( function() {

	
	// help
	
	$('.prvthelp').click(function(){
		$('.prvtsb_values').hide();
	});
	
	
	$('.prvthelp').click( function() {
		
		
		
		if($(this).children('p:hidden')) $(this).children('p').show('fast');
		$('.prvthelp').children('p').hide();
		
		
		
	});
	
	
	
	
	
	
	
	
});