function openReservations() {
    window.open("reservation.php", "_blank", "height='100%', width='100%'");
}
