$(document).ready(function(){$("label").inFieldLabels();$(".opener").click(function(){$(this).next("div").slideToggle("normal");$(this).children("span").toggleClass("closed open")});activateTabOnEnter();initBirthdateKeyListeners()});function isEnter(a){return 13===(a.keyCode?a.keyCode:a.which?a.which:a.charCode)?!0:!1}function isSpace(a){return 32===(a.keyCode?a.keyCode:a.which?a.which:a.charCode)?!0:!1}
function activateTabOnEnter(){$(document).on("keypress","input",function(a){isEnter(a)&&"submit"!==a.target.type&&(a.preventDefault(),a=$(this).closest("form").find(":input:visible:enabled"),a.length-1===a.index(this)?$(":input:enabled:visible:first").focus():a.eq(a.index(this)+1).focus())})}function removeColon(){for(i=0;i<document.forms.length;i++){var a=document.forms[i];for(k=0;k<a.elements.length;k++){var b=a.elements[k];"textarea"===b.type&&(b.value=b.value.replace(/(:)/g," "))}}return!0}
function setFocus(a){var b=document.getElementById(a);b&&setTimeout(function(){b.focus()},200)}function initBirthdateKeyListeners(){$("input[id$\x3d'BirthdateMobile']").keydown(function(a){8===a.which||2!==$(this).val().length&&5!==$(this).val().length||$(this).val($(this).val()+".")});$("input[id$\x3d'BirthdateMobile']").keyup(function(a){8===a.which||2!==$(this).val().length&&5!==$(this).val().length||$(this).val($(this).val()+".")})};