function sanfona(obj)
{
	$("ul#"+obj).animate({height: 'toggle', opacity: 'toggle'},"slow");	
}