function showAddress() {
document.getElementById("addressfields").style.display = "block";
}
function hideAddress() {
document.getElementById("addressfields").style.display = "none";
}
