function appointmentCancel(){
document.getElementById("appointment").style.visibility = "hidden";
}
