$(document).ready(function(){var c=window.location.href,o=1,i=c.split("#"),n=null,s,t,r,f,u,e,h;i[1]!==undefined&&i[1]!=""&&(n=$("#"+i[1]),n.length>0&&(s=n.parents(".collapsible_box"),o=n.parents(".collapsible_box").index()+1,r=s.offset().top,$("html, body").animate({scrollTop:r},500)));t=new Accordian;t.setNode($("#accordian"));t.setSelectedItem(o);t.setSelfClose(!0);t.setItemClass("collapsible_box");t.init();$("a.accordian").bind("click",function(){var n=$(this);setTimeout(function(){var t=n.offset().top;t=t!==undefined?t-25:0;$("html, body").animate({scrollTop:t},300);n.focus()},600)});i[1]!==undefined&&i[1]!=""&&n.length>0&&(r=n.offset().top,$("html, body").animate({scrollTop:r},300),n.next("a").focus());f={getCountryNameFromUrl:function(){var n=document.createElement("a");return n.href=window.location.href,n.hash.replace(/\#/,"")},scrollToCountry:function(n){var r=$("#accordian"),u=$(".accordian_content",r),t=$("#"+n),i;t.length>0&&(i=t.parents(".accordian_content"),u.hide(),i.show(),window.location="#"+n)}};u=function(){var n=f.getCountryNameFromUrl();f.scrollToCountry(n)};"onhashchange"in window?window.addEventListener?window.addEventListener("hashchange",u,!1):window.attachEvent&&window.attachEvent("onhashchange",u):(e=location.href,setInterval(function(){var n=location.href;e!==n&&(e=n,u())},100));h=$(document).width();h<=640&&$(".branch-finder .btn-go-black").bind("click",function(n){n.preventDefault();var t=$(".select-country select").val(),r=$("#"+t),i=r.parents(".collapsible_box");i.children(".accordian_title").children("a.accordian").trigger("click");i.children(".accordian_content").stop(!0,!0,!0);setTimeout(function(){var n=$("#"+t).offset().top;$("html, body").animate({scrollTop:n},500)},500)})})