$(function() {
  $(".acco01").click(function() {
	$(this).toggleClass('acco01');
	$(this).toggleClass('acco01_2');
  	$(this).nextAll().find('.hidden').eq(0).slideToggle(300);	
  });
});

$(function() {
  $(".acco02").click(function() {
	$(this).toggleClass('acco02');
	$(this).toggleClass('acco02_2');
  	$(this).nextAll().find('.hidden').eq(0).slideToggle(300);	
  });
});

$(function() {
  $(".acco03").click(function() {
	$(this).toggleClass('acco03');
	$(this).toggleClass('acco03_2');
  	$(this).nextAll().find('.hidden').eq(0).slideToggle(300);	
  });
});



$(function() {
  $(".acco04").click(function() {
	$(this).toggleClass('acco04');
	$(this).toggleClass('acco04_2');
  	$(this).nextAll().find('.hidden').eq(0).slideToggle(300);	
  });
});

$(function() {
  $(".acco05").click(function() {
	$(this).toggleClass('acco05');
	$(this).toggleClass('acco05_2');
  	$(this).nextAll().find('.hidden').eq(0).slideToggle(300);	
  });
});

$(function() {
  $(".acco06").click(function() {
	$(this).toggleClass('acco06');
	$(this).toggleClass('acco06_2');
  	$(this).nextAll().find('.hidden').eq(0).slideToggle(300);	
  });
});

$(function() {
  $(".acco07").click(function() {
	$(this).toggleClass('acco07');
	$(this).toggleClass('acco07_2');
  	$(this).nextAll().find('.hidden').eq(0).slideToggle(300);	
  });
});


try {
document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

