$(function(){ $('#content').css({marginTop:$('#top').outerHeight(), minHeight:$(window).height()-($('#top').outerHeight()+$('#bottom').outerHeight())-20 }); if($('.fileSODER').length){$('.fileSODER_show,.fileSODER_hide').show();$('.fileSODER_text').hide().removeClass('p5'); $('.fileSODER_show').on('click',function(){$(this).hide().next('.fileSODER_text').show();}); $('.fileSODER_hide').on('click',function(){$(this).parent().hide().prev('.fileSODER_show').show();}); } if($('.mess_TA').length){ $('.mess_SUB').hide(); $('.mess_TA').attr('placeholder','').on('keypress',function(e){if(e.ctrlKey&&e.which==13&&$(this).val().trim().length>3){$(this).parents('form').submit();}});} if($('.nexMess').length){$('.nexMess').timer({i:$('.nexMess').text(),countBack:1,endMin:0},function(s,m,h){$('.nexMess').text(s);},function(s,m,h){$('.nexMess').hide();});} if($('.RUBbtn').length){ $('.openRubMenu').css({maxHeight:$(window).height()*0.7}); $('.RUBbtn').removeAttr('href').on('click',function(e){e.preventDefault(); if($('.openRubMenu').is(':visible')){$('.openRubMenu').hide();} else{$('.openRubMenu').show();} });} });