$(document).ready(function () {
	$('#enderezos a').click(function () {
		$('#'+$(this).attr('rel')).slideToggle();
	});
});
