$(document).ready(function(){
	$('#subnav').hide();
	$(".txt01").click(function() {
			$(this).next().slideToggle()
	
											   });
 });

