/*
             Atlantis Family Fun - Reservations Module JavaScript Functions

                          Written 2007 by Randall Severy
                           Copyright 2007 Inroads, LLC
*/

function select_month(month_list)
{
   document.Reservation.submit();
}

