function showHideAltAddress() {
	jQuery("#altAddressBox").toggleClass("hidden",!jQuery('#altAddress').attr('checked'));
}