/* apartamentykrakow.net.pl */
/* Utworzone: 10-04-2008 */
/* Autor: Jakub Chudarek */

    Calendar.setup({
        inputField     :    "bookfrom",     // id of the input field
        button         :    "bookfrom",  // trigger for the calendar (button ID)
        align          :    "Tl",           // alignment (defaults to "Bl")
        singleClick    :    true
    });
    Calendar.setup({
        inputField     :    "bookto",     // id of the input field
        button         :    "bookto",  // trigger for the calendar (button ID)
        align          :    "Tl",           // alignment (defaults to "Bl")
        singleClick    :    true
    });
