<!--
	
Calendar.setup({
						        
						        inputField : "kalendarz1_pole_daty",
						        ifFormat       :    "%Y-%m-%d",      // format of the input field
						        button         :    "kalendarz",  // trigger for the calendar (button ID)
						        align          :    "Tl",           // alignment (defaults to "Bl")
						        singleClick    :    true,
						        onClose : ustaw_date1
						        
						        
						      
						        
										    });	
										    Calendar.setup({
						        
						        inputField : "kalendarz2_pole_daty",
						        ifFormat       :    "%Y-%m-%d",      // format of the input field
						        button         :    "kalendarz2",  // trigger for the calendar (button ID)
						        align          :    "Tl",           // alignment (defaults to "Bl")
						        singleClick    :    true,
						        onClose : ustaw_date2
						        
						      
						        
										    });
		

		
	// -->



