$(document).ready(function() {


	$('tr .th').toggle( function(){
	$(this).nextUntil().hide('1000');},function() {
		$(this).nextUntil().show();}
	);


/*$('tr .th').click(function() {
		$(this).nextUntil() .animate(
			{'height':'toggle'}, 'slow', 'easeOutBounce'
		);
	});
	*/

//	$('tr .th').click(function() {
//		$(this).nextUntil().animate(
//			{'height':'toggle'}, 'slow', 'easeOutBounce'
//		);
//	});


	$('.csv tbody tr:even').css('background-color','#000000');

});
