var actionEelements={cap_message:["MSG"],cap_author:["AUTHOR"],cap_beetwen:["BEGIN_DAY","BEGIN_MONTH","BEGIN_YEAR","END_DAY","END_MONTH","END_YEAR"]};jQuery(document).ready(function(){for(var A in actionEelements){for(var B=0;B<actionEelements[A].length;B++){actionEelements[A][B]=$("#"+actionEelements[A][B]);actionEelements[A][B].attr("disabled",!$("#"+A+":checked").val())}$("#"+A).change(function(){var D=actionEelements[this.id];for(var C=0;C<actionEelements[this.id].length;C++){actionEelements[this.id][C].attr("disabled",!this.checked)}})}$("#attach-file").hide();$(".message-type span").click(function(){$("#attach-file").show();$(this).hide()}).show();$("#T_MSG").parents("form").submit(function(){if($("#T_MSG").val().length<5){$("#T_MSG")[0].className="deny";return false}return true})});
