$(document).ready(function() {
	
  // show and hide block
  $('.slick-toggle').click(function() {
   $(this).next('.slickbox').slideToggle("slow");
  });	
	
  $("#from").attr("disabled", false);
  $("#to").attr("disabled", false);
  
  
  
  
});
