// JavaScript Document

 $(document).ready(function() {
	$("div[id*='notice']").hide();
	
		$("#toggle1").click(function() {
                $("#notice1").slideToggle("fast");
            });
			
			$("#toggle2").click(function() {
                $("#notice2").slideToggle("fast");
            });
			
			$("#toggle3").click(function() {
                $("#notice3").slideToggle("fast");
            });
			
			$("#toggle4").click(function() {
                $("#notice4").slideToggle("fast");
            });
			
			
			$("#toggle5").click(function() {
                $("#notice5").slideToggle("fast");
            });
			
			
			$("#toggle6").click(function() {
                $("#notice6").slideToggle("fast");
            });
			
			
			$("#toggle7").click(function() {
                $("#notice7").slideToggle("fast");
            });
			
			
			$("#toggle8").click(function() {
                $("#notice8").slideToggle("fast");
            });
			
			
			$("#toggle9").click(function() {
                $("#notice9").slideToggle("fast");
            });
			
			$("#toggle10").click(function() {
                $("#notice10").slideToggle("fast");
            });
			
			$("#toggle11").click(function() {
                $("#notice11").slideToggle("fast");
            });
			
			$("#toggle12").click(function() {
                $("#notice12").slideToggle("fast");
            });
			
			$("#toggle13").click(function() {
                $("#notice13").slideToggle("fast");
            });
			
			$("#toggle14").click(function() {
                $("#notice14").slideToggle("fast");
            });
			
			$("#toggle15").click(function() {
                $("#notice15").slideToggle("fast");
            });
			
			$("#toggle16").click(function() {
                $("#notice16").slideToggle("fast");
            });
			
			$("#toggle17").click(function() {
                $("#notice17").slideToggle("fast");
            });
			
			$("#toggle18").click(function() {
                $("#notice18").slideToggle("fast");
            });
			
			$("#toggle19").click(function() {
                $("#notice19").slideToggle("fast");
            });
			
			$("#toggle20").click(function() {
                $("#notice20").slideToggle("fast");
            });
			
			
			
			
			
			
			
			
			
			
			
			
			
        });


  