$(document).ready(function(){
	$("#datepicker").datepicker({ 
		showOn: "button", 
		buttonImage: "/bitrix/templates/skytur/images/calendar.jpg", 
		buttonImageOnly: true 
	});
	$("#datepicker2").datepicker({ 
		showOn: "button", 
		buttonImage: "/bitrix/templates/skytur/images/calendar.jpg", 
		buttonImageOnly: true 
	}); 
	$("#bot_stran a").click(function(){
	//$("#strana").slideToggle("slow");
		if ($("#strana").hasClass("open")){
			$("#strana").removeClass("open");
			$("#strana").stop(true,true).animate({height:"157px"});
		}else{
			$("#strana").addClass("open");
			$("#strana").stop(true,true).animate({height:"100%"});
		} return false;
	});
	$(".botton_2 a").click(function(){
		$("#cpec_ass").slideToggle("slow");
		return false;
	}); 
});
