var updateProgressControls;function beginRequestHandler_FormUpdateProgress(b,a,c,d,f){var e="",e=void 0==b._postBackSettings.panelID||null==b._postBackSettings.panelID?b._postBackSettings.panelsToUpdate[0]:b._postBackSettings.panelID.split("|")[0];b=document.getElementById(a);c==e?(""!=d&&overlayUpdatePanel(d,a,f),b.style.display=""):(a=$find(a),null!=a&&a.set_associatedUpdatePanelId("____NoControl____"))}
function endRequestHandler_FormUpdateProgress(b,a){var c=document.getElementById(a);c.style.display=""==c.style.display?"none":""}function findBothPos(b){var a=curtop=0;if(b.offsetParent){a=b.offsetLeft;for(curtop=b.offsetTop;b=b.offsetParent;)a+=b.offsetLeft,curtop+=b.offsetTop}return[a,curtop]}
function overlayUpdatePanel(b,a,c){b=document.getElementById(b);a=document.getElementById(a);var d=findBothPos(b);a.setAttribute("class",c);a.setAttribute("className",c);a.style.left=d[0]+"px";a.style.top=d[1]+"px";a.style.width=b.offsetWidth+"px";a.style.height=b.offsetHeight+"px"};