$(document).ready(function(){
$("#form_checkbox_formaobsl_225").click(function(){
$(".org_naz").css("display", "none");
});
$("#form_checkbox_formaobsl_226").click(function(){
$(".org_naz").css("display", "table-row");
});
$("#form_checkbox_formaobsl_227").click(function(){
$(".org_naz").css("display", "table-row");
});



$(".vote-form input").click(function(){
$(".vote-form").submit();

});


/*меню разворачивает и сворачивает
$(".del1").click(function()

{
var li_1=$(this).parent();
$(li_1).addClass("depth_lev1_act").removeClass("depth_lev1_no");
$(".depth_lev1").not(li_1).addClass("depth_lev1_no").removeClass("depth_lev1_act");
var ul_ne=$(this).next();
$(ul_ne).slideDown();
$(".depth_lev1 ul").not(ul_ne).slideUp();
});*/




$(".metro a").click(function(){
$("#l_metrostations").fadeIn();
});
$(".napr a").click(function(){
$("#l_directions").fadeIn();
});


$(".depth_lev1:last").addClass("no_bor");

/*$(".deph1").click(function(){

var ctrl = $(this).attr("ctrl");

if(ctrl == "y"){
	$(this).attr("ctrl", "no");
	$(this).css("background", "url(/images/people.png) no-repeat");
	var nex=$(this).next().next();
	$(nex).slideDown();
	//$(".deph2").not(nex).slideUp();
	//$(".deph1").not(this).css("background", "url(/images/people.png) no-repeat");
	}else{
var nex=$(this).next().next();
	$(nex).slideUp();
	//$(".deph1").css("background", "url(/images/people.png) no-repeat");
	$(this).attr("ctrl", "y");
	}

});*/


});
