function ULSA13(){var o=new Object;o.ULSTeamName="Microsoft SharePoint Foundation";o.ULSFileName="init.js";return o;} var L_Infobar_Send_Error_Text="Failed to send JavaScript error report. Please see original error details below.",ULS;if(!ULS)ULS={};ULS.OriginalOnError=window.onerror;window.onerror=ULSOnError;function ULSTrim(a){ULSA13:;a=a.replace(/^\s*/,"");a=a.replace(/\s*$/,"");return a}function ULSEncodeXML(a){ULSA13:;a=String(a);a=a.replace(/&/g,"&");a=a.replace(//g,">");a=a.replace(/'/g,"'");a=a.replace(/"/g,""");return a}function ULSStripPII(a){ULSA13:;if(a.indexOf("?")!=-1)a=a.substring(0,a.indexOf("?"));if(window.location)a=a.replace(window.location.hostname,"[server]");return a}function ULSGetFunction(e,c){ULSA13:;var d=e.toString(),a=ULSTrim(d.substring(0,d.indexOf("{")));if(a.indexOf("function")==0)a=ULSTrim(a.substring(8));var b="=0)b+='depth="'+c+'" ';b+='signature="'+a+'">';if(c==0||a.indexOf("anonymous")==0||a.indexOf("(")==0)b+="\n\n";b+="";return b}function ULSGetMetadataFromFrame(oCS){ULSA13:;var sFunctionText=oCS.toString(),iOpeningBrace=sFunctionText.indexOf("{");if(iOpeningBrace==-1)return false;sFunctionText=sFunctionText.substr(iOpeningBrace+1);var iFirstStatement=sFunctionText.search(/[^\s]/);if(iFirstStatement==-1)return false;var reMatch=sFunctionText.match(/ULS[^\s;]*:/);if(reMatch==null||reMatch.index!=iFirstStatement)return false;var sLabelName=reMatch[0];sLabelName=sLabelName.substr(0,sLabelName.length-1);try{var o=eval(sLabelName+"()");if(typeof o=="undefined")return false;ULS.teamName=o.ULSTeamName;ULS.originalFile=o.ULSFileName;return true}catch(e){return false}}function ULSGetCallstack(b){ULSA13:;var e="";try{if(b){var d=false,a=b,c=0;while(a&&c<20){if(!d)d=ULSGetMetadataFromFrame(a);e+=ULSGetFunction(a,c,b)+"\n";a=a.caller;c++}}}catch(f){}return e}function ULSGetClientInfo(){ULSA13:;var a="";try{var b=navigator.browserLanguage;if(!b)b=navigator.language;if(!b)b=navigator.systemLanguage;var c=navigator.userAgent.toLowerCase(),e=navigator.appName,d=parseFloat(navigator.appVersion);if(c.indexOf("msie ")!=-1)d=parseFloat(c.substring(c.indexOf("msie ")+5));if(c.indexOf("firefox/")!=-1){e="Firefox";d=parseFloat(c.substring(c.indexOf("firefox/")+8))}a+='\n';a+=""+ULSEncodeXML(navigator.userAgent)+"\n";if(b)a+=""+ULSEncodeXML(b)+"\n";if(document.referrer){var g=ULSStripPII(document.referrer);a+=""+ULSEncodeXML(g)+"\n"}if(window.location){var f=ULSStripPII(window.location.toString());a+=""+ULSEncodeXML(f)+"\n"}if(ULS.Correlation)a+=""+ULSEncodeXML(ULS.Correlation)+"\n"}catch(h){}return a}function ULSHandleWebServiceResponse(){ULSA13:;ULS.request.readyState==4&&ULS.request.status==200&&ULSFinishErrorHandling();(ULS.request.readyState==0||ULS.request.readyState==4)&&ULS.request.status>200&&ULSFinishErrorHandling()}function ULSFinishErrorHandling(){ULSA13:;ULS.message=null}function ULSGetWebServiceUrl(){ULSA13:;var a="",b=document.URL.indexOf("://");if(b>0){var c=document.URL.indexOf("/",b+3);if(c>0)a=document.URL.substring(0,c);else a=document.URL}if(a.charAt(a.length-1)!="/")a+="/";a+="_vti_bin/diagnostics.asmx";return a}function ULSSendReport(){ULSA13:;if(XMLHttpRequest)ULS.request=new XMLHttpRequest;else ULS.request=new ActiveXObject("MSXML2.XMLHTTP");ULS.request.onreadystatechange=ULSHandleWebServiceResponse;ULS.request.open("POST",ULSGetWebServiceUrl(),true);ULS.request.setRequestHeader("Content-Type","text/xml; charset=utf-8");ULS.request.setRequestHeader("SOAPAction",ULS.WebServiceNS+"SendClientScriptErrorReport");ULS.request.send(''+ULSEncodeXML(ULS.message)+""+ULSEncodeXML(ULS.file)+""+ULS.line+""+ULSEncodeXML(ULS.callStack)+""+ULSEncodeXML(ULS.clientInfo)+""+ULSEncodeXML(ULS.teamName)+""+ULSEncodeXML(ULS.originalFile)+"")}function ULSSendExceptionImpl(c,a,b,d){ULSA13:;if(ULS&&ULS.enable){ULS.enable=false;window.onerror=ULS.OriginalOnError;ULS.WebServiceNS="http://schemas.microsoft.com/sharepoint/diagnostics/";try{ULS.message=c;if(a.indexOf("?")!=-1)a=a.substr(0,a.indexOf("?"));ULS.file=a.substr(a.lastIndexOf("/")+1);ULS.line=b;ULS.teamName="";ULS.originalFile="";ULS.callStack="\n"+ULSGetCallstack(d)+"";ULS.clientInfo="\n"+ULSGetClientInfo()+"";ULSSendReport()}catch(e){}}if(ULS&&ULS.OriginalOnError)return ULS.OriginalOnError(c,a,b);else return false}function ULSOnError(b,c,a){ULSA13:;return ULSSendExceptionImpl(b,c,a,ULSOnError.caller)}function ULSSendException(b){ULSA13:;var a=b.message;if(typeof a=="undefined")a=b;ULSSendExceptionImpl(a,document.location.href,0,ULSSendException.caller)}function Browseris(){ULSA13:;var a=navigator.userAgent.toLowerCase();this.osver=1;if(a){var g=a.substring(a.indexOf("windows ")+11);this.osver=parseFloat(g)}this.major=parseInt(navigator.appVersion);this.nav=a.indexOf("mozilla")!=-1&&(a.indexOf("spoofer")==-1&&a.indexOf("compatible")==-1);this.nav6=this.nav&&this.major==5;this.nav6up=this.nav&&this.major>=5;this.nav7up=false;if(this.nav6up){var b=a.indexOf("netscape/");if(b>=0)this.nav7up=parseInt(a.substring(b+9))>=7}this.ie=a.indexOf("msie")!=-1;this.aol=this.ie&&a.indexOf(" aol ")!=-1;if(this.ie){var e=a.substring(a.indexOf("msie ")+5);this.iever=parseInt(e);this.verIEFull=parseFloat(e)}else this.iever=0;this.ie4up=this.ie&&this.major>=4;this.ie5up=this.ie&&this.iever>=5;this.ie55up=this.ie&&this.verIEFull>=5.5;this.ie6up=this.ie&&this.iever>=6;this.ie7down=this.ie&&this.iever<=7;this.ie7up=this.ie&&this.iever>=7;this.ie8standard=this.ie&&document.documentMode&&document.documentMode==8;this.winnt=a.indexOf("winnt")!=-1||a.indexOf("windows nt")!=-1;this.win32=this.major>=4&&navigator.platform=="Win32"||a.indexOf("win32")!=-1||a.indexOf("32bit")!=-1;this.win64bit=a.indexOf("win64")!=-1;this.win=this.winnt||this.win32||this.win64bit;this.mac=a.indexOf("mac")!=-1;this.w3c=this.nav6up;this.safari=a.indexOf("webkit")!=-1;this.safari125up=false;this.safari3up=false;if(this.safari&&this.major>=5){var b=a.indexOf("webkit/");if(b>=0)this.safari125up=parseInt(a.substring(b+7))>=125;var f=a.indexOf("version/");if(f>=0)this.safari3up=parseInt(a.substring(f+8))>=3}this.firefox=this.nav&&a.indexOf("firefox")!=-1;this.firefox3up=false;this.firefox36up=false;if(this.firefox&&this.major>=5){var d=a.indexOf("firefox/");if(d>=0){var c=a.substring(d+8);this.firefox3up=parseInt(c)>=3;this.firefox36up=parseFloat(c)>=3.6}}}var browseris=new Browseris,bis=browseris;function byid(a){ULSA13:;return document.getElementById(a)}function newE(a){ULSA13:;return document.createElement(a)}function wpf(){ULSA13:;return document.forms[MSOWebPartPageFormName]}function startReplacement(){}function AttachEvent(c,b,a){ULSA13:;if(!a)a=window;if(c=="domLoad")c=a.addEventListener&&browseris.nav?"DOMContentLoaded":"load";if(typeof b=="string")b=new Function(b);if(a.addEventListener)a.addEventListener(c,b,false);else a.attachEvent("on"+c,b)}function DetachEvent(c,b,a){ULSA13:;if(!a)a=window;if(c=="domLoad")c=a.removeEventListener&&browseris.nav?"DOMContentLoaded":"load";if(typeof b=="string")b=new Function(b);if(a.removeEventListener)a.removeEventListener(c,b,false);else a.detachEvent("on"+c,b)}function CancelEvent(a){ULSA13:;a.cancelBubble=true;a.preventDefault&&a.preventDefault();a.stopPropogation&&a.stopPropogation();a.returnValue=false;return false}function GetEventSrcElement(a){ULSA13:;if(browseris.nav)return a.target;else return a.srcElement}function GetEventKeyCode(a){ULSA13:;if(browseris.nav)return a.which;else return a.keyCode}function GetInnerText(a){ULSA13:;if(browseris.safari&&browseris.major<5)return a.innerHTML;else if(browseris.nav)return a.textContent;else return a.innerText}typeof Sys!="undefined"&&Sys&&Sys.Application&&Sys.Application.notifyScriptLoaded();typeof NotifyScriptLoadedAndExecuteWaitingJobs=="function"&&NotifyScriptLoadedAndExecuteWaitingJobs("owsbrows.js");var g_cde={};function GetCachedElement(b){ULSA13:;var a=null;if(!(a=g_cde[b])){a=document.getElementById(b);g_cde[b]=a}return a}var UTF8_1ST_OF_2=192,UTF8_1ST_OF_3=224,UTF8_1ST_OF_4=240,UTF8_TRAIL=128,HIGH_SURROGATE_BITS=55296,LOW_SURROGATE_BITS=56320,SURROGATE_6_BIT=64512,SURROGATE_ID_BITS=63488,SURROGATE_OFFSET=65536;function escapeProperlyCoreCore(f,g,h,i){ULSA13:;var c="",b="",d=0,k=" \"%<>'&";if(typeof f=="undefined")return "";for(d=0;d=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57||g&&(a>=32&&a<=95)&&k.indexOf(e)<0)c+=e;else if(a<=15)c+="%0"+a.toString(16).toUpperCase();else if(a<=127)c+="%"+a.toString(16).toUpperCase()}else if(a<=2047){b=UTF8_1ST_OF_2|a>>6;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|a&63;c+="%"+b.toString(16).toUpperCase()}else if((a&SURROGATE_6_BIT)!=HIGH_SURROGATE_BITS){b=UTF8_1ST_OF_3|a>>12;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|(a&4032)>>6;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|a&63;c+="%"+b.toString(16).toUpperCase()}else if(d>18;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|(a&258048)>>12;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|(a&4032)>>6;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|a&63;c+="%"+b.toString(16).toUpperCase()}}return c}function escapeProperly(a){ULSA13:;return escapeProperlyCoreCore(a,false,false,false)}function escapeProperlyCore(b,a){ULSA13:;return escapeProperlyCoreCore(b,a,false,false)}function escapeUrlForCallback(a){ULSA13:;var c=a.indexOf("#"),b=a.indexOf("?");if(c>0&&(b==-1||c0)d+=a.substr(b);a=d}return escapeProperlyCoreCore(a,true,false,true)}function PageUrlValidation(a){ULSA13:;if(a.substr(0,4)=="http"||a.substr(0,1)=="/"||a.indexOf(":")==-1)return a;else{var L_InvalidPageUrl_Text="Invalid page URL: ";alert(L_InvalidPageUrl_Text);return ""}}function SelectRibbonTab(b,c){ULSA13:;var a=null;try{a=SP.Ribbon.PageManager.get_instance().get_ribbon()}catch(d){}if(!a)typeof _ribbonStartInit=="function"&&_ribbonStartInit(b,false,null);else(c||a.get_selectedTabId()=="Ribbon.Read")&&a.selectTabById(b)}function FV4UI(){ULSA13:;return typeof _fV4UI!="undefined"&&_fV4UI}var itemTable=null,currentCtx=null,g_OfflineClient=null;function TakeOfflineDisabled(d,b,c,a){ULSA13:;try{if(g_OfflineClient==null)if(document.cookie.indexOf("OfflineClientInstalled")==-1){if(IsSupportedMacBrowser())g_OfflineClient=CreateMacPlugin();else g_OfflineClient=new ActiveXObject("SharePoint.OfflineClient");SetDomainCookie("OfflineClientInstalled","1")}else if(GetCookie("OfflineClientInstalled")=="1")if(IsSupportedMacBrowser())g_OfflineClient=CreateMacPlugin();else g_OfflineClient=new ActiveXObject("SharePoint.OfflineClient");if(g_OfflineClient!=null&&g_OfflineClient.IsOfflineAllowed(d,b,c,a))return false;else return true}catch(e){SetDomainCookie("OfflineClientInstalled","0");g_OfflineClient=null}return true}function GoToHistoryLink(b,d){ULSA13:;if(b.href==null)return;var c=b.href,f=b.href.indexOf("?")>=0?"&":"?",e=f+"VersionNo="+d,a=GetSource();if(a!=null&&a!="")a="&Source="+a;var c=b.href+e+a;if(isPortalTemplatePage(c))window.top.location=STSPageUrlValidation(c);else window.location=STSPageUrlValidation(c)}function GetGotoLinkUrl(b){ULSA13:;if(b.href==null)return null;var d=b.href.indexOf("?")>=0?"&":"?",a=GetSource();if(a!=null&&a!="")a=d+"Source="+a;var c=b.href+a;return c}function GoToLink(b){ULSA13:;var a=GetGotoLinkUrl(b);if(a==null)return;if(isPortalTemplatePage(a))window.top.location=STSPageUrlValidation(a);else window.location=STSPageUrlValidation(a)}function GoToLinkOrDialogNewWindow(a){ULSA13:;if(a.href==null)return;if(window.location.search.match("[?&]IsDlg=1"))window.open(a.href);else GoToLink(a)}function GoToDiscussion(b){ULSA13:;var c=b.indexOf("?")>=0?"&":"?",a=GetSource();if(a!=null&&a!="")b+=c+"TopicsView="+a;STSNavigate(b)}function GetCurrentEltStyle(b,c){ULSA13:;if(b.currentStyle)return b.currentStyle[c];else if(window&&window.getComputedStyle){var a=window.getComputedStyle(b,null);if(a&&a.getPropertyValue)return a.getPropertyValue(c)}else return null}function EEDecodeSpecialChars(b){ULSA13:;var a=b.replace(/"/g,'"');a=a.replace(/>/g,">");a=a.replace(/</g,"<");a=a.replace(/'/g,"'");a=a.replace(/&/g,"&");return a}function DeferCall(){ULSA13:;if(arguments.length==0)return null;var args=arguments,fn=null;if(browseris.ie5up||browseris.nav6up)eval("if (typeof("+args[0]+")=='function') { fn="+args[0]+"; }");if(fn==null)return null;if(args.length==1)return fn();else if(args.length==2)return fn(args[1]);else if(args.length==3)return fn(args[1],args[2]);else if(args.length==4)return fn(args[1],args[2],args[3]);else if(args.length==5)return fn(args[1],args[2],args[3],args[4]);else if(args.length==6)return fn(args[1],args[2],args[3],args[4],args[5]);else if(args.length==7)return fn(args[1],args[2],args[3],args[4],args[5],args[6]);else if(args.length==8)return fn(args[1],args[2],args[3],args[4],args[5],args[6],args[7]);else if(args.length==9)return fn(args[1],args[2],args[3],args[4],args[5],args[6],args[7],args[8]);else if(args.length==10)return fn(args[1],args[2],args[3],args[4],args[5],args[6],args[7],args[8],args[9]);else{var L_TooManyDefers_Text="Too many arguments passed to DeferCall";alert(L_TooManyDefers_Text)}return null}var L_ContainIllegalChar_Text="^1 contains illegal character '^2'.",L_ContainIllegalString_Text="^1 contains illegal characters or substring.",LegalUrlChars=[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,true,true,false,false,true,false,false,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,false,true,false,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false];function AdmBuildParam(b){ULSA13:;for(var c,a=1;a=0||a.indexOf("//")>=0||a.indexOf("./")>=0||a.indexOf("/.")>=0||a.indexOf(".")==0||a.lastIndexOf(".")==a.length-1)return true;return false}function UrlLeafNameValidate(a,b){ULSA13:;var c="";if(typeof a.MessagePrefix=="string")c=a.MessagePrefix;else c=a.id;var d=IndexOfIllegalCharInUrlLeafName(b.Value);if(d>=0){if(typeof a.errormessage=="string")a.errormessage=AdmBuildParam(L_ContainIllegalChar_Text,c,b.Value.charAt(d));b.IsValid=false}else if(UrlContainsIllegalStrings(b.Value)){if(typeof a.errormessage=="string")a.errormessage=AdmBuildParam(L_ContainIllegalString_Text,c);b.IsValid=false}else b.IsValid=true}function UrlPathValidate(a,b){ULSA13:;var c="";if(typeof a.MessagePrefix=="string")c=a.MessagePrefix;else c=a.id;var d=IndexOfIllegalCharInUrlPath(b.Value);if(d>=0){if(typeof a.errormessage=="string")a.errormessage=AdmBuildParam(L_ContainIllegalChar_Text,c,b.Value.charAt(d));b.IsValid=false}else if(UrlContainsIllegalStrings(b.Value)){if(typeof a.errormessage=="string")a.errormessage=AdmBuildParam(L_ContainIllegalString_Text,c);b.IsValid=false}else b.IsValid=true}function IsCheckBoxListSelected(a){ULSA13:;if(a==null)return false;var c=a.length;if(c==null)return a.checked;else for(var b=0;b":a.push(">");break;case "&":a.push("&");break;case '"':a.push(""");break;case "'":a.push("'");break;default:a.push(e)}}return a.join("")}function StAttrQuote(a){ULSA13:;a=a.toString();a=a.replace(/&/g,"&");a=a.replace(/\"/g,""");a=a.replace(/\r/g," ");return '"'+a+'"'}function STSScriptEncode(e){ULSA13:;if(null==e||typeof e=="undefined")return "";for(var d=new String(e),a=[],c=0,g=d.length,c=0;c4095)a.push("\\u"+b.toString(16).toUpperCase());else if(b>255)a.push("\\u0"+b.toString(16).toUpperCase());else if(b>127)a.push("\\u00"+b.toString(16).toUpperCase());else{var f=d.charAt(c);switch(f){case "\n":a.push("\\n");break;case "\r":a.push("\\r");break;case '"':a.push("\\u0022");break;case "%":a.push("\\u0025");break;case "&":a.push("\\u0026");break;case "'":a.push("\\u0027");break;case "(":a.push("\\u0028");break;case ")":a.push("\\u0029");break;case "+":a.push("\\u002b");break;case "/":a.push("\\u002f");break;case "<":a.push("\\u003c");break;case ">":a.push("\\u003e");break;case "\\":a.push("\\\\");break;default:a.push(f)}}}return a.join("")}function STSScriptEncodeWithQuote(a){ULSA13:;return '"'+STSScriptEncode(a)+'"'}var L_Language_Text="1033",L_ClickOnce1_text="You are already attempting to save this item. If you attempt to save this item again, you may create duplicate information. Would you like to save this item again?",L_STSRecycleConfirm_Text="Are you sure you want to send the item(s) to the site Recycle Bin?",L_STSRecycleConfirm1_Text="Are you sure you want to send this folder and all its contents to the site Recycle Bin?",L_STSRecycleConfirm2_Text="Are you sure you want to send this Document Collection and all its contents to the site Recycle Bin?",L_STSDelConfirm_Text="Are you sure you want to permanently delete the item(s)?",L_STSDelConfirm1_Text="Are you sure you want to permanently delete this folder and all its contents?",L_STSDelConfirm2_Text="Are you sure you want to permanently delete this Document Collection and all its contents?",L_NewDocLibTb1_Text="The document could not be created. \nThe required application may not be installed properly, or the template for this document library cannot be opened.\n\nPlease try the following:\n1. Check the General Settings for this document library for the name of the template, and install the application necessary for opening the template. If the application was set to install on first use, run the application and then try creating a new document again.\n\n2. If you have permission to modify this document library, go to General Settings for the library and configure a new template.",L_NewDocLibTb2_Text="'New Document' requires a Microsoft SharePoint Foundation-compatible application and web browser. To add a document to this document library, click the 'Upload Document' button.",L_CheckoutConfirm="You are about to check out the selected file(s).",L_DiscardCheckoutConfirm="You are about to discard any changes made to the selected checked out file(s).",L_NewFormLibTb1_Text="The document could not be created.\nThe required application may not be installed properly, or the template for this document library cannot be opened.\n\nPlease try the following:\n1. Check the General Settings for this document library for the name of the template, and install the application necessary for opening the template. If the application was set to install on first use, run the application and then try creating a new document again.\n\n2. If you have permission to modify this document library, go to General Settings for the library and configure a new template.",L_NewFormLibTb2_Text="This feature requires Microsoft Internet Explorer 7.0 or later and a Microsoft SharePoint Foundation-compatible XML editor such as Microsoft InfoPath.",L_ConfirmCheckout_Text="You must check out this item before making changes. Do you want to check out this item now?",L_MustCheckout_Text="You must check out this item before making changes.",L_CheckOutRetry_Text="Check out failed, do you want to retry to check out from server?",L_CannotEditPropertyForLocalCopy_Text="You cannot edit the properties of a document while it is checked out and being modified offline.",L_CannotEditPropertyCheckout_Text="You cannot edit the properties of this document while it is checked out or locked for editing by another user.",L_NewFormClickOnce1_Text="New Folder",L_EnterValidCopyDest_Text="Please enter a valid folder URL and a file name. Folder URLs must begin with 'http:' or 'https:'.",L_ConfirmUnlinkCopy_Text="Because this item is a copy, it may still be receiving updates from its source. You should make sure that this item is removed from the source's list of items to update, otherwise this item may continue to receive updates. Are you sure that you want to unlink this item?",L_CopyingOfflineVersionWarning_Text="You currently have this document checked out locally. Only versions stored on the server can be copied. To copy the most recent minor version, click OK. To copy the currently checked out version, click Cancel, check in the document and then retry the copy operation.",L_Loading_Text="Loading...",L_Loading_Error_Text="An error has occurred with the data fetch. Please refresh the page and retry.",L_Inplview_PageNotYetSaved="page not yet saved",L_WarnkOnce_text="This item contains a custom recurrence pattern. If you save your changes you will not be able to revert to the previous pattern.",L_WebFoldersRequired_Text="Please wait while Explorer View is loaded. If Explorer View does not appear, your browser may not support it.",L_WebFoldersError_Text="Your client does not support opening this list with Windows Explorer.",L_NoExplorerView_Text="To view your documents, please navigate to the library and select the 'Open with Explorer' action. If the 'Open with Explorer' action is not available, then your system may not support it.",L_WikiWebPartNoClosedOrUploaded="Closed Web Parts and Uploaded Web Parts are not supported.",L_AccessibleMenu_Text="Menu",L_SubMenu_Text="Submenu",L_NewBlogPost_Text="This feature requires Microsoft Internet Explorer 7.0 or later and a Microsoft SharePoint Foundation-compatible blog editor such as Microsoft Word 2007 or later.",L_NewBlogPostFailed_Text="Unable to connect to the blog program because it may be busy or missing. Check the program, and then try again.",recycleBinEnabled=0,cascadeDeleteWarningMessage="",bIsFileDialogView=false,g_ViewIdToViewCounterMap=[],g_ctxDict=[];function NotifyBrowserOfAsyncUpdate(){ULSA13:;var b="__spAjaxIframe",a=document.getElementById(b);if(a==null){a=document.createElement("IFRAME");a.name=a.id=b;a.width=a.height=0;a.src="about:blank";a.style.display="none";document.body.appendChild(a)}a.contentWindow.document.location.replace("/_layouts/images/blank.gif")}function UpdateAccessibilityUI(){ULSA13:;var a=document.getElementById("TurnOnAccessibility"),b=document.getElementById("TurnOffAccessibility");if(IsAccessibilityFeatureEnabled()){if(a!=null)a.style.display="none";if(b!=null)b.style.display=""}else{if(a!=null)a.style.display="";if(b!=null)b.style.display="none"}}function SetIsAccessibilityFeatureEnabled(c){ULSA13:;if(c)document.cookie="WSS_AccessibilityFeature=true;path=/;";else document.cookie="WSS_AccessibilityFeature=false;path=/;";var a=document.getElementById("HiddenAnchor"),b;if(browseris.ie)b={srcElement:a,fakeEvent:1,enableStatus:c};else b={target:a,fakeEvent:1,enableStatus:c};if(a==null||a.onclick==null)return;a.onclick(b)}function DeleteCookie(a){ULSA13:;document.cookie=a+"=; expires=Thu, 01-Jan-70 00:00:01 GMT"}function SetDomainCookie(b,a){ULSA13:;document.cookie=b+"="+a+";path=/;"}function GetCookie(d){ULSA13:;for(var c=document.cookie.split("; "),b=0;b1)return unescapeProperly(a[1]);else return null}return null}function IsAccessibilityFeatureEnabled(){ULSA13:;return GetCookie("WSS_AccessibilityFeature")=="true"}function escapeForSync(e){ULSA13:;for(var b="",d=0,c=0,g="\\&|[]",d=0;d127){b+="[";c=1}if(g.indexOf(f)>=0)b+="|";if(a>=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57)b+=f;else if(a<=15)b+="%0"+a.toString(16).toUpperCase();else if(a<=127)b+="%"+a.toString(16).toUpperCase();else if(a<=255)b+="00"+a.toString(16).toUpperCase();else if(a<=4095)b+="0"+a.toString(16).toUpperCase();else b+=a.toString(16).toUpperCase()}if(c)b+="]";return b}var g_rgdwchMinEncoded=new Array([0,128,2048,65536,2097152,67108864,2147483648]);function Vutf8ToUnicode(e){ULSA13:;var f=0,a="",b,h,c,d,g;while(f>>2+d;while(d&&f>>10);a+=String.fromCharCode(LOW_SURROGATE_BITS|b&1023)}else a+="?"}return a}function unescapeProperlyInternal(c){ULSA13:;if(c==null)return "null";var e=0,g=0,d="",f=[],a=0,b,h;while(e ');var c=a.responseText;if(c==null||c.length<=0)return;var g="",k="",d=c.indexOf(g),i=c.indexOf(k,d+g.length),f=null;if(d>=0&&i>d)var f=c.substring(d+g.length,i);if(f==null||f.length<=0)return;var m=b.value;b.value=f;g_updateFormDigestPageLoaded=new Date}catch(h){}}function IsSupportedFirefoxOnWin(){ULSA13:;return (browseris.winnt||browseris.win32||browseris.win64bit)&&browseris.firefox3up}function IsFirefoxOnWindowsPluginInstalled(){ULSA13:;return navigator.mimeTypes&&navigator.mimeTypes["application/x-sharepoint"]&&navigator.mimeTypes["application/x-sharepoint"].enabledPlugin}function CreateFirefoxOnWindowsPlugin(){ULSA13:;var b=null;if(IsSupportedFirefoxOnWin())try{b=document.getElementById("winFirefoxPlugin");if(!b&&IsFirefoxOnWindowsPluginInstalled()){var a=document.createElement("object");a.id="winFirefoxPlugin";a.type="application/x-sharepoint";a.width=0;a.height=0;a.style.setProperty("visibility","hidden","");document.body.appendChild(a);b=document.getElementById("winFirefoxPlugin")}}catch(c){b=null}return b}function IsSupportedMacBrowser(){ULSA13:;return browseris.mac&&(browseris.firefox3up||browseris.safari3up)}function IsBrowserPluginInstalled(a){ULSA13:;return navigator.mimeTypes&&navigator.mimeTypes[a]&&navigator.mimeTypes[a].enabledPlugin}function IsMacPluginInstalled(){ULSA13:;var a=IsBrowserPluginInstalled("application/x-sharepoint-webkit"),b=IsBrowserPluginInstalled("application/x-sharepoint");if(browseris.safari3up&&a)return true;return b}function CreateMacPlugin(){ULSA13:;var b=null;if(IsSupportedMacBrowser()){b=document.getElementById("macSharePointPlugin");if(b==null&&IsMacPluginInstalled()){var c=null;if(browseris.safari3up&&IsBrowserPluginInstalled("application/x-sharepoint-webkit"))c="application/x-sharepoint-webkit";else c="application/x-sharepoint";var a=document.createElement("object");a.id="macSharePointPlugin";a.type=c;a.width=0;a.height=0;a.style.setProperty("visibility","hidden","");document.body.appendChild(a);b=document.getElementById("macSharePointPlugin")}}return b}var g_objStssync;function GetStssyncHandler(a){ULSA13:;if(!IsSupportedMacBrowser())try{g_objStssync=new ActiveXObject("SharePoint.StssyncHandler"+a)}catch(b){g_objStssync=null}else g_objStssync=CreateMacPlugin()}function GetStssyncData(d,f,e,h){ULSA13:;var a=null;if(document.cookie.indexOf("stsSyncAppName")==-1&&document.cookie.indexOf("stsSyncIconPath")==-1){if(IsSupportedMacBrowser()){var g=GetStssyncHandler("");if(g==null||!g.StssyncEnabled){SetDomainCookie("stsSyncAppName","0");SetDomainCookie("stsSyncIconPath","0");return a}}if(browseris.ie5up&&browseris.win32||IsSupportedMacBrowser()){var b,c;d!=""&&GetStssyncHandler(".3");if(!g_objStssync){if(d!=""&&d!="calendar"&&d!="contacts"){SetDomainCookie("stsSyncAppName","0");SetDomainCookie("stsSyncIconPath","0");return a}GetStssyncHandler(".2");if(!g_objStssync||!(b=g_objStssync.GetStssyncAppName())){SetDomainCookie("stsSyncAppName","0");SetDomainCookie("stsSyncIconPath","0");return a}}else if(!(b=g_objStssync.GetStssyncAppNameForType(d))){SetDomainCookie("stsSyncAppName","0");SetDomainCookie("stsSyncIconPath","0");return a}SetDomainCookie("stsSyncAppName",escapeProperly(b));try{c=g_objStssync.GetStssyncIconName();c=h+c;SetDomainCookie("stsSyncIconPath",escapeProperly(c))}catch(i){SetDomainCookie("stsSyncIconPath","0");c=e}}else{b=f;c=e;SetDomainCookie("stsSyncAppName",escapeProperly(f));SetDomainCookie("stsSyncIconPath",escapeProperly(e))}}else{b=GetCookie("stsSyncAppName");c=GetCookie("stsSyncIconPath");if(b=="0")return a}var L_LinkToBefore_Text="Connect to ",L_LinkToAfter_Text="";b=L_LinkToBefore_Text+b+L_LinkToAfter_Text;a={};a.BtnText=b;a.BtnImagePath=c;return a}function GetStssyncAppName(b){ULSA13:;var a=GetStssyncData("",b,"","");return a.BtnText}function makeAbsUrl(a){ULSA13:;if(a.length>0&&"/"==a.substr(0,1))a=window.location.protocol+"//"+window.location.host+a;return a}function ExportHailStorm(o,k,n,c,b,m,r,l,i,j){ULSA13:;var h=GetCookie("stsSyncAppName"),q=GetCookie("stsSyncIconPath");if(h!=null&&h!="0"){var g=500,a=20,d="stssync://sts/?ver=1.1&type="+escapeProperly(o)+"&cmd=add-folder&base-url="+escapeForSync(k)+"&list-url="+escapeForSync("/"+makeAbsUrl(m).substr(k.length+1)+"/")+"&guid="+escapeProperly(n);if(window.self.offlineBtnUser!=undefined)d+="&user-id="+offlineBtnUser;var f="&site-name="+escapeForSync(c)+"&list-name="+escapeForSync(b),e="";if(i)e+="&folder-url="+escapeForSync("/"+i.substr(l.length+1));if(j)e+="&folder-id="+j;if(d.length+f.length+e.length>g&&(c.length>a||b.length>a)){if(c.length>a)c=c.substring(0,a-1)+"...";if(b.length>a)b=b.substring(0,a-1)+"...";f="&site-name="+escapeForSync(c)+"&list-name="+escapeForSync(b)}d=d+f+e;var L_StssyncTooLong_Text="The title of the site or list is too long. Shorten the title and try again.";if(d.length>g)alert(L_StssyncTooLong_Text);else try{window.location.href=d}catch(p){}}}var g_objDiagramLaunch;function GetDiagramLaunchInstalled(){ULSA13:;var a="";if(document.cookie.indexOf("digInstalled")==-1)try{g_objDiagramLaunch=new ActiveXObject("DiagramLaunch.DiagramLauncher");a=g_objDiagramLaunch.EnsureDiagramApplication();SetDomainCookie("digInstalled",escapeProperly(a))}catch(b){g_objDiagramLaunch=null;SetDomainCookie("digInstalled","0")}else{a=GetCookie("digInstalled");if(a=="0")a=""}return a}var g_objProjectTaskLaunch=null;function GetProjectTaskLaunchInstalled(){ULSA13:;if(document.cookie.indexOf("projInstalled")==-1){var a="";try{g_objProjectTaskLaunch=new ActiveXObject("TaskLaunch.TaskLauncher");a=g_objProjectTaskLaunch.EnsureTaskApplication();SetDomainCookie("projInstalled",escapeProperly(a))}catch(b){SetDomainCookie("projInstalled","0");g_objProjectTaskLaunch=null}}else{a=GetCookie("projInstalled");if(a=="0")a=""}return a}var g_expDatabase;function GetDataBaseInstalled(){ULSA13:;var a="",c="";if(document.cookie.indexOf("databaseBtnText")==-1||document.cookie.indexOf("databaseBtnDesc")==-1)try{g_expDatabase=new ActiveXObject("SharePoint.ExportDatabase");if(g_expDatabase&&g_expDatabase.IsDBProgramInstalled()){SetDomainCookie("databaseBtnText",escapeProperly(g_expDatabase.MenuTitle));SetDomainCookie("databaseBtnDesc",escapeProperly(g_expDatabase.MenuDescription))}else{SetDomainCookie("databaseBtnText","0");SetDomainCookie("databaseBtnDesc","0");g_expDatabase=null}}catch(d){SetDomainCookie("databaseBtnText","0");SetDomainCookie("databaseBtnDesc","0");g_expDatabase=null}else{a=GetCookie("databaseBtnText");c=GetCookie("databaseBtnDesc");if(a!="0"&&a!="0"){var b={};b.MenuTitle=a;b.MenuDescription=c;return b}else g_expDatabase=null}return g_expDatabase}var g_ssImporterObj,g_fSSImporter=false;function EnsureSSImportInner(){ULSA13:;if(browseris.ie5up&&browseris.win32)try{g_ssImporterObj=new ActiveXObject("SharePoint.SpreadsheetLauncher.2");if(g_ssImporterObj)g_fSSImporter=true}catch(a){try{g_ssImporterObj=new ActiveXObject("SharePoint.SpreadsheetLauncher.1");if(g_ssImporterObj)g_fSSImporter=true}catch(a){g_fSSImporter=false}}else if(IsSupportedMacBrowser()){g_ssImporterObj=CreateMacPlugin();if(g_ssImporterObj)g_fSSImporter=true;else g_fSSImporter=false}}function EnsureSSImporter(a){ULSA13:;a=typeof a==undefined?false:a;if(document.cookie.indexOf("EnsureSSImporter")==-1||a){EnsureSSImportInner();SetDomainCookie("EnsureSSImporter",g_fSSImporter)}else g_fSSImporter=GetCookie("EnsureSSImporter")=="true"?true:false;return g_fSSImporter}function ShowHideSection(c,d){ULSA13:;var a=document.getElementById(c),b=document.getElementById(d);if(a==null)return;if(a.style.display!="none"){a.style.display="none";b.src="/_layouts/images/plus.gif"}else{a.style.display="";b.src="/_layouts/images/minus.gif"}}function ShowSection(b,c){ULSA13:;var a=document.getElementById(b),d=document.getElementById(c);if(a==null)return;if(a.style.display=="none"){a.style.display="";d.src="/_layouts/images/minus.gif"}}function ShowHideInputFormSection(c,d){ULSA13:;var a=document.getElementById(c);if(a!=null)a.style.display=d?"":"none";for(var b=1;b<3;b++){a=document.getElementById(c+"_tablerow"+b);if(a!=null)a.style.display=d?"":"none"}}function ShowHideInputFormControl(id,bHide,bDisableValidators,bSilent){ULSA13:;var displaySetting="";if(bHide==true)displaySetting="none";var validators=eval(id+"_validators");if(validators!=null)for(var i=0;ib;b++)SetControlDisabledStatusRecursively(d.item(b),c)}function SetChildControlsDisabledStatus(d,c){ULSA13:;for(var b=d.childNodes,a=0;a0&&document.write("width='"+b+"' ");a&&a>0&&document.write("height='"+a+"' ");document.write("alt='"+f+"' ");c&&document.write("style='"+c+"' ");document.write(" src='"+d+"' />");g_PNGImageIds.push(e);g_PNGImageSources.push(d)}function ProcessPNGImages(){ULSA13:;var c=browseris.ie&&browseris.ie55up&&browseris.verIEFull<7;if(g_PNGImageIds!=null&&c)for(var a=0;a=0)a=a.substr(0,b);b=a.indexOf("&"+d+"=");if(b==-1)b=a.indexOf("?"+d+"=");if(b!=-1){ndx2=a.indexOf("&",b+1);if(ndx2==-1)ndx2=a.length;c=a.substring(b+d.length+2,ndx2)}if(e)return c;else return unescapeProperlyInternal(c)}function LoginAsAnother(a,b){ULSA13:;document.cookie="loginAsDifferentAttemptCount=0";if(b=="1")GoToPage(a);else{var c=a.indexOf("?")>=0?"&":"?";a+=c+"Source="+escapeProperly(window.location.href);STSNavigate(a)}}function isPortalTemplatePage(a){ULSA13:;if(GetUrlKeyValue("PortalTemplate")=="1"||GetUrlKeyValue("PortalTemplate",a)=="1"||currentCtx!=null&¤tCtx.isPortalTemplate)return true;else return false}function CLVPFromEvent(a){ULSA13:;return DeferCall("CLVPFromEventReal",a)}function STSNavigateToView(b,a){ULSA13:;STSNavigate(a)}function STSNavigate2(b,a){ULSA13:;STSNavigate(a)}function STSNavigate(a){ULSA13:;if(window.location.search.indexOf("IsDlg=1")!=-1)if(a.indexOf("?")!=-1)if(a.match("&$")!="&")a=a+"&IsDlg=1";else a=a+"IsDlg=1";else a=a+"?IsDlg=1";if(isPortalTemplatePage(a))window.top.location=STSPageUrlValidation(a);else window.location=STSPageUrlValidation(a)}function GoToPage(a){ULSA13:;var c=a.indexOf("?")>=0?"&":"?";if(GetUrlKeyValue("Source",true,a).length==0){var b=GetSource();if(b!=null&&b!="")if(a.length+b.length<=1950)a+=c+"Source="+b}STSNavigate(a)}function TrimSpaces(c){ULSA13:;var a,b;c=c.toString();var d=c.length;for(a=0;aa;b--)if(c.charAt(b)!=" ")break;b++;return c.substring(a,b)}function TrimWhiteSpaces(c){ULSA13:;var a,b;c=c.toString();var d=c.length;for(a=0;aa;b--){ch=c.charAt(b);if(ch!=" "&&ch!="\t"&&ch!="\n"&&ch!="\r"&&ch!="\f")break}b++;return c.substring(a,b)}function GetAttributeFromItemTable(a,d,c){ULSA13:;var b=a!=null?a.getAttribute(d):null;if(b==null&&a!=null&&c!=null)b=a.getAttribute(c);return b}function ShowMtgNavigatorPane(){ULSA13:;document.getElementById("MeetingNavigatorPane").style.display="block"}function HideMtgNavigatorPane(){ULSA13:;document.getElementById("MeetingNavigatorPane").style.display="none"}function HideMtgDesc(){ULSA13:;document.getElementById("MeetingDescription").style.display="none"}function GetMultipleUploadEnabled(){ULSA13:;try{if(browseris.ie5up&&!browseris.mac&&new ActiveXObject("STSUpld.UploadCtl"))return true}catch(a){}return false}function SetUploadPageTitle(){ULSA13:;if(GetUrlKeyValue("Type")==1){document.title=L_NewFormClickOnce1_Text;if(browseris.ie||browseris.nav6up){var a=document.getElementById("onetidTextTitle");if(a!=null)a.innerHTML=L_NewFormClickOnce1_Text}}}function GetSelectedValue(a){ULSA13:;if(a&&a.selectedIndex>-1)return a.options[a.selectedIndex].value;else return ""}function GetSelectedText(a){ULSA13:;if(a&&a.selectedIndex>-1)return a.options[a.selectedIndex].text;else return ""}function MtgShowTimeZone(){ULSA13:;GetCookie("MtgTimeZone")=="1"&&MtgToggleTimeZone()}function FormatDate(a,b,c,d){ULSA13:;var L_Date_Text="Date:",L_Time_Text="Time:",L_DateSeparator=" - ";if(browseris.win32&&a==c)L_DateSeparator=" -\u200e ";if(a==c){document.write(L_Date_Text+" "+a);if(b!=d)document.write(" "+L_Time_Text+" "+b+L_DateSeparator+d);else document.write(" "+L_Time_Text+" "+b)}else document.write(L_Date_Text+" "+a+" ("+b+")"+L_DateSeparator+c+" ("+d+")")}function GetAlertText(c){ULSA13:;var L_DETACHEDSINGLEEXCEPT_Text="This meeting date is no longer associated with a meeting in your calendar and scheduling program. Either this meeting date was canceled, or the link to the workspace was removed from the scheduled meeting.",L_DETACHEDCANCELLEDEXCEPT_Text="This meeting date was canceled from your calendar and scheduling program. To specify what you want to do with the associated information in the workspace, do the following: In the Meeting Series pane, point to the meeting date, and in the drop-down list, click Keep, Delete, or Move.",L_DETACHEDUNLINKEDSINGLE_Text="This meeting date is no longer linked to the associated meeting in your calendar and scheduling program. To specify what you want to do with the information in the workspace, do the following: In the Meeting Series pane, point to the meeting date, and in the drop-down list, click Keep, Delete, or Move.",L_DETACHEDCANCELLEDSERIES_Text="This meeting series was canceled from your calendar and scheduling program.",L_DETACHEDUNLINKEDSERIES_Text="This meeting series is no longer linked to the associated meeting series in your calendar and scheduling program. You can keep or delete the workspace. If you keep the workspace, you will not be able to link it to another scheduled meeting.",L_DETACHEDSERIESNOWSINGLE_Text="This meeting was changed in your calendar and scheduling program from a recurring meeting to a nonrecurring meeting. You can keep or delete the workspace. If you keep the workspace, you will not be able to link it to another scheduled meeting.",L_DETACHEDSINGLENOWSERIES_Text="This meeting was changed in your calendar and scheduling program from a nonrecurring meeting to a recurring meeting. The current workspace does not support a recurring meeting. In your scheduling program, unlink the meeting from the workspace, and then link the meeting again to a new workspace. The new workspace will automatically support a recurring meeting.",L_DETACHEDNONGREGORIANCAL_Text="This meeting was created using a calendar and scheduling program that only supports series updates to the Meeting Workspace. Changes you make to individual occurrences of meetings in that program will not appear in the workspace.",L_DETACHEDPASTEXCPMODIFIED_Text="This past meeting was modified or canceled from your calendar and scheduling program. To keep, delete or move this meeting in the workspace, use the drop-down menu next to its date in the Meeting Series pane. To update the scheduling information for this meeting in the workspace, use your scheduling program to update this specific meeting occurrence.",a=c&16-1,b=c-a;if(a)switch(a){case 1:return g_meetingCount==1?L_DETACHEDSINGLEEXCEPT_Text:L_DETACHEDCANCELLEDEXCEPT_Text;case 2:return L_DETACHEDCANCELLEDSERIES_Text;case 3:return L_DETACHEDCANCELLEDEXCEPT_Text;case 4:return g_meetingCount==1?L_DETACHEDSINGLEEXCEPT_Text:L_DETACHEDUNLINKEDSINGLE_Text;case 5:return L_DETACHEDUNLINKEDSERIES_Text;case 6:return L_DETACHEDSERIESNOWSINGLE_Text;case 7:return L_DETACHEDSINGLENOWSERIES_Text;case 8:return L_DETACHEDPASTEXCPMODIFIED_Text}else if(b)switch(b){case 16:return L_DETACHEDNONGREGORIANCAL_Text}return null}function retrieveCurrentThemeLink(){ULSA13:;for(var c,b=document.getElementsByTagName("link"),a=0;a-1){var g=c[a].substring(0,b),f=c[a].substring(b+1);JSRequest.QueryString[g]=f}}var d=JSRequest.PathName=window.location.pathname,b=d.lastIndexOf("/");if(b>-1)JSRequest.FileName=d.substring(b+1);else JSRequest.PageName=d}};var ExpGroupWPListName="WSS_ExpGroupWPList",ExpGroupCookiePrefix="WSS_ExpGroup_",ExpGroupCookieDelimiter="&",ExpGroupMaxWP=11,ExpGroupMaxCookieLength=3960,g_ExpGroupQueue=[],g_ExpGroupCAMLQueue=[],g_ExpGroupXSLTQueue=[],g_ExpGroupSeparateQueues=false,g_ExpGroupInProgress=false,g_ExpInitializing=false,g_ExpGroupTable=[],g_ExpGroupNeedsState=false,g_ExpGroupParseStage=false;function ExpCollGroup(c,h,m,l){ULSA13:;if(m!=null)g_ExpGroupNeedsState=true;if(document.getElementById("titl"+c)==null)return;viewTable=document.getElementById("titl"+c).parentNode;if(viewTable==null)return;var o=c.substr(0,c.indexOf("-")),b=window["ctx"+o];if(!b)return;!b.StateInitDone&&ctxInitItemState(b);if(b.SelectAllCbx==null)b.SelectAllCbx=getSelectAllCbxFromTable(viewTable);tbodyTags=viewTable.getElementsByTagName("TBODY");numElts=tbodyTags.length;len=c.length;img=document.getElementById(h);if(img==null)return;srcPath=img.src;index=srcPath.lastIndexOf("/");h=srcPath.slice(index+1);var d=false;if(h=="plus.gif"||g_ExpInitializing){d=true;displayStr="";img.src="/_layouts/images/minus.gif"}else{d=false;displayStr="none";img.src="/_layouts/images/plus.gif"}for(var j=0;jlen+4&&c==a.id.slice(4).substr(0,len)){if(d){index=a.id.indexOf("_",len+4);if(index!=-1){index=a.id.indexOf("_",index+1);if(index!=-1)continue}}var n=a.style.display;a.style.display=displayStr;var g=0;if(a.getAttribute("selectableRows"))g=Number(a.getAttribute("selectableRows"));if(typeof FV4UI!="undefined"&&FV4UI()&&g)if(!d){if(n!="none")b.TotalListItems-=g;DeselectCollapsedGroup(b,a);UpdateSelectAllCbx(b,true)}else{b.TotalListItems+=g;UpdateSelectAllCbx(b,false)}if(d&&a.id.substr(0,4)=="titl"){imgObj=document.getElementById("img_"+a.id.slice(4));imgObj.src="/_layouts/images/plus.gif"}var k="tbod"+c;if(a.id.substr(0,k.length)==k){if(l)for(var e=0;e";ExpGroupRenderData(d,b,"false");if(!g_ExpGroupInProgress){var c=ExpGroupFetchGroupString(b);if(c==null){var d=''+L_Loading_Error_Text+"";ExpGroupRenderData(d,b,"false");if(g_ExpGroupSeparateQueues)if(a&&g_ExpGroupXSLTQueue.length>0)ExpGroupFetchData(g_ExpGroupXSLTQueue.shift(),a);else!a&&g_ExpGroupCAMLQueue.length>0&&ExpGroupFetchData(g_ExpGroupCAMLQueue.shift(),a);else g_ExpGroupQueue.length>0&&ExpGroupFetchData(g_ExpGroupQueue.shift());return}if(typeof InitAllClvps=="undefined"&&a!=null)g_ExpInitializing=true;else{g_ExpInitializing=false;g_ExpGroupInProgress=true}if(!ExpGroupCallServer(c,b,a))if(g_ExpGroupSeparateQueues)g_ExpGroupCAMLQueue.length>0&&a==null&&ExpGroupFetchData(g_ExpGroupCAMLQueue.shift());else g_ExpGroupQueue.length>0&&a==null&&ExpGroupFetchData(g_ExpGroupQueue.shift())}else if(g_ExpGroupSeparateQueues)if(a)g_ExpGroupXSLTQueue.push(b);else g_ExpGroupCAMLQueue.push(b);else g_ExpGroupQueue.push(b)}function ExpGroupCallServer(groupString,groupName,evt){ULSA13:;if(evt!=null)if(evt=="PageLoad"){var obj={};obj.fakeEvent=true;var defd;try{defd=typeof inplview.ExpGroup}catch(e){defd="undefined"}if(defd!="undefined")inplview.ExpGroup(obj,groupName);else{var str="inplview.ExpGroup",rg=str.split(".");if(rg.length>1){var fnd=function(){ULSA13:;inplview.ExpGroup(obj,groupName)};EnsureScript(rg[0],defd,fnd)}}}else ExpGroup(evt,groupName);else{var viewCounter=groupName.substring(0,groupName.indexOf("-")),ctx=window["ctx"+viewCounter],webPartID=ExpGroupFetchWebPartID(groupName);if(webPartID!=null){var functionName="ExpGroupCallServer"+webPartID;if(ctx!=null&&ctx.clvp!=null){var strFilter=ctx.clvp.FilterString();if(strFilter!=null)groupString+="|"+strFilter}var functionCall=functionName+"('"+groupString+"','"+groupName+"')";eval(functionCall)}}}function ExpGroup(b,c){ULSA13:;if(typeof InitAllClvps!="undefined"){var a;try{a=typeof inplview.ExpGroup}catch(g){a="undefined"}if(a!="undefined")inplview.ExpGroup(b,c);else{var f="inplview.ExpGroup",d=f.split(".");if(d.length>1){var e=function(){ULSA13:;inplview.ExpGroup(b,c)};EnsureScript(d[0],a,e)}}}else SodDispatchEvent("inplview",typeof InitAllClvps,b)}function DoPagingCallback(webPartID,pagingParam){ULSA13:;if(webPartID!=null){var functionName="DoPagingCallback"+webPartID,functionCall=functionName+"('"+pagingParam+"')";eval(functionCall)}}function ExpGroupReceiveData(a,c){ULSA13:;var d="ctx"+c.substring(0,c.indexOf("-")),e=a.indexOf('CTXName="');if(e!=-1)if(d!="ctx1")a=a.replace(/ CTXName=\"ctx1\" /g,' CTXName="'+d+'" ');var b=false;if(a.length<4)b=true;else if(a.substring(0,3)!=""+a+"";ExpGroupRenderData(a,c,"true");ProcessImn();g_ExpGroupInProgress=false;if(g_ExpGroupSeparateQueues)g_ExpGroupCAMLQueue.length>0&&ExpGroupFetchData(g_ExpGroupCAMLQueue.shift());else g_ExpGroupQueue.length>0&&ExpGroupFetchData(g_ExpGroupQueue.shift())}function ExpGroupRenderData(d,a,e){ULSA13:;var c=document.getElementById("tbod"+a+"_"),b=document.createElement("DIV"),f=a.split("-");b.innerHTML=''+d+"
";c.parentNode.replaceChild(b.firstChild.firstChild,c)}function ExpGroupFetchGroupString(b){ULSA13:;titlTbody=document.getElementById("titl"+b);if(titlTbody==null)return null;else{var a=titlTbody.getAttribute("groupString");return a}}function ExpGroupFetchWebPartID(b){ULSA13:;var c=b.substring(0,b.indexOf("-")),a=document.getElementById("GroupByWebPartID"+c);if(a==null)return null;return a.getAttribute("webPartID")}function RenderActiveX(a){ULSA13:;document.write(a)}function OnItem(a,b){ULSA13:;if(a!=null&&a.parentNode.parentNode.getAttribute("isEcb")=="TRUE"&&!b)return;DeferCall("OnItemDeferCall",a)}function OnChildItem(b,d){ULSA13:;if(b!=null&&b.parentNode.getAttribute("isEcb")=="TRUE"&&!d)return;for(var c=0;c-1)return a;for(var b,c=0;c-1)c=c.substr(d+1);d=c.indexOf("?");if(d>-1)c=c.substr(0,d);c=c.toLowerCase();c=c.replace(".debug.js",".js");var f=function(){ULSA13:;a.state=Sods.loaded;while(_v_qsod.length>0){var b=_v_qsod.pop();if(b.state==Sods.pending){LoadSod(b);break}}if(a.qfn!=null)while(a.qfn.length>0){var c=a.qfn.shift();c()}};if(c.indexOf(".js")>0)ExecuteOrDelayUntilScriptLoaded(f,c);else f()}};return c}function EnsureScript(a,c,b){ULSA13:;if(c!="undefined"){b!=null&&b();return true}a=NormalizeSodKey(a);LoadSodByKey(a,b);return false}function EnsureScriptFunc(a,b,c){ULSA13:;EnsureScript(a,TypeofFullName(b),c)}function EnsureScriptParams(){ULSA13:;if(arguments.length<2)return;var a=arguments,c=Array.prototype.shift.call(a),b=Array.prototype.shift.call(a),d=function(){ULSA13:;for(var e=b.split("."),c=window,d=0,f=e.length;d=3&&".js"==b.substr(d-3))a=b;else if(b.indexOf(".resx")>0){var c=b.indexOf(".resx");a=a.substr(0,c+5).toLowerCase()+a.substr(c+5)}return a}function SodCloneEvent(b){ULSA13:;var a;if(browseris.ie)a=document.createEventObject(b);else{a=document.createEvent("MouseEvents");a.initMouseEvent("click",true,true,window,0,0,0,0,0,false,false,false,false,0,null)}return a}function SodDispatchEvent(d,e,a){ULSA13:;var c=SodCloneEvent(a),b;if(browseris.ie)b=function(){ULSA13:;c.srcElement.fireEvent("onclick",c)};else{var f=a.target;b=function(){ULSA13:;f.dispatchEvent(c)}}if(!EnsureScript(d,e,b))if(browseris.ie)a.cancelBubble=true;else a.stopPropagation()}function AddTabHeadHandler(b,c){ULSA13:;var a=document.getElementById(b);if(a!=null){var d=a.getElementsByTagName("A")[0];AddEvtHandler(d,"onclick",c)}}function LoadWPAdderOnDemand(){ULSA13:;if(typeof loadWPAdderCallback=="function"){var a;try{a=typeof WPAdderClass.load}catch(e){a="undefined"}if(a!="undefined")WPAdderClass.load(loadWPAdderCallback);else{var d="WPAdderClass.load",b=d.split(".");if(b.length>1){var c=function(){ULSA13:;WPAdderClass.load(loadWPAdderCallback)};EnsureScript(b[0],a,c)}}}}function showSaveConflictDialog(d,c,e,b,g,f){ULSA13:;var a;try{a=typeof ribbon.showSaveConflictDialog}catch(k){a="undefined"}if(a!="undefined")ribbon.showSaveConflictDialog(d,c,e,b,g,f);else{var j="ribbon.showSaveConflictDialog",h=j.split(".");if(h.length>1){var i=function(){ULSA13:;ribbon.showSaveConflictDialog(d,c,e,b,g,f)};EnsureScript(h[0],a,i)}}}function ClkElmt(a){ULSA13:;if(browseris.ie)a.click();else FFClick(a)}function EnsureSelectionHandlerOnFocus(c,b,a){ULSA13:;DeferCall("EnsureSelectionHandlerOnFocusDeferred",c,b,a)}function EnsureSelectionHandler(b,c,a){ULSA13:;DeferCall("EnsureSelectionHandlerDeferred",b,c,a)}function StopEvt(a){ULSA13:;!browseris.ie&&a.stopPropagation()}function FFGetElementsById(e,c){ULSA13:;var b=[],a=e.getElementById(c);while(a!=null){b.push(a);a.id="";a=e.getElementById(c)}for(var d=0;d=0)return;for(e in g_ctxDict){d=g_ctxDict[e];a=d.view;break}}else{d=g_ctxDict["ctx"+a];a=d.view}}if(b!=a)return;if(c.className.length>0)c.className+=" s4-hide-tr";else c.className="s4-hide-tr"}function resetSelectAllCbx(b){ULSA13:;var a=getSelectAllCbxFromTable(b);if(a)a.checked=false}function getSelectAllCbxFromTable(e){ULSA13:;if(e==null)return null;var a=e.rows;if(a&&a.length>0){var b=a[0];if(!b.className.indexOf("ms-viewheadertr")){var c=b.cells;if(c.length>0){var d=c[0].getElementsByTagName("INPUT")[0];if(d)return d}}}return null}function WpClick(d){ULSA13:;var h=GetEventSrcElement(d),a=h;while(a!=null&&(a.className==null||a.className.indexOf("s4-wpcell")<0)){if(a.tagName=="A")return;if(a.tagName=="DIV"&&a.className!=null&&a.className.indexOf("s4-ctx")!=-1)return;if(a.tagName=="TH"&&a.className!=null&&a.className.indexOf("ms-vh2")!=-1)return;a=a.parentNode}typeof ChevronContainer!="undefined"&&ChevronContainer!=null&&ChevronContainer.parentNode.getAttribute("isEcb")!="TRUE"&&RemoveCtxImg(ChevronContainer);if(a!=null){var b;try{b=typeof ribbon.SelectWp}catch(g){b="undefined"}if(b!="undefined")ribbon.SelectWp(a);else{var f="ribbon.SelectWp",c=f.split(".");if(c.length>1){var e=function(){ULSA13:;ribbon.SelectWp(a)};EnsureScript(c[0],b,e)}}}}function WpKeyUp(b){ULSA13:;var a=GetEventSrcElement(b);b.keyCode==32&&a&&a.tagName=="INPUT"&&(HasCssClass(a,"s4-selectAllCbx")||HasCssClass(a,"s4-itm-cbx"))&&WpClick(b)}function WzClick(e,c){ULSA13:;var i=GetEventSrcElement(e),a=i;while(a!=null){var j=a.getAttribute("ZoneID");if(j==c)break;if(a.tagName=="A")return;a=a.parentNode}if(a!=null){var b;try{b=typeof ribbon.SelectWz}catch(h){b="undefined"}if(b!="undefined")ribbon.SelectWz(a,c);else{var g="ribbon.SelectWz",d=g.split(".");if(d.length>1){var f=function(){ULSA13:;ribbon.SelectWz(a,c)};EnsureScript(d[0],b,f)}}}}function WpCbxSelect(b){ULSA13:;var c=GetEventSrcElement(b),e=c.checked;if(!e)WpClick(b);else{var a;try{a=typeof ribbon.DeselectWpWz}catch(h){a="undefined"}if(a!="undefined")ribbon.DeselectWpWz();else{var g="ribbon.DeselectWpWz",d=g.split(".");if(d.length>1){var f=function(){ULSA13:;ribbon.DeselectWpWz()};EnsureScript(d[0],a,f)}}}TrapMenuClick(b);if(b.type!="keyup")c.className="ms-WPHeaderCbxHidden"}function WpCbxKeyHandler(b){ULSA13:;var a;if(browseris.ie)a=b.keyCode;else a=b.which;a==13&&WpCbxSelect(b)}function PopoutMenuMaybeSwapImage(b,c,d){ULSA13:;var a=document.getElementById(b);if(a&&typeof a!="undefined"){if(a.rel=="_spPopoutMenuIsOpen")return;SwapImage(c,d)}}function PopoutMenuMaybeSwapImageClustered(d,f,h,i,j,e,g){ULSA13:;var a=document.getElementById(d);if(a&&typeof a!="undefined"){if(a.rel=="_spPopoutMenuIsOpen")return;var b=document.getElementById(f),c=b.firstChild;SwapImageInternal(c,h);b.style.height=e+"px";b.style.width=g+"px";c.style.top="-"+j+"px";c.style.left="-"+i+"px"}}function SwapImage(c,b){ULSA13:;var a=document.getElementById(c);SwapImageInternal(a,b)}function SwapImageInternal(a,b){ULSA13:;if(a&&typeof a!="undefined")a.src=b}function GetViewportHeight(){ULSA13:;if(typeof window.innerHeight!="undefined")viewportHeight=window.innerHeight;else viewportHeight=document.documentElement.clientHeight;return viewportHeight}function GetViewportWidth(){ULSA13:;if(typeof window.innerWidth!="undefined")viewportWidth=window.innerWidth;else viewportWidth=document.documentElement.clientWidth;return viewportWidth}var g_viewportHeight=null,g_viewportWidth=null,g_wpadderHeight=0,g_setWidth,g_setWidthInited=false,g_workspaceResizedHandlers=[],g_setScrollPos=false,g_frl=false;function FixRibbonAndWorkspaceDimensionsForResize(){ULSA13:;if(g_frl)return;var a=GetViewportHeight(),b=GetViewportWidth();if(g_viewportHeight==a&&g_viewportWidth==b)return;g_viewportHeight=a;g_viewportWidth=b;window.setTimeout(FixRibbonAndWorkspaceDimensions,0)}function FixRibbonAndWorkspaceDimensions(){ULSA13:;g_frl=true;var b=GetCachedElement("s4-ribbonrow"),a=GetCachedElement("s4-workspace"),f=GetCachedElement("s4-titlerow"),c=GetCachedElement("s4-bodyContainer");if(!b||!a||!c)return;if(!g_setWidthInited){var h=true;if(a.className.indexOf("s4-nosetwidth")>-1)h=false;g_setWidth=h;g_setWidthInited=true}else var h=g_setWidth;var l=RibbonIsMinimized()?44:135,j=l+g_wpadderHeight;if(GetCurrentEltStyle(b,"visibility")=="hidden")j=0;b.style.height=j+"px";var d=g_viewportHeight;if(null===d){d=GetViewportHeight();g_viewportHeight=d}var e=d-b.offsetHeight-AbsTop(b);if(e<0)e=0;a.style.height=e+"px";if(h){a.style.width=document.documentElement.clientWidth+"px";if(c.offsetWidth0)a.action=a.action.substr(0,a.action.indexOf("#"));a.action=a.action.concat("#"+b);a.submit();return false}}if(typeof HideQuotedText=="undefined"){var preventSafariParseError=true;function HideQuotedText(b,d){ULSA13:;var a=document.forms[MSOWebPartPageFormName],c=new RegExp("{","g");b=b.replace(c,"\\{");c=new RegExp("}","g");b=b.replace(c,"\\}");c=new RegExp(b,"g");a.CAML_ShowOriginalEmailBody.value=a.CAML_ShowOriginalEmailBody.value.replace(c,"");if(a.action.indexOf("#")>0)a.action=a.action.substr(0,a.action.indexOf("#"));a.action=a.action.concat("#"+d);a.submit();return false}}function GetSelectedItemsDict(a){ULSA13:;if(a!=null&&a.dictSel!=null)return a.dictSel;return null}function RemoveOnlyPagingArgs(a){ULSA13:;var e=/&*Paged=TRUE/gi;a=a.replace(e,"");var b=/&*PagedPrev=TRUE/gi;a=a.replace(b,"");var d=/&p_[^&]*/gi;a=a.replace(d,"");var f=/&PageFirstRow=[^&]*/gi;a=a.replace(f,"");var c=/&PageLastRow=[^&]*/gi;a=a.replace(c,"");return a}function RemovePagingArgs(a){ULSA13:;a=RemoveOnlyPagingArgs(a);var c=/\?Filter=1&*/gi;a=a.replace(c,"?");var d=/&Filter=1/gi;a=a.replace(d,"");var b=/\?$/;a=a.replace(b,"");return a}var v_stsOpenDoc2=null,v_strStsOpenDoc2=null;function StsOpenEnsureEx2(a){ULSA13:;if(v_stsOpenDoc2==null||v_strStsOpenDoc2!=a){v_stsOpenDoc2=null;v_strStsOpenDoc2=null;if(window.ActiveXObject)try{v_stsOpenDoc2=new ActiveXObject(a);v_strStsOpenDoc2=a}catch(c){v_stsOpenDoc2=null;v_strStsOpenDoc2=null}else if(IsSupportedMacBrowser()&&a.indexOf("SharePoint.OpenDocuments")>=0){var b=CreateMacPlugin();if(b!=null){v_stsOpenDoc2=b;v_strStsOpenDoc2="SharePoint.MacPlugin"}}else if(IsSupportedFirefoxOnWin()&&a.indexOf("SharePoint.OpenDocuments")>=0){var b=CreateFirefoxOnWindowsPlugin();if(b!=null){v_stsOpenDoc2=b;v_strStsOpenDoc2="SharePoint.FFWinPlugin"}}}return v_stsOpenDoc2}function StURLSetVar2(a,c,g){ULSA13:;var b=c+"="+g,e=new CUrl(a),a=e.query,f=a.indexOf("?");if(f!=-1){var d=a.indexOf("?"+c+"=",f);if(d==-1){d=a.indexOf("&"+c+"=",f);if(d!=-1)b="&"+b}else b="?"+b;if(d!=-1){var h=new RegExp("[&?]"+c+"=[^&]*","");a=a.replace(h,b)}else a=a+"&"+b}else a=a+"?"+b;e.query=a;return e.ToString()}function CUrl(b){ULSA13:;var c=b.indexOf("?"),a=b.indexOf("#");if(a>=0&&a=0){this.path=b.substr(0,c);if(a>=c)this.query=b.substr(c,a-c);else this.query=b.substr(c)}if(a>=0){if(c<0)this.path=b.substr(0,a);this.hash=b.substr(a)}}CUrl.prototype.ToString=CUrlToString;function CUrlToString(){ULSA13:;var a=this.path+this.query+this.hash;return a}function RemoveQueryParameterFromUrl(a,c){ULSA13:;var d=new RegExp("[&?]"+c+"=[^&]*","");a=a.replace(d,"");if(a.indexOf("?")==-1){var b=a.indexOf("&");if(b!=-1)a=a.substring(0,b)+"?"+a.substring(b+1)}return a}function HasValidUrlPrefix(b){ULSA13:;var a=b.toLowerCase();if(-1==a.search("^http://")&&-1==a.search("^https://"))return false;return true}function AbsLeft(c){ULSA13:;var b=c.offsetLeft,a=c.offsetParent;while(a!=null&&a.tagName!="BODY"){b+=a.offsetLeft;a=a.offsetParent}if(a!=null)b+=a.offsetLeft;return b}function AbsTop(c){ULSA13:;var b=c.offsetTop,a=c.offsetParent;while(a!=null&&a.tagName!="BODY"){b+=a.offsetTop;a=a.offsetParent}if(a!=null)b+=a.offsetTop;return b}var deleteInstance=0;function DeleteItemConfirmation(){ULSA13:;var a="";if(typeof ItemIsCopy!="undefined")if(ItemIsCopy)a=L_NotifyThisIsCopy_Text;if(cascadeDeleteWarningMessage!="")a+=cascadeDeleteWarningMessage;if(recycleBinEnabled==1&&deleteInstance!=1)a+=L_STSRecycleConfirm_Text;else a+=L_STSDelConfirm_Text;return confirm(a)}function DeleteInstanceConfirmation(){ULSA13:;deleteInstance=1;return DeleteItemConfirmation()}function CancelMultiPageConfirmation(b){ULSA13:;var L_DeletePartialResponse1_text="A partial survey response has been saved. Click OK to delete the partial survey response. If you want to continue this survey later click Cancel. Your partial response can be found in the All Responses survey view.\n\nDo you want to send this partial response to the site Recycle Bin?",L_DeletePartialResponse2_text="A partial survey response has been saved. Click OK to delete the partial survey response. If you want to continue this survey later click Cancel. Your partial response can be found in the All Responses survey view.\n\nDo you want to delete the partial response?",a="";if(recycleBinEnabled==1)a=L_DeletePartialResponse1_text;else a=L_DeletePartialResponse2_text;if(confirm(a)==true)return true;else STSNavigate(b);return false}function RestoreItemVersionConfirmation(){ULSA13:;var L_Version_Restore_Confirm_Text="You are about to replace the current version with the selected version.",a=L_Version_Restore_Confirm_Text;return confirm(a)}function DeleteItemVersionConfirmation(a){ULSA13:;var L_Version_Delete_Confirm_Text="Are you sure you want to delete this version?",L_Version_Recycle_Confirm_Text="Are you sure you want to send this version to the site Recycle Bin?";if(a)return confirm(L_Version_Recycle_Confirm_Text);else return confirm(L_Version_Delete_Confirm_Text)}function DeleteUserInfoItemConfirmation(){ULSA13:;var L_User_Delete_Confirm_Text="You are about to delete this user.",a=L_User_Delete_Confirm_Text;return confirm(a)}function UnlinkCopyConfirmation(){ULSA13:;return confirm(L_ConfirmUnlinkCopy_Text)}function SupportsNavigateHttpFolder(){ULSA13:;return browseris.ie5up&&browseris.win32}function MtgDeletePageConfirm(){ULSA13:;var L_DeleteGlobalConfirm_Text="This page will be deleted from all meetings associated with this workspace. ",L_DeleteConfirm_Text="Are you sure you want to delete this page?",a;if(document.getElementById("MtgTlPart_PageType").value=="MtgTlPart_LocalPage")a=L_DeleteConfirm_Text;else a=L_DeleteGlobalConfirm_Text+L_DeleteConfirm_Text;return confirm(a)}function IsImgLibJssLoaded(){ULSA13:;if(typeof fImglibJssLoaded!="undefined")return fImglibJssLoaded;return false}function GetFirstChildElement(b){ULSA13:;for(var a=0;a0;if((a.shiftKey||!e)&&GetEventKeyCode(a)==13||a.altKey&&GetEventKeyCode(a)==40){var c=byid(b.id+"_ti");if(c==null){var d=b.getAttribute("serverclientid");if(d!=null&&d.length>0)c=byid(d+"_ti")}if(c!=null&&c.getAttribute("onclick")!=null)c.onclick();else b.getAttribute("onclick")!=null&&b.onclick();return false}else return true}var firstCalled=true,_callbackinitdelayed=false;function DeferWebFormInitCallback(){ULSA13:;if(typeof WebForm_InitCallback=="function")window["_WebForm_InitCallback"]=window["WebForm_InitCallback"];window["WebForm_InitCallback"]=function(){ULSA13:;if(firstCalled){firstCalled=false;_callbackinitdelayed=true;_spBodyOnLoadFunctionNames.push("WebForm_InitCallback")}else{_callbackinitdelayed=false;typeof window._WebForm_InitCallback=="function"&&window._WebForm_InitCallback()}};if(typeof WebForm_DoCallback=="function")window["_WebForm_DoCallback"]=window["WebForm_DoCallback"];window["WebForm_DoCallback"]=function(e,c,d,g,b,f){ULSA13:;if(_callbackinitdelayed){_callbackinitdelayed=false;if(_spBodyOnLoadFunctionNames!=null)for(var h=_spBodyOnLoadFunctionNames.length,a=0;ab.innerText)i--;a.moveRow(b.rowIndex,i)}}}}function IMNOnStatusChange(d,b,a){ULSA13:;if(IMNDictionaryObj){var c=IMNGetStatusImage(b,IMNSortableObj[a]||IMNShowOfflineObj[a]);if(IMNDictionaryObj[a]!=b){bIMNSorted&&IMNSortList(a,IMNDictionaryObj[a],b);IMNUpdateImage(a,c);IMNDictionaryObj[a]=b}}}function IMNUpdateImage(j,d){ULSA13:;var a=document.images[j];if(a){var e=d.img,i=d.alt,c=a.src;if(typeof a.src=="undefined")c=a.item(0).src;var g=c.lastIndexOf("/"),b=c.slice(0,g+1);b+=e;if(c==b&&e!="blank.gif")return;if(a.altbase)a.alt=a.altbase;else a.alt=i;var f=browseris.ie&&browseris.ie55up&&browseris.verIEFull<7,h=b.toLowerCase().indexOf(".png")>0;if(f)if(h){a.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+b+"),sizingMethod=scale,enabled=true);";a.src="/_layouts/images/blank.gif"}else{a.style.filter="";a.src=b}else a.src=b}}function IMNHandleAccelerator(b){ULSA13:;if(IMNControlObj){var a=GetCurrentEvent(b);a.altKey&&a.shiftKey&&a.keyCode==121&&IMNControlObj.DoAccelerator()}}function IMNImageOnClick(a){ULSA13:;if(IMNControlObj){IMNShowOOUIKyb(a);IMNControlObj.DoAccelerator()}}function IMNGetOOUILocation(i){ULSA13:;var e={},a=i,d=i,g=0,h=0,n=0,o=document.dir=="rtl";while(a&&a.tagName!="SPAN"&&a.tagName!="TABLE"){if(a.tagName=="TD"&&a.className.indexOf("ms-vb")>=0)break;a=a.parentNode}if(a){var b=a.tagName=="TABLE"?a.rows(0).cells(0).firstChild:a.firstChild;while(b!=null){if(b.tagName=="IMG"&&b.id){d=b;break}if(b.tagName=="A"&&b.childNodes.length>0&&b.firstChild.tagName=="IMG"&&b.firstChild.id){d=b.firstChild;break}b=b.nextSibling}}i=d;h=d.getBoundingClientRect().top-5;g=d.getBoundingClientRect().left-5;try{var c=window;while(c&&c!=c.parent){var j=c.frameElement,f=j?j.getBoundingClientRect():null,l=f?f.top:0,k=f?f.left:0;h+=l;g+=k;c=c.parent}}catch(m){}e.objSpan=a;e.objOOUI=d;e.oouiX=g;e.oouiY=h;return e}function IMNShowOOUIMouse(a){ULSA13:;IMNShowOOUI(a,0)}function IMNShowOOUIKyb(a){ULSA13:;IMNShowOOUI(a,1)}function IMNShowOOUI(i,h){ULSA13:;if(browseris.ie5up||IsSupportedMacBrowser()){var g=GetCurrentEvent(i),c=GetEventTarget(g),b=c,d=c,e=0,f=0;if(EnsureIMNControl()&&IMNNameDictionaryObj){var a=IMNGetOOUILocation(c);b=a.objSpan;d=a.objOOUI;e=a.oouiX;f=a.oouiY;var j=IMNNameDictionaryObj[d.id];if(b)b.onkeydown=IMNHandleAccelerator;IMNControlObj.ShowOOUI(j,h,e,f)}}}function IMNHideOOUI(){ULSA13:;if(IMNControlObj){IMNControlObj.HideOOUI();return false}return true}function IMNScroll(){ULSA13:;if(!bIMNInScrollFunc){bIMNInScrollFunc=true;IMNHideOOUI()}bIMNInScrollFunc=false;if(IMNOrigScrollFunc==IMNScroll)return true;return IMNOrigScrollFunc?IMNOrigScrollFunc():true}var imnCount=0,imnElems,imnElemsCount=0,imnMarkerBatchSize=4,imnMarkerBatchDelay=40;function ProcessImn(){ULSA13:;imnCount=0;imnElems=document.getElementsByName("imnmark");imnElemsCount=imnElems.length;if(EnsureIMNControl()&&IMNControlObj.PresenceEnabled)ProcessImnMarkers();else RemoveImnAnchors()}function RemoveImnAnchors(){ULSA13:;for(var d=0;d2)for(var c=b.split("&"),e=c.length,a=0;a0&&!_spOriginalFormAction){_spOriginalFormAction=document.forms[0].action;var a=window.location.href,b=a.indexOf("://");if(b>=0){var c=a.substring(b+3);b=c.indexOf("/");if(b>=0)a=c.substring(b);if(a.length>2&&a.charAt(0)=="/"&&a.charAt(1)=="/")a=a.substring(1)}_spEscapedFormAction=escapeUrlForCallback(a);document.forms[0].action=_spEscapedFormAction;document.forms[0]._initialAction=document.forms[0].action}}function RefreshHeroButtonState(){ULSA13:;if(typeof _spWebPartComponents!="undefined")for(var d in _spWebPartComponents)if(d.length>7){var b=d.substr(7),a=window["heroButtonWebPart"+b];if(typeof a!="undefined"&&a!=null&&a==true){var c=document.getElementById("Hero-"+b);if(c!=null)c.style.display=""}}}function RefreshInplViewState(){ULSA13:;if(typeof ctx!="undefined"&&ctx.clvp!=null&&(ctx.clvp.tab==null||ctx.clvp.tab!=null&&(ctx.clvp.tab.parentNode==null||ctx.clvp.tab.parentNode.innerHTML==null))){FixDroppedOrPastedClvps(null);if(ctx.dictSel!=null){ctx.dictSel=[];ctx.CurrentSelectedItems=0}}}function RestoreToOriginalFormAction(){ULSA13:;if(_spOriginalFormAction!=null){if(_spEscapedFormAction==document.forms[0].action){document.forms[0].action=_spOriginalFormAction;document.forms[0]._initialAction=document.forms[0].action}_spOriginalFormAction=null;_spEscapedFormAction=null}}function DefaultFocus(){ULSA13:;if(typeof _spUseDefaultFocus!="undefined"){var a=document.getElementsByName("_spFocusHere"),c=null;if(a==null||a.length<=0)c=document.getElementById("_spFocusHere");else if(a!=null&&a.length>0)c=a[0];if(c!=null){var b=c.getElementsByTagName("a");if(b!=null&&b.length>0)for(var d=0;d
');if(typeof e!="undefined"&&e){a.write('')}if(typeof f!="undefined"&&f){a.write('')}a.write("
');a.write(h);a.write('
');a.write(g);a.write('
');a.write(i);a.write('
");a.close();d=a.getElementById("sqlText");c=a.getElementById("sqlStack");sqlIO=a.getElementById("sqlIO")}d.value=j;if(typeof c!="undefined"&&c)c.value=e;if(typeof sqlIO!="undefined"&&sqlIO)sqlIO.value=f;b.focus()}var flyoutsAllowed=false;function enableFlyoutsAfterDelay(){ULSA13:;setTimeout("flyoutsAllowed=true;",25)}function overrideMenu_HoverStatic(b){ULSA13:;if(!flyoutsAllowed)setTimeout(delayMenu_HoverStatic(b),50);else{var c=Menu_HoverRoot(b),a=Menu_GetData(b);if(!a)return;__disappearAfter=a.disappearAfter;Menu_Expand(c,a.horizontalOffset,a.verticalOffset)}}function delayMenu_HoverStatic(a){ULSA13:;return function(){ULSA13:;overrideMenu_HoverStatic(a)}}var g_ExecuteOrWaitJobs={};function ExecuteOrDelayUntilEventNotified(b,c){ULSA13:;var d=false,a=g_ExecuteOrWaitJobs[c];if(a==null||typeof a=="undefined"){a={};a.notified=false;a.jobs=[];a.jobs.push(b);g_ExecuteOrWaitJobs[c]=a}else if(a.notified){b();d=true}else a.jobs.push(b);return d}function NotifyEventAndExecuteWaitingJobs(c){ULSA13:;if(!g_ExecuteOrWaitJobs)return;var a=g_ExecuteOrWaitJobs[c];if(a==null||typeof a=="undefined"){a={};a.notified=true;a.jobs=[];g_ExecuteOrWaitJobs[c]=a}else{if(a.jobs!=null)for(var b=0;b0&&b.offsetWidth>0&&_ribbonElementsWrap(c,b,a))return true;if(!g_fhs&&_ribbonChildNodesWrapped(b,a))return true;if(_ribbonChildNodesWrapped(d,a))return true;return _ribbonChildNodesWrapped(c,a)}function _ribbonChildNodesWrapped(e,g){ULSA13:;if(e.offsetWidth==0)return false;for(var c=[],f=e.childNodes.length,a=0;a0&&b.offsetHeight>0&&c.push(b)}f=c.length;for(var a=0;aa.offsetLeft)return true;else if(c&&a.offsetLeft+a.offsetWidth>b.offsetLeft)return true;return false}function _ribbonGetScaleStep(a){ULSA13:;if("undefined"==typeof a._scaleStep){a._scaleStep=0;if(a.className.indexOf("ms-cui-tts-scale1")!=-1)a._scaleStep=1;else if(a.className.indexOf("ms-cui-tts-scale2")!=-1)a._scaleStep=2}return a._scaleStep}function _ribbonSetScaleStep(b,a){ULSA13:;b._scaleStep=a}function _ribbonHeaderScaleDown(a){ULSA13:;var b=_ribbonGetScaleStep(a);if(b==0)_ribbonHeaderScaleIndex(a,1);else(b==1||b==2)&&_ribbonHeaderScaleIndex(a,2)}function _ribbonHeaderScaleUp(a){ULSA13:;var b=_ribbonGetScaleStep(a);if(b==1)_ribbonHeaderScaleIndex(a,0);else b==2&&_ribbonHeaderScaleIndex(a,1)}var g_ribbonHeaderScaleClass=["ms-cui-tts","ms-cui-tts-scale-1","ms-cui-tts-scale-2"];function _ribbonHeaderScaleIndex(a,b){ULSA13:;a.className=g_ribbonHeaderScaleClass[b];_ribbonSetScaleStep(a,b);_ribbonFixHeaderWidth(a)}function _ribbonFixHeaderWidth(a){ULSA13:;if(!g_fhs)return;var b=_ribbonCalculateWidth(a);a.style.width=b+"px";a._widthAdded=true}function _ribbonCalculateWidth(g){ULSA13:;for(var a=0,f=g.childNodes,h=f.length,d=0;d0){var c=b.childNodes[1];if(c&&c.nodeName=="UL"){var e=_ribbonCalculateWidth(c);c.style.width=e+"px";a=a+e+4}else a=a+b.offsetWidth+2}}return a}function _ribbonOnStartInit(c){ULSA13:;OnRibbonMinimizedChanged(c.initialTabId=="Ribbon.Read");var d=document.getElementById("Ribbon");if(!d||c&&c.buildMinimized)return;var b=document.createElement("div");b.className="ms-cui-tabContainer";var a=document.createElement("ul");a.id="Ribbon.BlankTab";a.className="ms-cui-tabBody";a.innerHTML=''+L_Loading_Text+"";b.appendChild(a);d.appendChild(b)}var L_Status_Text=" Status",L_StatusBarRed_Text="Very Important",L_StatusBarYellow_Text="Important",L_StatusBarGreen_Text="Success",L_StatusBarBlue_Text="Information",StatusIdWithTopPriority=null,StatusColorWithTopPriority=null,StatusPriority={red:4,yellow:3,green:2,blue:1},StatusBarClassNames={4:"s4-status-s4",3:"s4-status-s3",2:"s4-status-s2",1:"s4-status-s1"},StatusTitle={4:L_StatusBarRed_Text,3:L_StatusBarYellow_Text,2:L_StatusBarGreen_Text,1:L_StatusBarBlue_Text},g_uniqueIndex=0;function getUniqueIndex(){ULSA13:;g_uniqueIndex++;return g_uniqueIndex}function addStatus(f,g,e){ULSA13:;var a=document.getElementById("pageStatusBar");if(a!=null){a.setAttribute("aria-live","polite");a.setAttribute("aria-relevant","all");var b=_createStatusMarkup(f,g,true);if(!e)a.appendChild(b);else{var c=a.getElementsByTagName("SPAN"),d=c.length>0?c[0]:null;if(d!=null)a.insertBefore(b,d);else a.appendChild(b)}if(a.childNodes.length==1){StatusIdWithTopPriority=b.id;StatusColorWithTopPriority=1}a.style.display="block";return b.id}}function appendStatus(f,d,e){ULSA13:;var c=document.getElementById("pageStatusBar"),a=document.getElementById(f);if(c!=null&&a!=null){var b=null;if(a.lastChild&&a.lastChild.tagName=="BR"){a.removeChild(a.lastChild);b=_createStatusMarkup(d,e,true)}else b=_createStatusMarkup(d,e,false);if(a.nextSibling!=null)c.insertBefore(b,a.nextSibling);else c.appendChild(b);return b.id}}function _createStatusMarkup(c,e,d){ULSA13:;var b=document.createElement("SPAN");b.id="status_"+getUniqueIndex();var a=[];a.push("");a.push(StatusTitle[1]+L_Status_Text);a.push("");if(c.length!=0){a.push("");a.push(c);a.push(" ")}a.push("");a.push(e);a.push("  ");d&&a.push("
");b.innerHTML=a.join("");b.setAttribute("role","alert");b.priorityColor=1;b.title=StatusTitle[1];b.tabIndex=0;return b}function removeAllStatus(b){ULSA13:;var a=document.getElementById("pageStatusBar");if(a!=null){a.innerHTML="";a.className=StatusBarClassNames[1];StatusColorWithTopPriority=null;StatusIdWithTopPriority=null;if(b)a.style.display="none"}}function setStatusPriColor(b,d){ULSA13:;var a=document.getElementById(b);if(a!=null&&typeof d=="string"){if(d in StatusPriority){a.priorityColor=StatusPriority[d];a.title=StatusTitle[a.priorityColor]}else{a.priorityColor=1;a.title=StatusTitle[1]}var c=a.firstChild;if(c!=null&&c.id==b+"_hiddenPriMsg")c.innerHTML=a.title+L_Status_Text;if(b==StatusIdWithTopPriority)if(a.priorityColor>=StatusColorWithTopPriority)StatusColorWithTopPriority=a.priorityColor;else _selectStatusWithTopPriority();else if(a.priorityColor>StatusColorWithTopPriority){StatusIdWithTopPriority=b;StatusColorWithTopPriority=a.priorityColor}var e=document.getElementById("pageStatusBar");if(e)e.className=StatusBarClassNames[StatusColorWithTopPriority]}}function _selectStatusWithTopPriority(){ULSA13:;var f=document.getElementById("pageStatusBar");if(f!=null){for(var e=null,b=1,d=f.childNodes,g=d.length,a=null,c=0;cb){b=a.priorityColor;e=a.id}}StatusIdWithTopPriority=e;StatusColorWithTopPriority=b}}function updateStatus(d,b){ULSA13:;var c=d+"_body",a=document.getElementById(c);if(a)a.innerHTML=b}function removeStatus(d){ULSA13:;var a=document.getElementById(d);if(a!=null){if(a.lastChild&&a.lastChild.tagName=="BR"){var c=a.previousSibling;if(c&&c.lastChild&&c.lastChild.tagName!="BR"){var e=document.createElement("BR");c.appendChild(e)}}a.parentNode.removeChild(a);var b=document.getElementById("pageStatusBar");if(b)if(b.getElementsByTagName("SPAN").length==0){b.className=StatusBarClassNames[1];StatusColorWithTopPriority=null;StatusIdWithTopPriority=null;b.style.display="none"}else if(d==StatusIdWithTopPriority){_selectStatusWithTopPriority();b.className=StatusBarClassNames[StatusColorWithTopPriority]}}}var g_dlgWndTop=null;function _dlgWndTop(){ULSA13:;if(g_dlgWndTop)return g_dlgWndTop;try{var a=window.parent.g_DialogWindowTop;if(a)g_dlgWndTop=window.parent}catch(b){}finally{if(!g_dlgWndTop){window.self.g_DialogWindowTop=true;g_dlgWndTop=window.self}}return g_dlgWndTop}function commonShowModalDialog(n,b,c,m){ULSA13:;if(document.getElementById("__spPickerHasReturnValue")!=null)document.getElementById("__spPickerHasReturnValue").value="";if(document.getElementById("__spPickerReturnValueHolder")!=null)document.getElementById("__spPickerReturnValueHolder").value="";commonModalDialogReturnValue.clear();var h;if(window.showModalDialog&&!browseris.safari125up){h=window.showModalDialog(n,m,b);c&&invokeModalDialogCallback(c,h)}else{var l=500,k=550,p="yes";if(!b)b="width="+l+",height="+k;else{function r(){ULSA13:;return []}function d(a,b,c){ULSA13:;a.push(b);a[b]=c}function q(b){ULSA13:;for(var c=[],a=0;a