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

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