var debug_mode=false;setAjaxState();if(debug_mode){window.onerror=errorHandler}function errorHandler(){if(debug_mode){var A="ERROR: "+arguments[0];A+=(arguments[1])?"\nURL: "+arguments[1]:"";A+=(arguments[2])?"\nLINE: "+arguments[2]:"";alert(A)}}function getElementByIdNoClient(B){var A;if(document.getElementById){A=document.getElementById(B)}else{if(document.all){A=document.all(B)}else{if(document.layers){A=document.layers[B]}}}return A}function getElementById(B){var A=getElementByIdNoClient(B);if(!A){A=getElementByClientId(B,theForm?theForm:getPostBackForm())}return A}function $(A){return getElementById(A)}function isObj(A){if(A==null||typeof (A)=="undefined"){return false}else{return true}}var getElementByClientId=function(D,C){if(!C){return null}if(C.getAttribute&&getClientId(C.getAttribute("id"),"_")==D){return C}for(var B=0;B<C.childNodes.length;B++){var A=getElementByClientId(D,C.childNodes[B]);if(A!=null){return A}}return null};function getScreenResolution(){var A=getElementById("__ScreenResolution");if(A!=null){A.value=screen.width+" : "+screen.height}}function getPostBackForm(){return document.forms[0]}function getPostBackPage(C,B){var A=(C.action.length>0)?C.action:window.location.pathname+window.location.search;if(B){return((A.indexOf("?")>0)?A.split("?")[0]:A)}else{return(A)}}function getUpdatedFormAction(B,A){return getPageName(A)+getFormActionParams(B,"?")}function getFormActionParams(B,A){return((B.action.indexOf("?")>0)?A+B.action.split("?")[1]:"")}function getPageName(A){if(A.indexOf("?")>-1){return A.substring(0,A.indexOf("?"))}else{return A}}function getFormActionWithUpdatedVID(D,A,B){var C=getFormActionParams(D,"");if(/^\d+$/.test(B)){C=C.replace(/vid=\d+/i,"vid="+B)}return(C!="")?getPageName(A)+"?"+C:A}function updateFormActionParameter(E,A,C){var D=getFormActionParams(E,"");var B=new RegExp(A+"=\\d+");D=D.replace(/expand=\.*/i,A+"="+C);return D}function closePopup(C){var B=getElementByClientId("messageBox",getPostBackForm());if(B){B.style.visibility="hidden"}var A=document.getElementById("coverScreen");if(A){A.style.visibility="hidden"}if(aAjaxCallBack!=null&&aAjaxCallBack.redirect!=null&&aAjaxCallBack.redirect!=""&&!aAjaxCallBack.autoRedirect){aAjaxCallBack.redirectToPage(aAjaxCallBack.redirect)}stopCurrentEvent(C)}function stopCurrentEvent(A){if(A!=null){A.returnValue=false;if(A.cancelable){A.preventDefault()}}}function getClientId(A,B){var C=null;if(A!=null&&A!=""){if(A.indexOf(B)>-1){C=A.split(B)[A.split(B).length-1]}else{C=A}}return C}function setAjaxState(){if(document.forms.length>0){var C=GetXmlHttpObject();var B=(C==null)?"disabled":"enabled";delete C;var A=document.createElement("input");A.type="hidden";A.id="ajax";A.name="ajax";A.value=B;if(document.forms.length>0){document.forms[0].appendChild(A)}}}function GetXmlHttpObject(){var A=null;if(window.XMLHttpRequest){A=getObjEval("new XMLHttpRequest()")}else{if(window.ActiveXObject){A=getObjEval("new ActiveXObject('Microsoft.XMLHTTP')");if(A==null){A=getObjEval("new ActiveXObject('Msxml2.XMLHTTP')")}}}return A}function getObjEval(theObj){var obj=null;try{obj=eval(theObj)}catch(e){errorHandler(e.message)}return(obj)}function ClearTarget(){var A=document.getElementById("target");if(A!=null){A.form.removeChild(A)}return true}function IsBodyRTL(){return document.body.getAttribute("dir")=="rtl"}function hidePanel(D,F,E){var B;var A;var C=IsBodyRTL();B=getElementById(D);if(B!=null){A=getElementById(F);if(B.style.display=="none"){B.style.display="block";if(D=="leftPanel"){if(C){A.style.marginRight="190px"}else{A.style.marginLeft="190px"}getElementById("leftCollapsible").className="leftCollapsible leftCollapsibleArrow";getElementById("leftCollapsible").title=hideLeftPanel;if(E=="true"){getElementById("leftPanelState").value="visible"}}else{if(C){A.style.marginLeft="190px"}else{A.style.marginRight="190px"}getElementById("rightCollapsible").className="rightCollapsible rightCollapsibleArrow";getElementById("rightCollapsible").title=hideRightPanel;if(E=="true"){getElementById("rightPanelState").value="visible"}}}else{B.style.display="none";if(D=="leftPanel"){if(C){A.style.marginRight="0"}else{A.style.marginLeft="0"}getElementById("leftCollapsible").className="leftCollapsible rightCollapsibleArrow";getElementById("leftCollapsible").title=showLeftPanel;if(E=="true"){getElementById("leftPanelState").value="hidden"}}else{if(C){A.style.marginLeft="0"}else{A.style.marginRight="0"}getElementById("rightCollapsible").className="rightCollapsible leftCollapsibleArrow";getElementById("rightCollapsible").title=showRightPanel;if(E=="true"){getElementById("rightPanelState").value="hidden"}}}}}function Mid(D,E,B){if(E<0||B<0){return""}var C,A=String(D).length;if(E+B>A){C=A}else{C=E+B}return String(D).substring(E,C)}function GetFirstFindFieldInfo(){var B={FirstFindField:null,FirstFindFieldTag:null,FirstFindFieldInLabel:null,FirstFindFieldRowMeasure:null};var A=getElementByIdNoClient("FirstFindFieldIdHolder");if(A!=null){B.FirstFindField=getElementById(A.value)}A=getElementByIdNoClient("FirstFindFieldTagIdHolder");if(A!=null){B.FirstFindFieldTag=getElementById(A.value)}A=getElementByIdNoClient("FirstFindFieldInLabelHolder");if(A!=null){B.FirstFindFieldInLabel=getElementById(A.value)}A=getElementByIdNoClient("FirstFindFieldRowMeasure");if(A!=null){B.FirstFindFieldRowMeasure=getElementById(A.value)}return B}function GetCurrentSearchMode(){return getElementById("CurrentSearchMode").value}var _originalFirstFindFieldRows=1;function searchModeUpdated(F){var C=GetFirstFindFieldInfo();var D=getElementById("CurrentSearchMode");if(F.value=="Smart"){if(C.FirstFindFieldTag!=null){C.FirstFindFieldTag.style.display="none"}if(C.FirstFindFieldInLabel!=null){C.FirstFindFieldInLabel.style.display="none"}if(C.FirstFindField!=null){var E;if(C.FirstFindFieldRowMeasure!=null){E=Element.getDimensions(C.FirstFindFieldRowMeasure).width}if(C.FirstFindField.tagName=="INPUT"){var B=document.createElement("textarea");B.id=C.FirstFindField.id;B.name=C.FirstFindField.name;B.innerHTML=C.FirstFindField.value;B.className=C.FirstFindField.className;B.rows=6;C.FirstFindField.parentNode.replaceChild(B,C.FirstFindField);C.FirstFindField=B}else{C.FirstFindField.rows=6}if(E!=null){C.FirstFindField.style.width=E+"px"}}}else{if(C.FirstFindFieldTag!=null){C.FirstFindFieldTag.style.display=""}if(C.FirstFindFieldInLabel!=null){C.FirstFindFieldInLabel.style.display=""}if(C.FirstFindField!=null){if(_originalFirstFindFieldRows==1&&C.FirstFindField.tagName=="TEXTAREA"){var A=document.createElement("input");A.id=C.FirstFindField.id;A.name=C.FirstFindField.name;A.value=C.FirstFindField.innerHTML;A.className=C.FirstFindField.className;A.onkeypress=onInputBoxKeyPress;A.accesskey=2;A.size=45;C.FirstFindField.parentNode.replaceChild(A,C.FirstFindField)}else{C.FirstFindField.rows=_originalFirstFindFieldRows}C.FirstFindField.style.width=""}}D.value=F.value}function onInputBoxKeyPress(B){var A=B?B:window.event;return onkeypress_event(A,"SearchButton")}function initializeSearchModes(){var B=GetFirstFindFieldInfo();if(B.FirstFindField!=null){if(B.FirstFindField.rows>0){_originalFirstFindFieldRows=B.FirstFindField.rows}else{_originalFirstFindFieldRows=1}var C=GetCurrentSearchMode();if(C=="Smart"){if(B.FirstFindFieldTag!=null){B.FirstFindFieldTag.style.display="none"}if(B.FirstFindFieldInLabel!=null){B.FirstFindFieldInLabel.style.display="none"}if(B.FirstFindField!=null){var A=document.createElement("textarea");A.id=B.FirstFindField.id;A.name=B.FirstFindField.name;A.innerHTML=B.FirstFindField.value;A.className=B.FirstFindField.className;A.rows=6;B.FirstFindField.parentNode.replaceChild(A,B.FirstFindField);B.FirstFindField=A}if(B.FirstFindFieldRowMeasure!=null){B.FirstFindField.style.width=Element.getDimensions(B.FirstFindFieldRowMeasure).width.toString()+"px"}}}}function showAllDbs(){document.getElementById("selectedDbEllipsis").style.display="none";document.getElementById("extendedDatabases").style.display="inline";document.getElementById("showLessLink").style.display="inline"}function showLessDbs(){document.getElementById("selectedDbEllipsis").style.display="inline";document.getElementById("extendedDatabases").style.display="none";document.getElementById("showLessLink").style.display="none"}function showHistoryTerm(F,E){var H=document.getElementById(F);var B=E?H:null;var G=E?null:H;var C=H.parentNode;while(C!=null&&C.tagName.toUpperCase()!="TD"){C=C.parentNode}if(C!=null){var A=getElementByClientId("fullterm",C);var D=getElementByClientId("truncterm",C);if(E){G=getElementByClientId("showless",C);A.style.display=G.style.display="inline";B.style.display=D.style.display="none"}else{B=getElementByClientId("ellipsis",C);A.style.display=G.style.display="none";D.style.display=B.style.display="inline"}}};function __doLinkPostBack(B,J,A){if(J!=null&&J.length>0){var K=getPostBackForm();var H=(B.length<1)?getPostBackPage(K,true):B;var G=getUpdatedFormAction(K,H);var D=unescape(J);var C=D.split("||");for(var F=0;F<C.length;F++){var I=C[F].split("~~");if(I.length>0){var E=document.getElementById(I[0]);if(E==null){E=document.createElement("input")}E.type="hidden";E.id=I[0];E.name=I[0];E.value=I[1];K.appendChild(E);E=null}I=null}K.action=G;K.method="post";if(A!=""&&A!=null){K.target=A}K.__EVENTTARGET.value="";K.__EVENTARGUMENT.value="";K.submit()}}function AddAnchorToAction(A){document.forms[0].action+="#"+A};function syncCheckBoxGroup(E,D){var A=getElementById(D);if(A){for(var B=0;B<theForm.elements.length;B++){var C=theForm.elements[B];if(C.type=="checkbox"&&C.name.indexOf(E)>-1){C.checked=A.checked;chooseDbSelectCheckboxParentElement(C)}}}}function updateCheckBoxGroup(B,A){if(B){checkAll(A)}else{uncheckAll(A)}}function updateCheckboxGroupWithParent(E,C){var F=document.getElementById(C);if(F!=null){var A=F.getElementsByTagName("input");for(var B=0;B<A.length;B++){var D=A[B];if(D.type=="checkbox"){D.checked=E}}}}function chooseDbSelectCheckboxParentElement(A){selectCheckboxParentElement(A,"li","","choose-db-item-selected","choose-db-item","choose-db-item-alt-selected","choose-db-item-alt")}function chooseDbDeselectSelectAll(A){if(!A.checked){var C=getElementById("selectDbSelectionControls");if(C!=null){var B=C.getElementsByTagName("input");if(B!=null&&B.length>0){B[0].checked=false}}}}function checkAll(C){for(var A=0;A<theForm.elements.length;A++){var B=theForm.elements[A];if(B.type=="checkbox"&&B.name.indexOf(C)>-1){B.checked=true}}}function uncheckAll(C){for(var A=0;A<theForm.elements.length;A++){var B=theForm.elements[A];if(B.type=="checkbox"&&(C==null||B.name.indexOf(C)>-1)){B.checked=false}}}function setCheckboxesByName(C,D){var B=document.getElementsByName(C);if(B!=null&&typeof (B)!="undefined"){for(var A=0;A<B.length;A++){B[A].checked=D}}}function ToggleVisibility(A){var B=getElementById(A);if(typeof (B)!="undefined"){if(B.style.display.toString()!="none"){B.style.display="none"}else{B.style.display=""}}}function ToggleDisplay(C){var A=getElementById(C);if(A!=null){var B=A.style.display=="none"?"block":"none";A.style.display=B}}function ToggleDisplayRow(C){var A=getElementById(C);if(A!=null){var B=A.style.display=="none"?"display:table-row;":"display:none;";A.style.cssText=B}}function openprintSearchHistory(F){var C=(screen.width-250);var D=(screen.height-250);var B=((screen.width-C)/2);var E=((screen.height-D)/2)-50;var A=window.open(F,"PrintHistory","toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=yes,resizable=no,top="+E+",left="+B+",width="+C+",height="+D);A.focus()}function SelectChecked(thePosition){var aCheckBox=getElementById("s_"+thePosition);if(aCheckBox!=null&&typeof (aCheckBox)!="undefined"){var aChecked=eval(aCheckBox.checked);if(!aChecked){var aExplodeCheckBox=getElementById("e_"+thePosition);if(aExplodeCheckBox!=null&&typeof (aExplodeCheckBox)!="undefined"){aExplodeCheckBox.checked=false}var aFocusCheckBox=getElementById("f_"+thePosition);if(aFocusCheckBox!=null&&typeof (aFocusCheckBox)!="undefined"){aFocusCheckBox.checked=false}}}}function ExplodeChecked(thePosition){var aCheckBox=getElementById("e_"+thePosition);if(aCheckBox!=null&&typeof (aCheckBox)!="undefined"){var aChecked=eval(aCheckBox.checked);if(aChecked){var aSelectCheckBox=getElementById("s_"+thePosition);if(aSelectCheckBox!=null&&typeof (aSelectCheckBox)!="undefined"){aSelectCheckBox.checked=true}}}}function FocusChecked(thePosition){var aCheckBox=getElementById("f_"+thePosition);if(aCheckBox!=null&&typeof (aCheckBox)!="undefined"){var aChecked=eval(aCheckBox.checked);if(aChecked){var aSelectCheckBox=getElementById("s_"+thePosition);if(aSelectCheckBox!=null&&typeof (aSelectCheckBox)!="undefined"){aSelectCheckBox.checked=true}}}}function ShowHideLimiters(A){var D=document.getElementsByTagName("tr");if(D!=null){for(var B=0;B<D.length;B++){var C=D[B].attributes["class"];if(C!=null){if(C.value=="display-toggled"||C.value=="hide"){D[B].style.display=A?"":"none"}else{if(C.value=="show"){D[B].style.display=!A?"":"none"}}}}}}function focusTextbox(C){if(typeof (searchID)!="undefined"&&searchID!=null&&searchID.length>0){var B=document.getElementById(searchID);if(B!=null){B.focus()}}else{for(var A=0;A<document.forms[0].length;A++){if(document.forms[0][A].type=="text"){document.forms[0][A].focus();return }}}}function focusOnMainContent(){if(window.screen.width<1024&&document.location.toString().indexOf("#")<0){window.scroll(0,100)}}function ToggleLinkListVisibilities(B){var A=getElementById("hfToggleState");if(A.value=="less"){A.value="more"}else{A.value="less"}SetLinkListVisibilities(B)}function SetLinkListVisibilities(G){var E=getElementById("hfLessText");var C=getElementById("hfMoreText");var F=getElementById("hfToggleState");var D=getElementById("lblToggleLinkMore");var A;for(var B=0;B<G.length;B++){A=getElementById(G[B]);if(typeof (G)!="undefined"){if(F.value=="less"){A.style.display="none";D.innerHTML=C.value;D.title=C.value}else{A.style.display="";D.innerHTML=E.value;D.title=E.value}}}}function updateFolderSelectAll(A){if(A.checked){aSelectedFolderItemCount++}else{aSelectedFolderItemCount--}selectCheckboxParentElement(A,"li","","folder-list-item-selected","folder-list-item");var B=getElementByClientId("toggleAllCheckboxes",document.getElementById("folder-content"));if(B!=null){B.checked=aSelectedFolderItemCount==aTotalFolderItemCount}}function selectCheckboxParentElement(H,L,E,B,F,C,K){if(C==undefined){C=B}if(K==undefined){K=F}var G=H.parentNode;while(G!=null){var M=false;if(L.length>0&&G.tagName.toLowerCase()==L.toLowerCase()){M=true}else{if(E.length>0&&G.id.toLowerCase()==E.toLowerCase()){var A=elem.id.toLowerCase();var I=A.lastIndexOf(E.toLowerCase());M=I==A.length-E.length}}if(M){var J=G.className;var D=J==C||J==K;if(H.checked){G.className=D?C:B}else{G.className=D?K:F}break}else{G=G.parentNode}}}function searchHistoryCheckboxSelect(A){selectCheckboxParentElement(A,"tr","rowshitem","checked","","shaded-checked","shaded")}function isOneOrMoreChecked(D,E,A){var C=document.getElementsByTagName("input");var F=false;for(var B=0;B<C.length&&!F;B++){if(C[B].type=="checkbox"&&C[B].name.indexOf(D)>-1&&C[B].checked){F=true}}if(F){if(E!=null&&E.length>0){return confirm(E)}}else{if(A!=null&&A.length>0){alert(A)}}return F}function ValidateDatabaseSelection(B){if(!isOneOrMoreChecked(B,null,null)){var A=$("selectDbError");if(A){A.style.display="block"}return false}else{return true}};function onkeypress_event(B,C){if(is_enter_key(B)){var A=B.srcElement;if(!A){A=B.target}if(A!=null&&A.getAttribute("autocomplete")&&A.getAttribute("autocomplete")=="on"){return true}else{return onenterkeypress(C)}}return true}function onenterkeypress(B){var A=getElementById(B);if(A!=null&&A.click){A.click();return false}else{if(debug_mode){alert("The wrong button ID '"+B+"' was assigned to submit the form!");return false}else{return false}}}function is_enter_key(B){var A=13;return is_key(B,A)}function is_down_arrow_key(B){var A=40;return is_key(B,A)}function is_up_arrow_key(B){var A=38;return is_key(B,A)}function is_key(B,C){var A=(B.which)?B.which:B.keyCode;if(A==C){if(document.all){B.returnValue=false}return true}else{return false}};var KEY_PAGEUP=33;var KEY_PAGEDOWN=34;var KEY_END=35;var KEY_HOME=36;var KEY_LEFT=37;var KEY_UP=38;var KEY_RIGHT=39;var KEY_DOWN=40;var KEY_SPACE=32;var KEY_TAB=9;var KEY_BACKSPACE=8;var KEY_DELETE=46;var KEY_ENTER=13;var KEY_INSERT=45;var KEY_ESCAPE=27;function InitializeAuthoritiesMenubar(){InitializeMenubar("SearchNavigationMenubar")}var MenuItemActionParameters=new Object();function AddMenuItemActionParameters(D,F,A,C,H,G,B,E){MenuItemActionParameters[D]={behaviorID:F,firstMenuItemID:A,nextItemID:C,prevItemID:H,parentMenuItemID:G,parentBehaviorID:B,menubarItemID:E}}function GetMenuItemActionParametersById(A){return MenuItemActionParameters[A]}function InitializeMenubar(B){var A,C=null;A=$get(B);if(A!=null){C=GetMenuLinksInfo(A,null)}if(C!=null&&C.length>0){InitializeMenubarAction(C,null)}}function GetMenuLinksInfo(B,E){var F,D=new Array();var A,H,G;if(B!=null){if(E==null){B.setAttribute("role","menubar")}else{B.setAttribute("role","menu")}F=B.childNodes;for(var C=0;C<F.length;C++){if(F[C].nodeType==1){if(F[C].tagName=="DT"){A=GetFirstChildElement(F[C],"A");if(A==null){A=F[C];A.setAttribute("aria-haspopup","true");A.tabIndex="0"}A.setAttribute("role","menuitem");if(A!=null){H=GetNextSiblingElement(F[C]);if(H!=null&&H.tagName=="DD"){G=GetMenuLinksInfo(GetFirstChildElement(H,"DL"),A.id);D.push({linkElement:A,firstMenuItemId:G[0].linkElement.id,menuNode:H,parentMenuItemID:E,linkNodes:G})}else{D.push({linkElement:A,firstMenuItemId:null,menuNode:null,parentMenuItemID:E,linkNodes:null})}}}}}}return D}function InitializeMenubarAction(D,G){var J,E,A,H,F,B,I;if(D!=null){for(var C=0;C<D.length;C++){J=Sys.UI.Behavior.getBehaviors(D[C].linkElement);if(J.length>0){E=J[0].get_id();A=D[C].firstMenuItemId}else{E=null;A=null}if(C==(D.length-1)){H=D[0].linkElement.id}else{H=D[C+1].linkElement.id}if(C==0){F=D[(D.length-1)].linkElement.id}else{F=D[C-1].linkElement.id}if(G==null){I=D[C].linkElement.id}else{I=G}aParentMenuItemID=D[C].parentMenuItemID;aParentBehaviorID=null;if(aParentMenuItemID!=null){J=Sys.UI.Behavior.getBehaviors($get(aParentMenuItemID));if(J.length>0){aParentBehaviorID=J[0].get_id()}}AddMenuItemActionParameters(D[C].linkElement.id,E,A,H,F,aParentMenuItemID,aParentBehaviorID,I);if(D[C].linkNodes!=null){InitializeMenubarAction(D[C].linkNodes,I)}}}}function GetFirstChildElement(D,C){var A=null;if(D!=null&&D.childNodes!=null){for(var B=0;B<D.childNodes.length;B++){if(D.childNodes[B].nodeType==1&&D.childNodes[B].tagName==C){A=D.childNodes[B];break}}}return A}function GetNextSiblingElement(B){var A=null;if(B!=null){while(B.nextSibling!=null){if(B.nextSibling.nodeType==1){A=B.nextSibling;break}B=B.nextSibling}}return A}function ToolbarAction(B,J){var D;var K,C,H,E;var M,G,L,F;var I=B.keyCode;var A=false;D=GetMenuItemActionParametersById(J.id);K=D.behaviorID;aFirstMenuItemID=D.firstMenuItemID;aNextItemID=D.nextItemID;aPrevItemID=D.prevItemID;if(I==KEY_ENTER||I==KEY_SPACE||I==KEY_UP||I==KEY_DOWN){if(K==null){A=true}else{M=$find(K);M.showPopup();G=$get(aFirstMenuItemID);window.setTimeout(function(){G.focus()},0);CancelEvent()}}else{if(I==KEY_LEFT){if(K!=null){M=$find(K);M.hidePopup()}F=$get(aPrevItemID);window.setTimeout(function(){F.focus()},0);CancelEvent()}else{if(I==KEY_RIGHT){if(K!=null){M=$find(K);M.hidePopup()}L=$get(aNextItemID);window.setTimeout(function(){L.focus()},0);CancelEvent()}else{if(I==KEY_ESCAPE&&K!=null){M=$find(K);window.setTimeout(function(){M.hidePopup()},10);CancelEvent()}}}}return A}function MenuItemAction(C,J){var K,I,D,Q,B,E,M;var O,G,N,F,P;var H=C.keyCode;var A=false;aMenuItemActionParameters=GetMenuItemActionParametersById(J.id);K=aMenuItemActionParameters.behaviorID;I=aMenuItemActionParameters.firstMenuItemID;D=aMenuItemActionParameters.nextItemID;Q=aMenuItemActionParameters.prevItemID;B=aMenuItemActionParameters.parentMenuItemID;E=aMenuItemActionParameters.parentBehaviorID;M=aMenuItemActionParameters.menubarItemID;if(H==KEY_ENTER||H==KEY_SPACE||H==KEY_RIGHT){if(K==null&&H==KEY_RIGHT){if(E!=null){aParentBehavior=$find(E);aParentBehavior.hidePopup()}ToolbarAction(C,$get(M))}else{if(K!=null){O=$find(K);O.showPopup();G=$get(I);window.setTimeout(function(){G.focus()},0);CancelEvent()}else{A=true}}}else{if(H==KEY_UP){if(K!=null){O=$find(K);O.hidePopup()}F=$get(Q);window.setTimeout(function(){F.focus()},0);CancelEvent()}else{if(H==KEY_DOWN){if(K!=null){O=$find(K);O.hidePopup()}N=$get(D);window.setTimeout(function(){N.focus()},0);CancelEvent()}else{if(H==KEY_ESCAPE||H==KEY_LEFT){if(B==null||B==M){var L=$get(M);if(H==KEY_ESCAPE){L.focus()}ToolbarAction(C,L)}else{P=$get(B);P.focus();if(K!=null){O=$find(K);window.setTimeout(function(){O.hidePopup()},10)}if(E!=null){aParentBehavior=$find(E);window.setTimeout(function(){aParentBehavior.hidePopup()},10)}CancelEvent()}}}}}return A}function CancelEvent(){if(window.event){window.event.cancelBubble=true;window.event.returnValue=false}}function CloseMenu(A){var B=$find(A);B.hidePopup()}function OpenMenu(C,A){var B=$find(A);B.showPopup();window.setTimeout(function(){C.focus()},10);return false};function openTip(A){var B=window.open(A,"searchtip","status=no,width=550,height=450,resizable=yes,scrollbars=yes");B.focus()}function openWideTip(A){var B=window.open(A,"searchtip","status=no,width=800,height=600,resizable=yes,scrollbars=yes");B.focus()}function openListItem(B){var A=window.open(B,"LinkListItem","top=10,left=200,width=750,height=450,status=1,menubar=1,scrollbars=1,titlebar=0,resizable=1,location=0,toolbar=1");A.focus()}function OpenIlsLink(D,C,E){if(E.length==0){E=""}if(C.length==0){C=""}var A=escape(window.location);if(A.indexOf("%23")>-1){A=A.split("%23")[0]}A=unescape(A);var B=window.open(A+"&"+D,C,E);B.focus();if(document.all&&window.event){window.event.returnValue=false}return(false)}function newWin(C,B,D){if(D.length==0){D=""}if(B.length==0){B=""}var A=window.open(C,B,D);A.focus();if(document.all&&window.event){window.event.returnValue=true}return(true)}function imageQuickView(A){var B=window.open(A,"ImageQuickView","status=0,menubar=1,scrollbars=1,titlebar=0,resizable=1,location=0,toolbar=0");B.focus();if(document.all&&window.event){window.event.returnValue=false}return(false)}function OpenDictionary(A){var B=window.open(A,"Dictionary","top=40,left=200,width=590,height=400,status=1,menubar=0,scrollbars=1,titlebar=0,resizable=1,location=0,toolbar=0");B.focus();if(document.all&&window.event){window.event.returnValue=false}}function SubmitSearchToParent(A){var B=window.opener;B.__doLinkPostBack("","target~~popup||args~~"+A,"");window.close()}function OpenInset(A){var B=window.open("","Inset","top=50,left=50,width=850,height=500,status=0,menubar=0,scrollbars=1,titlebar=0,resizable=1,location=0,toolbar=0");B.location=A;B.focus();if(document.all&&window.event){window.event.returnValue=false}return(false)}function PopUpHealthology(E){var C=732;var B=604;var D=(screen.width-C)/2;var A=(screen.height-B)/2;var F=window.open(E,"healthology","top="+A+",left="+D+",width="+C+",height="+B+",status=0,menubar=0,scrollbars=0,titlebar=0,resizable=0,location=0,toolbar=0,channelmode=0,directories=0,fullscreen=0");F.focus();if(document.all&&window.event){window.event.returnValue=false}}function PopUpAnimation(H,B,G){var D=(B=="")?"240":B;var C=(G=="")?"320":G;var F=(screen.width-C)/2;var A=(screen.height-D)/2;var E=window.open("","animation","top="+A+",left="+F+",width="+C+",height="+D+",status=0,menubar=0,scrollbars=0,titlebar=0,resizable=0,location=0,toolbar=0,channelmode=0,directories=0,fullscreen=0");E.document.open();E.document.write("<html>\n<head>\n");E.document.write('<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">\n');E.document.write("<title>Flash Animation</title>\n</head>\n");E.document.write('<body bgcolor="#000000" onload="preload();">\n');E.document.write('<div id="message" style="display:block;position:absolute;left:0;top:'+D/2+";width:"+C+";height:"+D/2+';font-family:Verdana,Arial,Sans-Serif;font-size:14pt;font-weight:bold;text-align:center;background-color:#000000;color:#ffffff;">Loading... Please wait!</div>\n');E.document.write('<div id="wrapper" style="display:none;position:absolute;left:0;top:0;width:'+C+";height:"+D+';background-color:#000000;">\n');if(navigator.appName.toLowerCase().indexOf("explorer")!=-1){E.document.write('<object id="animation" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="'+C+'" height="'+D+'">\n');E.document.write('<param name="Movie" value="'+H+'"/>\n')}else{E.document.write('<object id="animation" type="application/x-shockwave-flash" data="'+H+'" width="'+C+'" height="'+D+'">\n')}E.document.write('<param name="BgGolor" value="#000000"/>\n');E.document.write('<param name="AutoPlay" value="true"/>\n');E.document.write('<param name="Loop" value="false"/>\n');E.document.write('<param name="Quality" value="High"/>\n');E.document.write('<param name="Menu" value="false"/>\n');E.document.write('<param name="WMode" value="Opaque"/>\n');E.document.write('<param name="Scale" value="ShowAll"/>\n');E.document.write('<div id="download" style="display:block;position:absolute;left:0;top:'+D/2+";width:"+C+";height:"+D/2+';text-align:center;color:#ffffff;">\n');E.document.write('<a href="http://www.adobe.com/go/getflashplayer" title="Download Flash Player!" target="_blank"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" border="0"/></a></div>\n');E.document.write("</object>\n");E.document.write("</div>\n");E.document.write('<script language="javascript" type="text/javascript">function preload(){\n');E.document.write('document.getElementById("wrapper").style.display="block";\n');E.document.write('document.getElementById("message").style.display="none";\n');E.document.write("}<\/script>\n");E.document.write("</body>\n</html>");E.document.close();E.focus();if(document.all&&window.event){window.event.returnValue=false}}function getControls(B){var A=new Array(4);A[0]=document.forms[0][document.forms[0]["text_"+B].value];A[1]=document.forms[0][document.forms[0]["hidden_"+B].value];A[2]=document.getElementById(document.forms[0]["label_"+B].value.replace(/\$/g,"_"));A[3]=document.forms[0][document.forms[0]["button_"+B].value];return A}function openPreSelWindow(B,E,C){var D=getControls(C);var A=D[0].value;if(E!=""){newWin("popup-index?sid="+B+"&hid="+E+"&vid=&id="+C+"&term="+A,"indexlist","top=90,left=300,width=450,height=545,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no")}else{newWin("popup-index?sid="+B+"&vid=&id="+C+"&term="+A,"indexlist","top=90,left=300,width=450,height=545,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no")}}function setPreSelTerm(C,A){window.focus();var B=getControls(A);B[0].value="";B[0].style.display="none";B[1].value=C;B[2].style.display="none";B[2].innerHTML=C;B[2].style.display="";B[3].style.display=""}function resetPreSelTerm(A){var B=getControls(A);B[1].value="";B[2].style.display="none";B[3].style.display="none";B[0].style.display=""}function openOLRTestWindow(A,D,F,C,E,B){if(F!=""){newWin("olrtests?sid="+A+"&vid="+D+"&hid="+F+"&db="+C+"&an="+E+"&md="+B,"Tests","top=50,left=50,width=850,height=500,status=0,menubar=0,scrollbars=1,titlebar=0,resizable=1,location=0,toolbar=0")}else{newWin("olrtests?sid="+A+"&vid="+D+"&db="+C+"&an="+E+"&md="+B,"Tests","top=50,left=50,width=850,height=500,status=0,menubar=0,scrollbars=1,titlebar=0,resizable=1,location=0,toolbar=0")}}function OpenPDF(B){var A=window.open(B,"_pdf","top=40,left=100,width=750,height=800,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");A.focus();return(false)}function showMessageBox(B){var F=getElementById("messageBox");if(F){var A=getElementByClientId("lblMessage",F);if(A&&B){A.innerHTML=B}F.style.width=document.body.offsetWidth.toString()+"px";F.style.height=document.body.offsetHeight.toString()+"px";var E=document.getElementById("messageContents");var G=document.getElementById("coverScreen");var D=(document.body.offsetHeight/2-E.offsetHeight/2)+"px";var C=(document.body.offsetWidth/2-E.offsetWidth/2)+"px";G.style.left=C;E.style.left=C;G.style.top=D;E.style.top=D;F.style.visibility="visible";G.style.height=E.offsetHeight.toString()+"px";G.style.width=E.offsetWidth.toString()+"px";G.style.visibility="visible";var H=getElementByClientId("btnSubmit",F);if(H){H.focus()}}}function DisplayDynamicWindow(D,B,A,K,F,J){var C=getElementById(D);var L;var E,I;if(K){L=getElementById(K)}else{L=getElementById("coverScreen")}if(B=="hidden"){C.style.display="none"}else{if(B=="visible"){C.style.display="block";if(J){var H=Element.viewportOffset(J);I=H.top-C.offsetHeight/2;E=H.left+J.offsetWidth}else{I=150;E=Math.round((document.body.offsetWidth*0.5)-(C.offsetWidth*0.5))}C.style.left=E+"px";C.style.top=I+"px";L.style.top=I+"px";L.style.left=E+"px";L.style.height=C.offsetHeight.toString()+"px";L.style.width=C.offsetWidth.toString()+"px"}}C.style.visibility=B;L.style.visibility=B;var M;if(F){M=getElementById(F);if(M){M.innerHTML='<table id="messageBox2" class="popupContainer"><tr><td></td></tr></table>';var G=getElementById("messageBox2");G.style.width=document.body.offsetWidth.toString()+"px";G.style.height=document.body.offsetHeight.toString()+"px";G.style.visibility=B}}stopCurrentEvent(A)}function showImageBox(J,H){var E=getElementById("imageBox");if(E){var F=getElementByClientId("lblTitle",E);if(F&&J){F.innerHTML=J}var B=getElementByClientId("DisplayedLargeImage",E);if(B&&H){B.src=H}E.style.width=document.body.offsetWidth.toString()+"px";E.style.height=document.body.offsetHeight.toString()+"px";var D=document.getElementById("messageContents");var A=document.getElementById("coverScreen");var C=(document.body.offsetHeight/2-D.offsetHeight/2)+"px";var K=(document.body.offsetWidth/2-D.offsetWidth/2)+"px";var I;if(self.pageYOffset){I=self.pageYOffset}else{if(document.documentElement&&document.documentElement.scrollTop){I=document.documentElement.scrollTop}else{if(document.body){I=document.body.scrollTop}}}I=I+10;A.style.left="60px";D.style.left="60px";A.style.top=I+"px";D.style.top=I+"px";E.style.visibility="visible";A.style.height=D.offsetHeight.toString()+"px";A.style.width=D.offsetWidth.toString()+"px";A.style.visibility="visible";var G=getElementByClientId("btnSubmit",E);if(G){G.focus()}}}function closeImageBox(){var B=getElementById("imageBox");if(B){B.style.visibility="hidden"}var A=document.getElementById("coverScreen");if(A){A.style.visibility="hidden"}}function PopupController(){this.position=new PopupPosition();this.coverScreen=true}PopupController.prototype={clearContent:function(theControlClientID){var aTarget=document.getElementById(eval(theControlClientID+"_t"));if(aTarget!=null){aTarget.innerHTML=""}},showPopup:function(theControlClientID,theReferenceElementID){var aContainer=document.getElementById(eval(theControlClientID+"_p"));var aTarget=document.getElementById(eval(theControlClientID+"_t"));if(aContainer==null||aTarget==null){return }this.clearContent(theControlClientID);aTarget.innerHTML=this.getContent();this.positionPopup(aContainer,theReferenceElementID);if(this.coverScreen&&navigator.userAgent.toLowerCase().indexOf("msie 6")>-1){var aIFrame=document.getElementById(theControlClientID+"_iframe");if(aIFrame==null){aIFrame=document.createElement("iframe");aIFrame.id=theControlClientID+"_iframe"}aIFrame.style.position="absolute";aIFrame.style.top=aContainer.style.top;aIFrame.style.left=aContainer.style.left;aIFrame.style.width=aContainer.clientWidth+"px";aIFrame.style.height=aContainer.clientHeight+"px";aContainer.style.zIndex="1";aContainer.parentNode.appendChild(aIFrame)}aContainer.style.display="block"},getContent:function(){},positionPopup:function(D,B){var A=document.getElementById(B);var C=findPos(document.getElementById(B));var E=findDynamicPopupSize(D);switch(this.position.hAlign){case HorizontalPosition.Left:D.style.left=(C[0]-E[0]-this.position.hPadding).toString()+"px";break;case HorizontalPosition.Right:D.style.left=(C[0]+A.scrollWidth+this.position.hPadding).toString()+"px";break}switch(this.position.vAlign){case VerticalPosition.AlignTop:D.style.top=C[1].toString()+"px";break;case VerticalPosition.AlignBottom:D.style.top=(C[1]-E[1]+A.scrollHeight).toString()+"px";break;case VerticalPosition.AlignCenter:D.style.top=(C[1]+A.scrollHeight/2-E[1]/2).toString()+"px";break}}};function findDynamicPopupSize(B){B.style.left="-100%";B.style.display="block";var A=B.clientWidth;var C=B.clientHeight;B.style.display="none";return[A,C]}function findPos(A){var B=curtop=0;if(A.offsetParent){B=A.offsetLeft;curtop=A.offsetTop;while(A=A.offsetParent){B+=A.offsetLeft;curtop+=A.offsetTop}}return[B,curtop]}function PopupPosition(){this.hAlign=HorizontalPosition.Left;this.vAlign=VerticalPosition.AlignCenter;this.hPadding=15;this.vPadding=0}var VerticalPosition={AlignTop:0,AlignBottom:1,AlignCenter:2};var HorizontalPosition={Left:0,Right:1};function closeDynamicPopup(theClientID){var aContainer=document.getElementById(eval(theClientID+"_p"));if(aContainer!=null){aContainer.style.display="none"}var aIFrame=document.getElementById(theClientID+"_iframe");if(aIFrame!=null){aIFrame.parentNode.removeChild(aIFrame)}}function showShDetails(A,C){var B=new PopupController();B.getContent=function(){return document.getElementById("lastRun_"+C).innerHTML};if(IsBodyRTL()){B.position.hAlign=HorizontalPosition.Right}B.showPopup(A,"lnkDetails_"+C)}function OpenPopup(I,G,D,H){var F=window.open("",G,(H!=null?H:"height=540px,width=555px,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,directories=no,menubar=no,copyhistory=no"));if(F!=null){var A=null;try{var B=new RegExp("^(?:\\w+://[\\w\\./]+(?:\\:\\d+)?/)?([\\w\\.]+)(?:\\?.+)?$");var C=I.replace(B,"$1");if(F!=null&&F.location!=null&&(F.location.toString()!=""||F.location.toString()=="about:blank")){A=F.location.toString().replace(B,"$1")}if(D||F.location.toString()=="about:blank"||A==null||A!=C){F.location=I}if(navigator.appVersion.indexOf("Mac")!=-1){F.location.href=I}}catch(E){}F.focus()}}function ClosePopup(){window.close()}var aActiveFolderDropDown;function toggleFolderDropdown(C,H){var B=document.getElementById(H);var G=document.getElementById(C);var D=Position.cumulativeOffset(G.parentNode);var F=D[0];var E=D[1];var A=navigator.appVersion.match(/MSIE/)!=null;if(A){F+=5;E+=5}B.style.left=F.toString()+"px";B.style.top=E.toString()+"px";var I=navigator.appVersion.match(/MSIE 6/)!=null;if(B.style.display=="none"){B.style.display="block";if(aActiveFolderDropDown!=null){aActiveFolderDropDown.style.display="none";if(I){removeBlockerIFrame(aActiveFolderDropDown)}}aActiveFolderDropDown=B;if(I){addBlockerIframe(B)}}else{B.style.display="none";aActiveFolderDropDown=null;if(I){removeBlockerIFrame(B)}}}function removeBlockerIFrame(A){var C=A.id+"_iframe";var B=document.getElementById(C);if(B!=null){B.parentNode.removeChild(B)}}function addBlockerIframe(A){var D=A.id+"_iframe";var C=document.getElementById(D);if(C==null){C=document.createElement("iframe");C.id=D;C.title="BlockerFrame"}var B=findPos(A);C.style.position="absolute";C.style.left=B[0].toString()+"px";C.style.top=B[1].toString()+"px";C.style.width=A.clientWidth+"px";C.style.height=A.clientHeight+"px";document.body.removeChild(A);A.style.zIndex="1";document.body.appendChild(C);C.appendChild(A)}function folderCreateParentSelect(E,C){var A=document.getElementById("folderParentValue");A.value=E;var B=document.getElementById("folderParentShowLink");B.innerHTML=unescape(C);var D=document.getElementById("folderParentSelect");D.style.display="none";if(navigator.appVersion.match(/MSIE 6.0/)!=null){removeBlockerIFrame(D)}}function calulateClientLeft(A){var B=0;if(A.offsetParent){if(A.clientLeft){B=A.clientLeft;while(A=A.offsetParent){B+=A.clientLeft}}}return B}function showQuickViewHint(D,B){var C=Position.positionedOffset(D);var A=document.getElementById(B);if(A!=null){Element.show(A);A.style.left=(C[0]-A.offsetWidth+D.offsetWidth)+"px";A.style.top=(C[1]-A.offsetHeight-5)+"px"}return false}function closeQuickViewHint(B){var A=document.getElementById(B);if(A!=null){Element.hide(A)}return false}function showSmartTextViewHint(D,B){var C=Position.positionedOffset(D);var A=document.getElementById(B);if(A!=null){A.style.left=(C[0]+D.offsetWidth+5)+"px";A.style.bottom=(C[1]-D.offsetHeight)+"px";Element.show(A)}return false}function closeSmartTextViewHint(B){var A=document.getElementById(B);if(A!=null){Element.hide(A)}return false}var aActiveDojoDialog;var isDialogAsyncPost;var aMainForm;function displayDojoDialog(A,E,C){if(A==null||A==""){return }var D=window.location.href.replace(/\/\w+\?/,"/"+A+"?");D=D.split("#")[0];var B=document.getElementById("__vid").value;D=D.replace(/vid=\d+/,"vid="+B);if(aActiveDojoDialog==null){aActiveDojoDialog=new dijit.Dialog({href:D})}else{if(aActiveDojoDialog.href!=D||E){aActiveDojoDialog.setHref(D)}}isDialogAsyncPost=E;dojo.connect(aActiveDojoDialog,"onLoad",updateDojoForm);dojo.connect(aActiveDojoDialog,"onLoad",setDojoForm);if(C!=null&&C==false){dojo.connect(aActiveDojoDialog,"onLoad",initScriptFromModal)}dojo.connect(aActiveDojoDialog,"show",setDojoForm);dojo.connect(aActiveDojoDialog,"show",disconnectModalScroll);dojo.connect(aActiveDojoDialog,"hide",updateMainForm);dojo.connect(aActiveDojoDialog,"_position",verifyDialogVisible);aActiveDojoDialog.show();return false}function setDojoForm(){var A=getDojoDialogForm();if(aMainForm==null){aMainForm=theForm}if(A!=null){theForm=A}if(isDialogAsyncPost){syncCheckboxState(aMainForm,A)}}function initScriptFromModal(){var A=aActiveDojoDialog.domNode.getElementsByTagName("script");for(i=0;i<A.length;i++){if(A[i].innerHTML!=null&&A[i].innerHTML.length>0){dojo["eval"](A[i].innerHTML)}}}function verifyDialogVisible(){var A=dojo.coords(aActiveDojoDialog.domNode);if(A.y<0){aActiveDojoDialog.domNode.style.top=0}}function disconnectModalScroll(){for(var A=0;A<aActiveDojoDialog._modalconnects.length;A++){if(aActiveDojoDialog._modalconnects[A][1]=="onscroll"){dojo.disconnect(aActiveDojoDialog._modalconnects[A]);break}}}function updateMainForm(){if(aMainForm!=null){theForm=aMainForm}var A=getDojoDialogForm();if(A!=null&&!isDialogAsyncPost){A.reset()}}function cancelDojoDialog(){aActiveDojoDialog.hide()}function submitDojoDialog(){var C=getDojoDialogForm();if(C!=null){var B=document.forms[0];var A=document.createElement("input");A.type="hidden";A.name="redirectUrl";A.value=B.action;C.appendChild(A)}}function submitDojoDialogAsync(){var aDojoForm=getDojoDialogForm();syncCheckboxState(aDojoForm,document.forms[0]);dojo.xhrPost({url:aDojoForm.action,form:aDojoForm,load:function(data){eval("search()")}});aActiveDojoDialog.hide();return false}function getDojoDialogForm(){if(aActiveDojoDialog!=null){var A=aActiveDojoDialog.containerNode.getElementsByTagName("form");if(A.length>0){return A[0]}}return null}function updateDojoForm(){var A=getDojoDialogForm();if(A!=null&&isDialogAsyncPost){A.onsubmit=submitDojoDialogAsync}}function ResetDojoDialog(A){var B=aActiveDojoDialog.href;if(A!=null&&B.indexOf(A)==-1){B=B+"&"+A}aActiveDojoDialog.setHref(B);return false}function syncCheckboxState(C,E){if(C==null||E==null){return }var D=C.getElementsByTagName("input");for(var B=0;B<D.length;B++){if(D[B].type.toLowerCase()=="checkbox"){var A=E[D[B].name];if(A&&A.type.toLowerCase()=="checkbox"){A.checked=D[B].checked}}}}var _imageTimeout;function showBiggerImage(J){var F=document.getElementById("relatedImagePopup");if(F==null){F=document.createElement("span")}var L=F.getElementsByTagName("img")[0];if(L==null){L=document.createElement("img");F.appendChild(L)}L.src=J;if(!L.complete){_imageTimeout=setTimeout('showBiggerImage("'+J+'")',250);return }F.id="relatedInfoPopup";F.style.position="absolute";F.style.left="-5000px";F.className="related-info-shadow";L.className="related-info-image";document.getElementsByTagName("body")[0].appendChild(F);var H=L.width;var C=800;var D=10;var G=10;var E=C;var B=-1;var K=-1;var I=-1;var A=document.getElementById("resultListInnerDiv");if(A!=null){B=A.offsetWidth;E=B-D;K=A.offsetLeft;I=K+B-1}if(E<G||E>C){E=C}if(H>E){L.style.maxWidth=""+E+"px";L.width=E;H=E}F.style.top=(document.viewport.getScrollOffsets()[1]+80).toString()+"px";var M=(document.body.clientWidth/2)-(H/2);if((K>0)&&(M+H>I)){M=I-H;if(M<0){M=0}}F.style.left=M.toString()+"px";EPDropDownBlocker.AddBlocker(F)}function hideBiggerImage(){var A=document.getElementById("relatedInfoPopup");if(A!=null){A.parentNode.removeChild(A)}clearTimeout(_imageTimeout);EPDropDownBlocker.RemoveBlocker()}function addThisClick(D){var C=document.getElementById(D);if(C){var B="http://www.addthis.com/bookmark.php?v=10&pub=ebsco&url="+encodeURIComponent(C.value)+"&title="+encodeURIComponent(document.title);var A=window.open(B,"addthis","scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no,screenX=200,screenY=100,left=200,top=100");A.focus()}}var EPDropDownBlocker=function(){_blockerFrame=null;return{AddBlocker:function(A){if(navigator.appVersion.match(/MSIE 6/)!=null){if(!_blockerFrame){_blockerFrame=document.createElement("iframe");_blockerFrame.style.position="absolute"}if(A.parentNode){A.parentNode.insertBefore(_blockerFrame,A);_blockerFrame.style.width=A.clientWidth;_blockerFrame.style.height=A.clientHeight;_blockerFrame.style.left=A.offsetLeft+"px";_blockerFrame.style.top=A.offsetTop+"px";if(A.style.zIndex<2){A.style.zIndex=2}_blockerFrame.style.zIndex=A.style.zIndex-1}}},RemoveBlocker:function(){if(_blockerFrame&&_blockerFrame.parentNode){_blockerFrame.parentNode.removeChild(_blockerFrame)}}}}();