function showaddress(n) {
	$('#city'+n).slideToggle('slow');
}
function hideaddress(n) {
	$('#city'+n).hide('slow');
}
