$(document).ready(function() {
	$('p.closePar').hide(); 
	$('a.title').click(function() {
		$(this).css("background","#e6e5e6 url(images/freccettaDown.gif) 10px 7px no-repeat");
		$(this).siblings('a.title').css("background","#e6e5e6 url(images/freccettaTitle.jpg) 10px 6px no-repeat");
		$(this).next('p.closePar:hidden').slideDown('fast')
		.siblings('p.closePar:visible').slideUp('fast');
		return false;
  	})
});
