$(function(){



	$(".newstopic_c").css("display","none");
	$(".newstopic_t").click(function(){
								  if($(".newstopic_c").css("display")=="none"){
									 $(".newstopic_c").slideDown("fast");
									 $(".newstopic_t").css("background-image","url(http://www.natureworld.jp/images/common/news_bar02.gif)");
								  }else{$(".newstopic_c").slideUp("fast");
								  $(".newstopic_t").css("background-image","url(http://www.natureworld.jp/images/common/news_bar01.gif)");}});



});

jQuery.preimg = function()
{
	for(var i = 0; i<arguments.length; i++)
	{
		jQuery("<img>").attr("src", arguments[i]);
		//配列から読み込み
	}
};
jQuery.preimg("http://www.natureworld.jp/images/common/news_bar01.gif");
