function ULSA13(){var o=new Object;o.ULSTeamName="Windows SharePoint Services 4";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,"&amp;");a=a.replace(/</g,"&lt;");a=a.replace(/>/g,"&gt;");a=a.replace(/'/g,"&apos;");a=a.replace(/"/g,"&quot;");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="<function ";if(c>=0)b+='depth="'+c+'" ';b+='signature="'+a+'">';if(c==0||a.indexOf("anonymous")==0||a.indexOf("(")==0)b+="\n<![CDATA["+d+"]]>\n";b+="</function>";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+='<browser name="'+ULSEncodeXML(e)+'" version="'+ULSEncodeXML(d)+'" />\n';a+="<useragent>"+ULSEncodeXML(navigator.userAgent)+"</useragent>\n";if(b)a+="<language>"+ULSEncodeXML(b)+"</language>\n";if(document.referrer){var g=ULSStripPII(document.referrer);a+="<referrer>"+ULSEncodeXML(g)+"</referrer>\n"}if(window.location){var f=ULSStripPII(window.location.toString());a+="<location>"+ULSEncodeXML(f)+"</location>\n"}if(ULS.Correlation)a+="<correlation>"+ULSEncodeXML(ULS.Correlation)+"</correlation>\n"}catch(h){}return a}function ULSHandleWebServiceResponse(){ULSA13:;if(ULS.request.readyState==4&&ULS.request.status==200)ULSFinishErrorHandling();if((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");ULS.request.setRequestHeader("SOAPAction",ULS.WebServiceNS+"SendClientScriptErrorReport");ULS.request.send('<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><SendClientScriptErrorReport xmlns="'+ULS.WebServiceNS+'">'+"<message>"+ULSEncodeXML(ULS.message)+"</message>"+"<file>"+ULSEncodeXML(ULS.file)+"</file>"+"<line>"+ULS.line+"</line>"+"<stack>"+ULSEncodeXML(ULS.callStack)+"</stack>"+"<client>"+ULSEncodeXML(ULS.clientInfo)+"</client>"+"<team>"+ULSEncodeXML(ULS.teamName)+"</team>"+"<originalFile>"+ULSEncodeXML(ULS.originalFile)+"</originalFile>"+"</SendClientScriptErrorReport>"+"</soap:Body>"+"</soap:Envelope>")}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="<stack>\n"+ULSGetCallstack(d)+"</stack>";ULS.clientInfo="<client>\n"+ULSGetClientInfo()+"</client>";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 f=a.substring(a.indexOf("windows ")+11);this.osver=parseFloat(f)}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 d=a.substring(a.indexOf("msie ")+5);this.iever=parseInt(d);this.verIEFull=parseFloat(d)}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 e=a.indexOf("version/");if(e>=0)this.safari3up=parseInt(a.substring(e+8))>=3}this.firefox=this.nav&&a.indexOf("firefox")!=-1;this.firefox3up=false;if(this.firefox&&this.major>=5){var c=a.indexOf("firefox/");if(c>=0)this.firefox3up=parseInt(a.substring(c+8))>=3}}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;if(a.preventDefault)a.preventDefault();if(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}if(typeof Sys!="undefined"&&Sys&&Sys.Application)Sys.Application.notifyScriptLoaded();if(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<f.length;d++){var a=f.charCodeAt(d),e=f.charAt(d);if(g&&(e=="#"||e=="?")){c+=f.substr(d);break}if(h&&e=="&"){c+=e;continue}if(a<=127){if(i)c+=e;else if(a>=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<f.length-1){var a=(a&1023)<<10;d++;var j=f.charCodeAt(d);a|=j&1023;a+=SURROGATE_OFFSET;b=UTF8_1ST_OF_4|a>>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||c<b)){var d=a.substr(0,c);if(b>0)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){if(typeof _ribbonStartInit=="function")_ribbonStartInit(b,false,null)}else if(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");document.cookie="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){document.cookie="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 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:;var c,a;for(a=1;a<AdmBuildParam.arguments.length;a++){c=new RegExp("\\^"+a);b=b.replace(c,AdmBuildParam.arguments[a])}return b}function IndexOfIllegalCharInUrlLeafName(b){ULSA13:;for(var a=0;a<b.length;a++){var c=b.charCodeAt(a);if(b.charAt(a)=="."&&(a==0||a==b.length-1))return a;if(c<160&&(b.charAt(a)=="/"||!LegalUrlChars[c]))return a}return -1}function IndexOfIllegalCharInUrlPath(b){ULSA13:;for(var a=0;a<b.length;a++){var c=b.charCodeAt(a);if(c<160&&!LegalUrlChars[c])return a}return -1}function UrlContainsIllegalStrings(a){ULSA13:;if(a.indexOf("..")>=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<c;b++)if(a[b].checked)return true;return false}function STSValidatorEnable(d,b,c){ULSA13:;var a=document.getElementById(d);if(a==null)return;if(c==true||a.getAttribute("AlwaysEnableSilent")==true)a.enabled=b==true;else ValidatorEnable(a,b)}if(typeof Sys!="undefined"&&Sys&&Sys.Application)Sys.Application.notifyScriptLoaded();if(typeof NotifyScriptLoadedAndExecuteWaitingJobs=="function")NotifyScriptLoadedAndExecuteWaitingJobs("commonvalidation.js");function encodeScriptQuote(f){ULSA13:;var c=new String(f),b=[],a=0,e=c.length;for(a=0;a<e;a++){var d=c.charAt(a);b.push(d=="'"?"%27":d)}return b.join("")}function STSHtmlEncode(c){ULSA13:;if(null==c||typeof c=="undefined")return "";var d=new String(c),a=[],b=0,f=d.length;for(b=0;b<f;b++){var e=d.charAt(b);switch(e){case "<":a.push("&lt;");break;case ">":a.push("&gt;");break;case "&":a.push("&amp;");break;case '"':a.push("&quot;");break;case "'":a.push("&#39;");break;default:a.push(e)}}return a.join("")}function StAttrQuote(a){ULSA13:;a=a.toString();a=a.replace(/&/g,"&amp;");a=a.replace(/\"/g,"&quot;");a=a.replace(/\r/g,"&#13;");return '"'+a+'"'}function STSScriptEncode(e){ULSA13:;if(null==e||typeof e=="undefined")return "";var d=new String(e),a=[],c=0,g=d.length;for(c=0;c<g;c++){var b=d.charCodeAt(c);if(b>4095)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?"+(new Date).valueOf())}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)a.onclick(b)}function DeleteCookie(a){ULSA13:;document.cookie=a+"=; expires=Thu, 01-Jan-70 00:00:01 GMT"}function GetCookie(d){ULSA13:;var c=document.cookie.split("; ");for(var b=0;b<c.length;b++){var a=c[b].split("=");if(d==a[0])if(a.length>1)return unescapeProperly(a[1]);else return null}return null}function IsAccessibilityFeatureEnabled(){ULSA13:;return GetCookie("WSS_AccessibilityFeature")=="true"}function escapeForSync(e){ULSA13:;var b="",d=0,c=0,g="\\&|[]";for(d=0;d<e.length;d++){var a=e.charCodeAt(d),f=e.charAt(d);if(c&&a<=127){b+="]";c=0}if(!c&&a>127){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<e.length)if(e[f]<=127)a+=String.fromCharCode(e[f++]);else{c=e[f++];d=c&32?c&16?3:2:1;g=d;b=c&255>>>2+d;while(d&&f<e.length){--d;c=e[f++];if(c==0)return a;if((c&192)!=128){a+="?";break}b=b<<6|c&63}if(d){a+="?";break}if(b<g_rgdwchMinEncoded[g]){a+="?";break}else if(b<=65535)a+=String.fromCharCode(b);else if(b<=1114111){b-=SURROGATE_OFFSET;a+=String.fromCharCode(HIGH_SURROGATE_BITS|b>>>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<c.length)if(c.charAt(e)=="%")if(c.charAt(++e)=="u"){b="";for(g=0;g<4&&e<c.length;++g)b+=c.charAt(++e);while(b.length<4)b+="0";h=parseInt(b,16);if(isNaN(h))d+="?";else d+=String.fromCharCode(h)}else{b="";for(g=0;g<2&&e<c.length;++g)b+=c.charAt(e++);while(b.length<2)b+="0";h=parseInt(b,16);if(isNaN(h)){if(a){d+=Vutf8ToUnicode(f);a=0;f.length=a}d+="?"}else f[a++]=h}else{if(a){d+=Vutf8ToUnicode(f);a=0;f.length=a}d+=c.charAt(e++)}if(a){d+=Vutf8ToUnicode(f);a=0;f.length=a}return d}function unescapeProperly(b){ULSA13:;var a=null;if((browseris.ie55up||browseris.nav6up)&&typeof decodeURIComponent!="undefined")a=decodeURIComponent(b);else a=unescapeProperlyInternal(b);return a}function navigateMailToLink(a){ULSA13:;window.location="mailto:?body="+escapeProperly(a)}function navigateMailToLinkWithMessage(b,a){ULSA13:;window.location="mailto:"+b+"?body="+a}function newBlogPostOnClient(b,d,c){ULSA13:;var a,e;a=StsOpenEnsureEx("SharePoint.OpenDocuments.3");if(a==null){alert(L_NewBlogPost_Text);return}try{e=a.NewBlogPost(b,d,c)}catch(f){alert(L_NewBlogPostFailed_Text)}}function GetUrlFromWebUrlAndWebRelativeUrl(b,c){ULSA13:;var a=b==null||b.length<=0?"/":b;if(a.charAt(a.length-1)!="/")a+="/";a+=c;return a}var g_updateFormDigestPageLoaded=new Date;function UpdateFormDigest(e,j){ULSA13:;try{if(g_updateFormDigestPageLoaded==null||typeof g_updateFormDigestPageLoaded!="object")return;var l=new Date;if(l.getTime()-g_updateFormDigestPageLoaded.getTime()<j)return;if(e==null||e.length<=0)return;var b=document.getElementsByName("__REQUESTDIGEST")[0];if(b==null||b.tagName.toLowerCase()!="input"||b.type.toLowerCase()!="hidden"||b.value==null||b.value.length<=0)return;var a=null;try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(h){a=null}if(a==null)try{a=new XMLHttpRequest}catch(h){a=null}if(a==null)return;a.open("POST",GetUrlFromWebUrlAndWebRelativeUrl(e,"_vti_bin/sites.asmx"),false);a.setRequestHeader("Content-Type","text/xml");a.setRequestHeader("SOAPAction","http://schemas.microsoft.com/sharepoint/soap/GetUpdatedFormDigest");a.send('<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">  <soap:Body>    <GetUpdatedFormDigest xmlns="http://schemas.microsoft.com/sharepoint/soap/" />  </soap:Body></soap:Envelope>');var c=a.responseText;if(c==null||c.length<=0)return;var g="<GetUpdatedFormDigestResult>",k="</GetUpdatedFormDigestResult>",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 IsMacPluginInstalled(){ULSA13:;return navigator.mimeTypes&&navigator.mimeTypes["application/x-sharepoint"]&&navigator.mimeTypes["application/x-sharepoint"].enabledPlugin}function CreateMacPlugin(){ULSA13:;var b=null;if(IsSupportedMacBrowser()){b=document.getElementById("macSharePointPlugin");if(b==null&&IsMacPluginInstalled()){var a=document.createElement("object");a.id="macSharePointPlugin";a.type="application/x-sharepoint";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){document.cookie="stsSyncAppName=0;";document.cookie="stsSyncIconPath=0;";return a}}if(browseris.ie5up&&browseris.win32||IsSupportedMacBrowser()){var b,c;if(d!="")GetStssyncHandler(".3");if(!g_objStssync){if(d!=""&&d!="calendar"&&d!="contacts"){document.cookie="stsSyncAppName=0;";document.cookie="stsSyncIconPath=0;";return a}GetStssyncHandler(".2");if(!g_objStssync||!(b=g_objStssync.GetStssyncAppName())){document.cookie="stsSyncAppName=0;";document.cookie="stsSyncIconPath=0;";return a}}else if(!(b=g_objStssync.GetStssyncAppNameForType(d))){document.cookie="stsSyncAppName=0;";document.cookie="stsSyncIconPath=0;";return a}document.cookie="stsSyncAppName="+escapeProperly(b)+";";try{c=g_objStssync.GetStssyncIconName();c=h+c;document.cookie="stsSyncIconPath="+escapeProperly(c)+";"}catch(i){document.cookie="stsSyncIconPath=0;";c=e}}else{a={};a.BtnText=f;a.BtnImagePath=e;document.cookie="stsSyncAppName="+escapeProperly(f);document.cookie="stsSyncIconPath="+escapeProperly(e);return a}}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(p,l,o,c,b,n,r,m,j,k){ULSA13:;var i=GetCookie("stsSyncAppName"),h=GetCookie("stsSyncIconPath");if(i&&h&&i!="0"&&h!="0"){var g=500,a=20,d="stssync://sts/?ver=1.1&type="+escapeProperly(p)+"&cmd=add-folder"+"&base-url="+escapeForSync(l)+"&list-url="+escapeForSync("/"+makeAbsUrl(n).substr(l.length+1)+"/")+"&guid="+escapeProperly(o);if(window.self.offlineBtnUser!=undefined)d+="&user-id="+offlineBtnUser;var f="&site-name="+escapeForSync(c)+"&list-name="+escapeForSync(b),e="";if(j)e+="&folder-url="+escapeForSync("/"+j.substr(m.length+1));if(k)e+="&folder-id="+k;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(q){}}}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();document.cookie="digInstalled="+escapeProperly(a)+";"}catch(b){g_objDiagramLaunch=null;document.cookie="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();document.cookie="projInstalled="+escapeProperly(a)+";"}catch(b){document.cookie="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()){document.cookie="databaseBtnText="+escapeProperly(g_expDatabase.MenuTitle)+";";document.cookie="databaseBtnDesc="+escapeProperly(g_expDatabase.MenuDescription)+";"}else{document.cookie="databaseBtnText=0;";document.cookie="databaseBtnDesc=0;";g_expDatabase=null}}catch(d){document.cookie="databaseBtnText=0;";document.cookie="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();document.cookie="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;i<validators.length;i++)STSValidatorEnable(validators[i],!bDisableValidators,bSilent);for(var i=1;i<=5;i++){var rowId=id+"_tablerow"+i,row=document.getElementById(rowId);if(row!=null&&!browseris.mac)row.style.display=displaySetting}}function HideMenuControl(menuControlId){ULSA13:;if(typeof menuControlId=="undefined"||menuControlId==null)return;var menu=document.getElementById(menuControlId);if(typeof menu=="undefined"||menu==null)return;var menuItems=menu.getElementsByTagName("ie:menuitem");if(typeof menuItems=="undefined"||menuItems==null)return;for(var i=0;i<menuItems.length;i++){var menuItem=menuItems[i],hiddenScript=menuItem.getAttribute("hidden");if(typeof hiddenScript=="undefined"||hiddenScript==null||!eval(hiddenScript))return}menu.style.display="none"}function SetControlDisabledStatus(a,b){ULSA13:;try{if(a.setAttribute)a.setAttribute("disabled",b);if(!b&&a.removeAttribute)a.removeAttribute("disabled")}catch(c){}}function SetControlDisabledStatusRecursively(a,c){ULSA13:;if(a==null)return;SetControlDisabledStatus(a,c);var d=a.childNodes;for(var b=0;d.length>b;b++)SetControlDisabledStatusRecursively(d.item(b),c)}function SetChildControlsDisabledStatus(d,c){ULSA13:;var b=d.childNodes;for(var a=0;a<b.length;a++)SetControlDisabledStatusRecursively(b.item(a),c)}var g_PNGImageIds,g_PNGImageSources;function displayPNGImage(e,d,b,a,f){ULSA13:;if(g_PNGImageIds==null)g_PNGImageIds=[];if(g_PNGImageSources==null)g_PNGImageSources=[];var c=null;document.write("<IMG id='"+e+"' ");if(b&&b>0)document.write("width='"+b+"' ");if(a&&a>0)document.write("height='"+a+"' ");document.write("alt='"+f+"' ");if(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<g_PNGImageIds.length;a++){var b=document.getElementById(g_PNGImageIds[a]);if(b!=null&&g_PNGImageSources[a]!=null){b.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+g_PNGImageSources[a]+"),sizingMethod=scale);";b.src="/_layouts/images/blank.gif"}}}var CTXTYPE_EDITMENU=0,CTXTYPE_VIEWSELECTOR=1;function ContextInfo(){ULSA13:;this.listBaseType=null;this.listTemplate=null;this.listName=null;this.view=null;this.listUrlDir=null;this.HttpPath=null;this.HttpRoot=null;this.serverUrl=null;this.imagesPath=null;this.PortalUrl=null;this.RecycleBinEnabled=null;this.isWebEditorPreview=null;this.rootFolderForDisplay=null;this.isPortalTemplate=null;this.isModerated=false;this.recursiveView=false;this.displayFormUrl=null;this.editFormUrl=null;this.newFormUrl=null;this.ctxId=null;this.CurrentUserId=null;this.isForceCheckout=false;this.EnableMinorVersions=false;this.ModerationStatus=0;this.verEnabled=0;this.isVersions=0;this.WorkflowsAssociated=false;this.ExternalDataList=false;this.HasRelatedCascadeLists=0;this.CascadeDeleteWarningMessage=null;this.ContentTypesEnabled=false;this.SendToLocationName="";this.SendToLocationUrl="";this.StateInitDone=false;this.TotalListItems=null;this.CurrentSelectedItems=null;this.LastSelectableRowIdx=null;this.SelectAllCbx=null;this.TableCbxFocusHandler=null;this.TableMouseoverHandler=null}function ctxInitItemState(a){ULSA13:;a.TotalListItems=0;a.CurrentSelectedItems=0;a.LastSelectableRowIdx=0;a.StateInitDone=true}function STSPageUrlValidation(a){ULSA13:;return PageUrlValidation(a)}function GetSource(a){ULSA13:;var c=DeferCall("GetSource2",a,null);if(c==null){var b=GetUrlKeyValue("Source");if(b=="")if(a!=null&&a!="")b=a;else b=window.location.href;c=b}return escapeProperly(STSPageUrlValidation(c))}function GetUrlKeyValue(d,e,a){ULSA13:;var c="";if(a==null)a=window.location.href+"";var b;b=a.indexOf("#");if(b>=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&&currentCtx.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!="")a+=c+"Source="+b}STSNavigate(a)}function TrimSpaces(c){ULSA13:;var a,b;c=c.toString();var d=c.length;for(a=0;a<d;a++)if(c.charAt(a)!=" ")break;if(a==d)return "";for(b=d-1;b>a;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;a<d;a++){ch=c.charAt(a);if(ch!=" "&&ch!="\t"&&ch!="\n"&&ch!="\r"&&ch!="\f")break}if(a==d)return "";for(b=d-1;b>a;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:;if(GetCookie("MtgTimeZone")=="1")MtgToggleTimeZone()}function FormatDate(a,b,c,d){ULSA13:;var L_Date_Text="<b>Date:</b>",L_Time_Text="<b>Time:</b>",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:;var c,b=document.getElementsByTagName("link");for(var a=0;a<b.length;a++)if(b[a].type=="text/css"&&b[a].id=="onetidThemeCSS")c=b[a];if(c){var f=/(\.\.\/)+/,d=c.href,e=d.replace(f,"/");return e}}function StBuildParam(b){ULSA13:;var c,a;for(a=1;a<StBuildParam.arguments.length;a++){c=new RegExp("\\^"+a);b=b.replace(c,StBuildParam.arguments[a])}return b}JSRequest={QueryString:null,FileName:null,PathName:null,EnsureSetup:function(){ULSA13:;if(JSRequest.QueryString!=null)return;JSRequest.QueryString=[];var e=window.location.search.substring(1),c=e.split("&");for(var a=0;a<c.length;a++){var b=c[a].indexOf("=");if(b>-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_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;if(!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;j<numElts;j++){var a=tbodyTags[j];if(a.id!=null&&a.id.length>len+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<a.childNodes.length;e++){var i=a.childNodes[e];i.style.display=displayStr}if(a.childNodes.length==0){var f=a.nextSibling;if(f!=null&&f.tagName=="TBODY"&&f.id=="")for(var e=0;e<f.childNodes.length;e++){var i=f.childNodes[e];i.style.display=displayStr;if(typeof FV4UI!="undefined"&&FV4UI()){HandleSingleGroupByRow(b,i,d);UpdateSelectAllCbx(b,true)}}}}}}EnsureScript("core.js",TypeofFullName("UpdateCtxLastSelectableRow"),function(){ULSA13:;if(typeof FV4UI!="undefined"&&FV4UI())UpdateCtxLastSelectableRow(b,viewTable)});if(!l&&!g_ExpGroupParseStage){if(g_ExpGroupNeedsState&&ExpGroupFetchWebPartID(c)!=null)if(d)AddGroupToCookie(c);else RemoveGroupFromCookie(c);if(d){tbody=document.getElementById("tbod"+c+"_");if(tbody!=null){isLoaded=tbody.getAttribute("isLoaded");if(isLoaded=="false")ExpGroupFetchData(c,m)}}}}function ExpGroupFetchData(a,b){ULSA13:;var d='<tr><td colspan="100" class="ms-gbload">'+L_Loading_Text+"</td></tr>";ExpGroupRenderData(d,a,"false");if(!g_ExpGroupInProgress){var c=ExpGroupFetchGroupString(a);if(c==null){var d='<tr><td></td><td class="ms-gbload">'+L_Loading_Error_Text+"</td></tr>";ExpGroupRenderData(d,a,"false");if(g_ExpGroupQueue.length>0)ExpGroupFetchData(g_ExpGroupQueue.shift());return}if(typeof InitAllClvps=="undefined"&&b!=null)g_ExpInitializing=true;else{g_ExpInitializing=false;g_ExpGroupInProgress=true}if(!ExpGroupCallServer(c,a,b))if(g_ExpGroupQueue.length>0&&b==null)ExpGroupFetchData(g_ExpGroupQueue.shift())}else g_ExpGroupQueue.push(a)}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)!="<tr")b=true;if(b)a="<TR><TD>"+a+"</TD></TR>";ExpGroupRenderData(a,c,"true");g_ExpGroupInProgress=false;if(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='<TABLE><TBODY id="tbod'+a+'_" isLoaded="'+e+'">'+d+"</TBODY></TABLE>";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){ULSA13:;DeferCall("OnItemDeferCall",a)}function OnChildItem(c){ULSA13:;var b;for(b=0;b<c.childNodes.length;b++){var a=c.childNodes[b];if(a.nodeType==1&&a.tagName=="DIV"&&a.style.display!="none"&&a.style.visibility!="hidden"){OnItem(a);break}}}function OnLink(a){ULSA13:;DeferCall("OnLinkDeferCall",a)}function MMU_PopMenuIfShowing(a){ULSA13:;DeferCall("MMU_PopMenuIfShowingDeferCall",a)}function OnMouseOverFilter(a){ULSA13:;DeferCall("OnMouseOverFilterDeferCall",a)}function OnChildColumn(c){ULSA13:;var b;for(b=0;b<c.childNodes.length;b++){var a=c.childNodes[b];if(a.nodeType==1&&a.tagName=="DIV"&&a.getAttribute("CtxNum")!=null){OnMouseOverFilter(a);break}}}function MMU_EcbTableMouseOverOut(b,a){ULSA13:;DeferCall("MMU_EcbTableMouseOverOutDeferCall",b,a)}function OnMouseOverAdHocFilter(b,a){ULSA13:;DeferCall("OnMouseOverAdHocFilterDeferCall",b,a)}function MMU_EcbLinkOnFocusBlur(c,b,a){ULSA13:;DeferCall("MMU_EcbLinkOnFocusBlurDeferCall",c,b,a)}function GetElementByClassName(a,d){ULSA13:;if(a.className)if(a.className.indexOf(d)>-1)return a;var b;for(var c=0;c<a.childNodes.length;c++){b=GetElementByClassName(a.childNodes[c],d);if(b!=null)return b}return null}function AddWhiteBG(){ULSA13:;if(searcharea.className.indexOf(" "+whitebgclass)==-1){var a=searcharea.className.trim()+" "+whitebgclass;a=a.trim();searcharea.className=a}}function RemoveWhiteBG(){ULSA13:;if(locked)return;searcharea.className=searcharea.className.replace(" "+whitebgclass,"")}var locked=false;function LockBG(){ULSA13:;locked=!locked;if(locked)AddWhiteBG();else RemoveWhiteBG()}var searcharea,searchbox,searchimage,whitebgclass;function InitSearchBoxStyleEvents(c,d,a,b){ULSA13:;searcharea=document.getElementById(c);searchbox=document.getElementById(d);searchimage=GetElementByClassName(searcharea,a);whitebgclass=b;if(searchbox==null||searchimage==null)return;searchbox.onfocus=LockBG;searchbox.onmouseover=AddWhiteBG;searchbox.onblur=LockBG;searchbox.onmouseout=RemoveWhiteBG;searchimage.onmouseover=AddWhiteBG;searchimage.onmouseout=RemoveWhiteBG}function IsFullNameDefined(c){ULSA13:;if(!c)return false;var d=c.split("."),e=d.length,a=window;for(var b=0;b<e;b++){a=a[d[b]];if(typeof a=="undefined")return false}return true}function TypeofFullName(c){ULSA13:;if(!c)return "undefined";var d=c.split("."),e=d.length,a=window;for(var b=0;b<e;b++){a=a[d[b]];if(typeof a=="undefined")return "undefined"}return typeof a}var _v_dictSod=[],Sods={missing:1,loading:2,pending:3,loaded:4},_v_qsod=[],_v_sodctx={document:document,window:window};function Sod(a){ULSA13:;this.url=a;this.loaded=false;this.depkeys=null;this.state=Sods.missing;this.qfn=null}function RegisterSod(a,c){ULSA13:;a=NormalizeSodKey(a);var b=new Sod(c);_v_dictSod[a]=b}function RegisterSodDep(b,c){ULSA13:;b=NormalizeSodKey(b);var a=_v_dictSod[b];if(a==null)return;if(a.depkeys==null)a.depkeys=[];a.depkeys.push(c)}function LoadSodByKey(c,b){ULSA13:;var a=_v_dictSod[c];if(b!=null&&a!=null){if(a.qfn==null)a.qfn=[];a.qfn.push(b)}return LoadSod(a)}function LoadSod(a){ULSA13:;if(a==null)return Sods.missing;if(a.state==Sods.loaded||a.state==Sods.loading)return a.state;a.state=Sods.pending;var e=[];if(a.depkeys!=null){var b,g=true,f=a.depkeys.length;for(b=0;b<f;b++){var c=_v_dictSod[a.depkeys[b]];if(c==null)continue;if(c.state!=Sods.loaded){g=false;e.push(c)}}if(!g){_v_qsod.push(a);f=e.length;for(b=0;b<f;b++){var c=e[b];if(c.state!=Sods.loaded&&c.state!=Sods.loading)LoadSod(c)}return a.state}}if(a.state==Sods.loaded||a.state==Sods.loading)return a.state;a.state=Sods.loading;var d=document.createElement("SCRIPT");d.type="text/javascript";d.src=a.url;var h=GetOnLoad(a,d);if(browseris.ie)d.onreadystatechange=h;else d.onload=h;document.getElementsByTagName("HEAD")[0].appendChild(d);return a.state}function GetOnLoad(a,b){ULSA13:;var c=function(){ULSA13:;var e=false;if(typeof b.readyState!="undefined")e=b.readyState=="complete"||b.readyState=="loaded";else e=true;if(e){b.onreadystatechange=null;b.onload=null;var c=a.url,d=c.lastIndexOf("/");if(d>-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"){if(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 b=Array.prototype.shift.call(arguments),a=Array.prototype.shift.call(arguments),c=function(){ULSA13:;var d=a.split("."),b=window;for(var c=0,e=d.length;c<e;c++)b=b[d[c]];b.apply(null,arguments)};EnsureScriptFunc(b,a,c)}function NormalizeSodKey(a){ULSA13:;var b=a.toLowerCase(),d=b.length;if(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:;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:;if(!browseris.ie)a.stopPropagation()}function FFGetElementsById(e,d){ULSA13:;var b=[],a=e.getElementById(d);while(a!=null){b.push(a);a.id="";a=e.getElementById(d)}var c;for(c=0;c<b.length;c++)b[c].id=d;return b}function GetElementsByName(b){ULSA13:;var a=document.getElementsByName(b);if(a.length==0&&window.XMLHttpRequest)a=FFGetElementsById(document,b);return a}function AddEvtHandler(c,a,b){ULSA13:;if(browseris.ie)c.attachEvent(a,b);else c.addEventListener(a.substr(2),b,false)}function HideListViewRows(a){ULSA13:;var c=document.getElementById(a);if(c==null)return;resetSelectAllCbx(c);var b=window.location.hash;if(b.length<=56||b.indexOf("InplviewHash=")!=1)return;b=b.substr(14,42);b=b.replace(/--/g,"-");if(a.length==77)a=a.substr(39);else{var e,d;if(a.indexOf("onetidDoclibViewTbl")!=0)return;a=a.substr(19);if(a=="0"){if(c.className.indexOf("ms-emptyView")>=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}if(typeof ChevronContainer!="undefined"&&ChevronContainer!=null)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 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!="keydown")c.className="ms-WPHeaderCbxHidden"}function WpCbxKeyHandler(b){ULSA13:;var a;if(browseris.ie)a=b.keyCode;else a=b.which;if(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;FixRibbonAndWorkspaceDimensions()}function FixRibbonAndWorkspaceDimensions(){ULSA13:;g_frl=true;var c=GetCachedElement("s4-ribbonrow"),a=GetCachedElement("s4-workspace"),f=GetCachedElement("s4-titlerow"),b=GetCachedElement("s4-bodyContainer");if(!c||!a||!b)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 k=RibbonIsMinimized()?44:135,l=k+g_wpadderHeight;c.style.height=l+"px";var d=g_viewportHeight;if(null===d){d=GetViewportHeight();g_viewportHeight=d}var e=d-c.offsetHeight-AbsTop(c);if(e<0)e=0;a.style.height=e+"px";if(h){a.style.width=document.documentElement.clientWidth+"px";if(b.offsetWidth<a.clientWidth)b.style.width=a.clientWidth+"px";if(f){f.style.width=b.offsetWidth-1+"px";f.className+=" ms-titlerowborder"}}var m=browseris.ie&&browseris.iever==7&&!browseris.ie8standard;if(!g_setScrollPos){if(window.location.search.match("[?&]IsDlg=1"))if(!m||a.scrollHeight<a.clientHeight)a.style.overflowY="auto";var g=document.getElementById("_maintainWorkspaceScrollPosition");if(g!=null&&g.value!=null)a.scrollTop=g.value;g_setScrollPos=true}var j=[].concat(g_workspaceResizedHandlers);for(var i=0,n=j.length;i<n;i++)j[i]();g_frl=false}function RibbonIsMinimized(){ULSA13:;if(g_spribbon.isInited)return g_spribbon.isMinimized;else if(typeof _ribbon=="undefined"||null===_ribbon)return true;else return _ribbon.buildMinimized}var g_spribbon={};g_spribbon.isMinimized=true;g_spribbon.isInited=false;g_spribbon.minimizedHeight="44px";g_spribbon.maximizedHeight="135px";function OnRibbonMinimizedChanged(b){ULSA13:;var c=GetCachedElement("s4-ribbonrow"),a=GetCachedElement("s4-titlerow");if(c){c.className=c.className.replace("s4-ribbonrowhidetitle","");if(a){a.className=a.className.replace("s4-titlerowhidetitle","");if(b)a.style.display="block";else a.style.display="none"}}var e=g_spribbon.isInited;g_spribbon.isInited=true;var d=g_spribbon.isMinimized;g_spribbon.isMinimized=b;if(d!=b||!e)FixRibbonAndWorkspaceDimensions()}function setInnerText(a,b){ULSA13:;var c=a.ownerDocument;if(c.createTextNode){var d=c.createTextNode(b);a.innerHTML="";a.appendChild(d)}else a.innerText=b}function setInnerText(a,b){ULSA13:;var c=a.ownerDocument;if(c.createTextNode){var d=c.createTextNode(b);a.innerHTML="";a.appendChild(d)}else a.innerText=b}function CatchCreateError(){ULSA13:;return true}if(typeof ExpandBody=="undefined"){var preventSafariParseError=true;function ExpandBody(c,b){ULSA13:;var a=document.forms[MSOWebPartPageFormName];a.CAML_Expand.value=a.CAML_Expand.value.concat(c);a.action=a.action.concat("#"+b);a.submit();return false}}if(typeof CollapseBody=="undefined"){var preventSafariParseError=true;function CollapseBody(c,d){ULSA13:;var a=document.forms[MSOWebPartPageFormName],b=new RegExp("{","g");c=c.replace(b,"\\{");b=new RegExp("}","g");c=c.replace(b,"\\}");b=new RegExp(c,"g");a.CAML_Expand.value=a.CAML_Expand.value.replace(b,"");a.CAML_ShowOriginalEmailBody.value=a.CAML_ShowOriginalEmailBody.value.replace(b,"");a.action=a.action.concat("#"+d);a.submit();return false}}if(typeof ShowQuotedText=="undefined"){var preventSafariParseError=true;function ShowQuotedText(c,b){ULSA13:;var a=document.forms[MSOWebPartPageFormName];a.CAML_ShowOriginalEmailBody.value=a.CAML_ShowOriginalEmailBody.value.concat(c);if(a.action.indexOf("#")>0)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)if(window.ActiveXObject)try{v_stsOpenDoc2=new ActiveXObject(a);v_strStsOpenDoc2=a}catch(c){v_stsOpenDoc2=null;v_strStsOpenDoc2=null}else if(IsSupportedMacBrowser()){var b=CreateMacPlugin();if(b!=null){v_stsOpenDoc2=b;v_strStsOpenDoc2="SharePoint.MacPlugin"}}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<c)a=-1;this.path=b;this.query="";this.hash="";if(c>=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 addNotification(g,i,h,d){ULSA13:;var b=document.getElementById("notificationArea");if(b!=null){b.setAttribute("aria-live","polite");b.setAttribute("aria-relevant","all");var a=document.createElement("div");a.id="notification_"+getUniqueIndex();if(h)a.title=h;if(d){var c=document.createElement("a");c.href="javascript:;";c.onclick=function(){ULSA13:;d();removeNotification(a.id);return false};c.innerHTML=g;a.appendChild(c)}else a.innerHTML=g;if(!i){var k=new Date;a.setAttribute("expires",k.valueOf()+3e3);var f=b.getAttribute("timerSet");if(f==null||f=="false"){var j=window.setInterval(retireNotification,1500);b.setAttribute("timerSet",j)}}a.setAttribute("role","alert");var e=document.getElementById("s4-mainarea");if(e){var l=AbsTop(e);b.style.top=l+1+"px"}b.appendChild(a);return a.id}return null}function removeNotification(c){ULSA13:;var b=document.getElementById("notificationArea");if(b!=null){var a=document.getElementById(c);if(a!=null)b.removeChild(a)}}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;a<b.childNodes.length;a++)if(b.childNodes[a].nodeType==1)return b.childNodes[a];return null}function TestGCObject(a){ULSA13:;if(browseris.ie55up&&typeof a=="undefined"||a==null||a.object==null)return false;return true}function MMU_GetMenuFromClientId(a){ULSA13:;return document.getElementById(a)}function MMU_EcbLinkOnKeyDown(f,b,a){ULSA13:;if(a==null){a=window.event;if(a==null)return}var e=b.href!=null&&b.href.length>0;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 if(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;if(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){var h=_spBodyOnLoadFunctionNames.length;for(var a=0;a<h;a++)if(_spBodyOnLoadFunctionNames[a]=="WebForm_InitCallback"){_spBodyOnLoadFunctionNames.splice(a,1);break}}if(typeof window._WebForm_InitCallback=="function")window._WebForm_InitCallback()}window._WebForm_DoCallback(e,c,d,g,b,f)}}var IMNControlObj=null,bIMNControlInited=false,IMNDictionaryObj=null,bIMNSorted=false,bIMNOnloadAttached=false,IMNOrigScrollFunc=null,bIMNInScrollFunc=false,IMNSortableObj=null,IMNHeaderObj=null,IMNNameDictionaryObj=null,IMNShowOfflineObj=null;function GetCurrentEvent(a){ULSA13:;if(!IsSupportedMacBrowser())return window.event;if(a)return a;return window.event}function GetEventTarget(a){ULSA13:;if(!IsSupportedMacBrowser())return a.srcElement;if(a.srcElement)return a.srcElement;return a.target}function EnsureIMNControl(){ULSA13:;if(!bIMNControlInited){if(typeof g_presenceEnabled!="undefined"&&g_presenceEnabled)if(IsSupportedMacBrowser())IMNControlObj=CreateMacPlugin();else if(browseris.ie5up)if(window.ActiveXObject)try{IMNControlObj=new ActiveXObject("Name.NameCtrl.1")}catch(a){}bIMNControlInited=true;if(IMNControlObj)if(IsSupportedMacBrowser())IMNControlObj.OnStatusChange="IMNOnStatusChange";else IMNControlObj.OnStatusChange=IMNOnStatusChange}return IMNControlObj}function IMNImageInfo(){ULSA13:;this.img=null;this.alt=""}var L_IMNOnline_Text="Available",L_IMNOffline_Text="Offline",L_IMNAway_Text="Away",L_IMNBusy_Text="Busy",L_IMNDoNotDisturb_Text="Do not disturb",L_IMNIdle_Text="May be away",L_IMNBlocked_Text="Blocked",L_IMNOnline_OOF_Text="Available (OOF)",L_IMNOffline_OOF_Text="Offline (OOF)",L_IMNAway_OOF_Text="Away (OOF)",L_IMNBusy_OOF_Text="Busy (OOF)",L_IMNDoNotDisturb_OOF_Text="Do not disturb (OOF)",L_IMNIdle_OOF_Text="May be away (OOF)";function IMNGetStatusImage(e,d){ULSA13:;var b="blank.gif",a="";switch(e){case 0:b="imnon.png";a=L_IMNOnline_Text;break;case 11:b="imnonoof.png";a=L_IMNOnline_OOF_Text;break;case 1:if(d){b="imnoff.png";a=L_IMNOffline_Text}else{b="blank.gif";a=""}break;case 12:if(d){b="imnoffoof.png";a=L_IMNOffline_OOF_Text}else{b="blank.gif";a=""}break;case 2:b="imnaway.png";a=L_IMNAway_Text;break;case 13:b="imnawayoof.png";a=L_IMNAway_OOF_Text;break;case 3:b="imnbusy.png";a=L_IMNBusy_Text;break;case 14:b="imnbusyoof.png";a=L_IMNBusy_OOF_Text;break;case 4:b="imnaway.png";a=L_IMNAway_Text;break;case 5:b="imnbusy.png";a=L_IMNBusy_Text;break;case 6:b="imnaway.png";a=L_IMNAway_Text;break;case 7:b="imnbusy.png";a=L_IMNBusy_Text;break;case 8:b="imnaway.png";a=L_IMNAway_Text;break;case 9:b="imndnd.png";a=L_IMNDoNotDisturb_Text;break;case 15:b="imndndoof.png";a=L_IMNDoNotDisturb_OOF_Text;break;case 10:b="imnbusy.png";a=L_IMNBusy_Text;break;case 16:b="imnidle.png";a=L_IMNIdle_Text;break;case 17:b="imnidleoof.png";a=L_IMNIdle_OOF_Text;break;case 18:b="imnblocked.png";a=L_IMNBlocked_Text;break;case 19:b="imnidlebusy.png";a=L_IMNBusy_Text;break;case 20:b="imnidlebusyoof.png";a=L_IMNBusy_OOF_Text}var c=new IMNImageInfo;c.img=b;c.alt=a;return c}function IMNGetHeaderImage(){ULSA13:;var a=new IMNImageInfo;a.img="imnhdr.gif";a.alt="";return a}function IMNIsOnlineState(a){ULSA13:;if(a==1)return false;return true}function IMNSortList(e,c,d){ULSA13:;var a=null,b=null;if(IMNSortableObj&&IMNSortableObj[e]){b=document.getElementById(e);while(b&&!(b.tagName=="TR"&&typeof b.Sortable!="undefined"))b=b.parentNode;a=b;while(a&&a.tagName!="TABLE")a=a.parentNode;if(a!=null&&b!=null){if(a.rows[1].style.display=="none")for(i=1;i<4;i++)a.rows[i].style.display="block";if(!IMNIsOnlineState(c)&&IMNIsOnlineState(d)){a.rows[2].style.display="none";i=3;while(a.rows[i].id!="Offline"&&a.rows[i].innerText<b.innerText)i++;a.moveRow(b.rowIndex,i);if(a.rows[a.rows.length-3].id=="Offline")a.rows[a.rows.length-2].style.display="block"}else if(IMNIsOnlineState(c)&&!IMNIsOnlineState(d)){if(b.rowIndex==3&&a.rows[b.rowIndex+1].id=="Offline")a.rows[2].style.display="block";if(a.rows[a.rows.length-3].id=="Offline")a.rows[a.rows.length-2].style.display="none";i=a.rows.length-2;while(a.rows[i-1].id!="Offline"&&a.rows[i].innerText>b.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){if(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);if(a.altKey&&a.shiftKey&&a.keyCode==121)IMNControlObj.DoAccelerator()}}function IMNImageOnClick(a){ULSA13:;if(IMNControlObj){IMNShowOOUIKyb(a);IMNControlObj.DoAccelerator()}}function IMNGetOOUILocation(a){ULSA13:;var e={},b=a,d=a,f=0,h=0,g=0,i=document.dir=="rtl";while(b&&b.tagName!="SPAN"&&b.tagName!="TABLE"){if(b.tagName=="TD"&&b.className.indexOf("ms-vb")>=0)break;b=b.parentNode}if(b){var c=b.tagName=="TABLE"?b.rows(0).cells(0).firstChild:b.firstChild;while(c!=null){if(c.tagName=="IMG"&&c.id){d=c;break}if(c.tagName=="A"&&c.childNodes.length>0&&c.firstChild.tagName=="IMG"&&c.firstChild.id){d=c.firstChild;break}c=c.nextSibling}}a=d;h=d.getBoundingClientRect().top-5;f=d.getBoundingClientRect().left-5;if(i)f-=d.width;try{a=window.frameElement;while(a){if(i){if(a.scrollWidth>=a.clientWidth+a.scrollLeft)g=a.scrollWidth-a.clientWidth-a.scrollLeft;else g=a.clientWidth+a.scrollLeft-a.scrollWidth;f+=a.offsetLeft+g}else f+=a.offsetLeft-a.scrollLeft;h+=a.offsetTop-a.scrollTop;a=a.offsetParent}}catch(j){}e.objSpan=b;e.objOOUI=d;e.oouiX=f;e.oouiY=h;if(i)e.oouiX+=d.offsetWidth;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:;imnElems=document.getElementsByName("imnmark");imnElemsCount=imnElems.length;if(EnsureIMNControl()&&IMNControlObj.PresenceEnabled)ProcessImnMarkers();else RemoveImnAnchors()}function RemoveImnAnchors(){ULSA13:;for(var d=0;d<imnElemsCount;d++){var c=imnElems[d],a=c.parentNode,e=a.nextSibling,b=a.parentNode;if(a!=null&&a.tagName=="A"&&a.childNodes.length==1&&b!=null){if(e!=null)b.insertBefore(c,e);else b.appendChild(c);b.removeChild(a)}}}function ProcessImnMarkers(){ULSA13:;for(i=0;i<imnMarkerBatchSize;++i){if(imnCount==imnElemsCount)return;if(IsSupportedMacBrowser())IMNRC(imnElems[imnCount].getAttribute("sip"),imnElems[imnCount]);else IMNRC(imnElems[imnCount].sip,imnElems[imnCount]);imnCount++}setTimeout("ProcessImnMarkers()",imnMarkerBatchDelay)}function IMNRC(e,g){ULSA13:;if(e==null||e=="")return;if(typeof g_presenceEnabled=="undefined"||!g_presenceEnabled)return;if(browseris.ie5up||IsSupportedMacBrowser()){var b=g?g:window.event.srcElement,c=b,a=b.id;if(!IMNDictionaryObj){IMNDictionaryObj={};IMNNameDictionaryObj={};IMNSortableObj={};IMNShowOfflineObj={};if(!IMNOrigScrollFunc){IMNOrigScrollFunc=window.onscroll;window.onscroll=IMNScroll}}if(IMNDictionaryObj){if(!IMNNameDictionaryObj[a])IMNNameDictionaryObj[a]=e;if(typeof IMNDictionaryObj[a]=="undefined")IMNDictionaryObj[a]=1;if(!IMNSortableObj[a]&&typeof b.Sortable!="undefined"){IMNSortableObj[a]=b.Sortable;if(!bIMNOnloadAttached){if(EnsureIMNControl()&&IMNControlObj.PresenceEnabled)AttachEvent("load",IMNSortTable,window);bIMNOnloadAttached=true}}if(!IMNShowOfflineObj[a]&&typeof b.ShowOfflinePawn!="undefined")IMNShowOfflineObj[a]=b.ShowOfflinePawn;if(EnsureIMNControl()&&IMNControlObj.PresenceEnabled){var d=1,h;d=IMNControlObj.GetStatus(e,a);if(IMNIsOnlineState(d)||IMNSortableObj[a]||IMNShowOfflineObj[a]){h=IMNGetStatusImage(d,IMNSortableObj[a]||IMNShowOfflineObj[a]);IMNUpdateImage(a,h);IMNDictionaryObj[a]=d}}}var f=IMNGetOOUILocation(b);SetImnOnClickHandler(f.objOOUI);c=f.objSpan;if(c){c.onmouseover=IMNShowOOUIMouse;c.onfocusin=IMNShowOOUIKyb;c.onmouseout=IMNHideOOUI;c.onfocusout=IMNHideOOUI}}}function SetImnOnClickHandler(c){ULSA13:;var b=c.parentNode;if(b.tagName=="A"){if(typeof b.onclick=="undefined")b.onclick=IMNImageOnClickHandler}else{var a=document.createElement("a");a.onclick=IMNImageOnClickHandler;a.className="ms-imnlink";a.href="javascript:;";b.insertBefore(a,c);a.appendChild(c)}}function IMNImageOnClickHandler(a){ULSA13:;IMNImageOnClick(a);return false}function IMNSortTable(){ULSA13:;var a;for(a in IMNDictionaryObj)IMNSortList(a,1,IMNDictionaryObj[a]);bIMNSorted=true}function IMNRegisterHeader(d){ULSA13:;if(browseris.ie5up||IsSupportedMacBrowser()){var c=GetCurrentEvent(d),e=GetEventTarget(c);if(!IMNHeaderObj)IMNHeaderObj={};if(IMNHeaderObj){var a=e.id;IMNHeaderObj[a]=a;var b;b=IMNGetHeaderImage();IMNUpdateImage(a,b)}}}var _spBodyOnLoadFunctionNames,_spBodyOnLoadCalled=false;if(_spBodyOnLoadFunctionNames==null){_spBodyOnLoadFunctionNames=[];_spBodyOnLoadFunctionNames.push("_spBodyOnLoad");_spBodyOnLoadFunctionNames.push("_spRestoreScrollForDiv_rscr")}var _spOriginalFormAction,_spEscapedFormAction,_spFormOnSubmitCalled=false,_spBodyOnPageShowRegistered=false;function _spBodyOnPageShow(){ULSA13:;_spFormOnSubmitCalled=false}function _spResetFormOnSubmitCalledFlag(){ULSA13:;_spFormOnSubmitCalled=false}function _ribbonReadyForInit(){ULSA13:;return _spBodyOnLoadCalled}var _spBodyOnLoadCalled=false;function _spBodyOnLoadWrapper(){ULSA13:;_spBodyOnLoadCalled=true;if(!_spBodyOnPageShowRegistered&&typeof browseris!="undefined"&&!browseris.ie&&typeof window.addEventListener=="function"){window.addEventListener("pageshow",_spBodyOnPageShow,false);_spBodyOnPageShowRegistered=true}if(typeof Sys!="undefined"&&typeof Sys.WebForms!="undefined"&&typeof Sys.WebForms.PageRequestManager!="undefined"){var a=Sys.WebForms.PageRequestManager.getInstance();if(!_spPageLoadedRegistered&&a!=null){a.add_pageLoaded(_spPageLoaded);_spPageLoadedRegistered=true}}if(!_spPageLoadedRegistered)_spPageLoaded();_spFormOnSubmitCalled=false;if(typeof Sys!="undefined"&&typeof Sys.Net!="undefined"&&typeof Sys.Net.WebRequestManager!="undefined")Sys.Net.WebRequestManager.add_invokingRequest(_spResetFormOnSubmitCalledFlag);if(typeof NotifyBodyLoadedAndExecuteWaitingJobs!="undefined")NotifyBodyLoadedAndExecuteWaitingJobs();ExecuteOrDelayUntilScriptLoaded(ProcessDefaultOnLoad,"core.js");if(typeof g_prefetch=="undefined"||g_prefetch==1){var b=_spGetQueryParam("prefetch");if(b!=0)_spPreFetch()}}function _spPreFetch(){ULSA13:;window.setTimeout(function(){ULSA13:;if(_v_dictSod){var a=_v_dictSod["core.js"];if(typeof a!="undefined"&&a)LoadSod(a);if(typeof ribbon=="undefined"){var b=_v_dictSod["ribbon"];if(typeof b!="undefined"&&b)LoadSod(b)}}},0);if(typeof _ribbon!="undefined"&&_ribbon)window.setTimeout(function(){ULSA13:;if(document.images&&IsFullNameDefined("_spPageContextInfo.currentLanguage")){imgRibbon32x32=new Image;imgRibbon32x32.src="/_layouts/"+_spPageContextInfo.currentLanguage+"/images/formatmap32x32.png";imgRibbon16x16=new Image;imgRibbon16x16.src="/_layouts/"+_spPageContextInfo.currentLanguage+"/images/formatmap16x16.png"}},0)}function _spGetQueryParam(f){ULSA13:;var b=window.location.search.substring(1);if(b&&b.length>2){var c=b.split("&"),e=c.length;for(var a=0;a<e;a++){var d=c[a].split("=");if(d[0].toLowerCase()==f)return d[1]}}}var _spSuppressFormOnSubmitWrapper=false;function _spFormOnSubmitWrapper(){ULSA13:;if(_spSuppressFormOnSubmitWrapper)return true;if(_spFormOnSubmitCalled)return false;if(typeof _spFormOnSubmit=="function"){var b=_spFormOnSubmit(),a=false;if(typeof b==typeof a&&b==a)return false}_spFormOnSubmitCalled=true;return true}var _inlineEditString=null,_spPageLoadedRegistered=false;function _spPageLoaded(){ULSA13:;EscapeFormAction();RefreshInplViewState();RefreshHeroButtonState();InlineEditSetDefaultFocus()}function InlineEditSetDefaultFocus(){ULSA13:;if(_inlineEditString!=null){var c=_inlineEditString.indexOf("#");if(c<=0)return;var i=_inlineEditString.substring(0,c),d=document.getElementsByTagName("TR");for(var b=0;b<d.length;b++)if(d[b].getAttribute("automode")==i){var h=_inlineEditString.substring(c+1),f=h.split(","),a=d[b];for(var e=0;e<f.length;e++){if(a==null)break;a=a.firstChild;for(var g=0;g<f[e];g++){if(a==null)break;a=a.nextSibling}}if(a!=null)focusControl(a);break}_inlineEditString=null}}function focusControl(b){ULSA13:;if(Sys.Browser.agent===Sys.Browser.InternetExplorer){var a=b;if(a&&typeof a.contentEditable!=="undefined"){oldContentEditableSetting=a.contentEditable;a.contentEditable=false}else a=null;try{b.focus()}catch(c){}if(a)a.contentEditable=oldContentEditableSetting}else b.focus()}function EscapeFormAction(){ULSA13:;if(document.forms.length>0){_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.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<b.length;d++)if(b[d].style.visibility!="hidden"){try{b[d].focus()}catch(e){}break}}}}function ProcessDefaultOnLoad(){ULSA13:;ProcessPNGImages();UpdateAccessibilityUI();window.setTimeout("ProcessImn()",10);ProcessOnLoadFunctions(_spBodyOnLoadFunctionNames);if(typeof _spUseDefaultFocus!="undefined")DefaultFocus()}function ProcessOnLoadFunctions(onLoadFunctionNames){ULSA13:;for(var i=0;i<onLoadFunctionNames.length;i++){var expr="if(typeof("+onLoadFunctionNames[i]+")=='function'){"+onLoadFunctionNames[i]+"();}";eval(expr)}onLoadFunctionNames=[]}function CoreInvoke(a){ULSA13:;var b=function(){ULSA13:;window[a].apply(null,Array.prototype.slice.call(arguments,1))};if(TypeofFullName(a)=="function")return window[a].apply(null,Array.prototype.slice.call(arguments,1));else{EnsureScript("core.js","undefined",b);return false}}function ToggleDeveloperDashboard(){ULSA13:;if(GetCookie("WSS_DeveloperDashboard")=="true"){document.cookie="WSS_DeveloperDashboard=false";window.location.reload(true)}else{document.cookie="WSS_DeveloperDashboard=true";window.location.reload(true)}}function ToggleTrace(){ULSA13:;if(GetCookie("WSS_DeveloperDashboardTrace")=="true"){document.cookie="WSS_DeveloperDashboardTrace=false";window.location.reload(true)}else{document.cookie="WSS_DeveloperDashboardTrace=true";window.location.reload(true)}}function SetSqlWindowText(h,j,g,e,i,f){ULSA13:;var b=document.sqlWindow;if(!b||b.closed){b=window.open("","","width=800,height=770,status=yes,location=no,scrollbar=yes,resize=yes");document.sqlWindow=b}var a=b.document,d=a.getElementById("sqlText"),c=a.getElementById("sqlStack");if(typeof d=="undefined"||!d){a.open();a.write('<html><head><link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/layouts.css"/></head><body><div class="ms-developerdashboard"><table width="100%"><tr><td style="font-weight:bold">');a.write(h);a.write('</td></tr><tr><td><textarea id="sqlText" rows="18" cols="94"></textarea></td></tr>');if(typeof e!="undefined"&&e){a.write('<tr><td style="font-weight:bold">');a.write(g);a.write('</td></tr><tr><td><textarea id="sqlStack" rows="14" cols="94"></textarea></td></tr>')}if(typeof f!="undefined"&&f){a.write('<tr><td style="font-weight:bold">');a.write(i);a.write('</td></tr><tr><td><textarea id="sqlIO" rows="8" cols="94"></textarea></td></tr>')}a.write("</table></div></body></html>");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;b<a.jobs.length;b++){var d=a.jobs[b];d()}a.notified=true;a.jobs=[]}}function ExecuteOrDelayUntilScriptLoaded(c,a){ULSA13:;a=a.toLowerCase();var b="sp.scriptloaded-"+a;return ExecuteOrDelayUntilEventNotified(c,b)}function NotifyScriptLoadedAndExecuteWaitingJobs(a){ULSA13:;a=a.toLowerCase();var b="sp.scriptloaded-"+a;NotifyEventAndExecuteWaitingJobs(b)}function ExecuteOrDelayUntilBodyLoaded(b){ULSA13:;var a="sp.bodyloaded";return ExecuteOrDelayUntilEventNotified(b,a)}function NotifyBodyLoadedAndExecuteWaitingJobs(){ULSA13:;var a="sp.bodyloaded";NotifyEventAndExecuteWaitingJobs(a)}function FFClick(b){ULSA13:;var a=document.createEvent("MouseEvents");a.initMouseEvent("click",true,true,window,0,0,0,0,0,false,false,false,false,0,null);b.dispatchEvent(a)}var L_ErrorMessage_InitializeError="Could not download the Silverlight application.",L_ErrorMessage_PluginNotLoadedError="Could not download the Silverlight application or the Silverlight Plugin did not load.";function _spOnSilverlightError(a,c,b){ULSA13:;if(b.errorType=="InitializeError")_spSetSLErrorMessage(a,L_ErrorMessage_InitializeError)}function _spSetSLPluginNotLoadedErrorMessage(a){ULSA13:;_spSetSLErrorMessage(a,L_ErrorMessage_PluginNotLoadedError)}function _spSetSLErrorMessage(a,e){ULSA13:;var b="SilverlightRuntimeErrorMessage_"+a,c="WebPartDefaultConfigurationMessage_"+a,d="SilverlightObjectDiv_"+a;document.getElementById(d).style.display="none";document.getElementById(b).style.display="block";document.getElementById(b).innerHTML=e;document.getElementById(c).style.display="block"}var cuiKeyHash={};cuiKeyHash[219]=91;cuiKeyHash[221]=93;cuiKeyHash[51]=35;cuiKeyHash[186]=59;cuiKeyHash[187]=61;cuiKeyHash[188]=44;cuiKeyHash[189]=45;cuiKeyHash[190]=46;cuiKeyHash[191]=47;cuiKeyHash[222]=39;function _processKeyCodes(a){ULSA13:;if(cuiKeyHash[a])return cuiKeyHash[a];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='<span class="ms-ribbontabswitchloading"><img src="/_layouts/images/loadingcirclests16.gif" alt=""/><span>'+L_Loading_Text+"</span></span>";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("<span id='");a.push(b.id);a.push("_hiddenPriMsg");a.push("' class='ms-hidden'>");a.push(StatusTitle[1]+L_Status_Text);a.push("</span>");if(c.length!=0){a.push("<b>");a.push(c);a.push("</b>&#160;")}a.push("<span id='");a.push(b.id);a.push("_body");a.push("'>");a.push(e);a.push("</span>&#160;&#160;");if(d)a.push("<br/>");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){var e=null,b=1,d=f.childNodes,g=d.length,a=null;for(var c=0;c<g;c++){a=d[c];if(a.priorityColor>b){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_menuCounter=0,g_oSelRw=null,g_oSelSpan=null,g_iEntityEditorLineHeight=16,g_EntityEditorHiddenEntityKeyId="HiddenEntityKey",g_EntityEditorHiddenEntityDisplayTextId="HiddenEntityDisplayText",g_EntityEditorShowEntityDisplayTextInTextBox="ShowEntityDisplayTextInTextBox",g_EntityEditorDownLevelId="downlevelTextBox",g_EntityEditorUpLevelId="upLevelDiv",g_EntityEditorHiddenId="hiddenSpanData",g_EntityEditorCheckNamesId="checkNames",g_EntityEditorOuterTableId="OuterTable",g_EntityEditorErrorLabelId="errorLabel",g_EntityEditorResultTableId="resultTable",g_EntityEditorResultTableAttrEditorId="EditorControlClientId",g_OKButtonID="ctl00_PlaceHolderDialogButtonSection_btnOk";function onKeyDownRw(h,d,e,g,a){ULSA13:;if(!a)a=window.event;var b=a.keyCode;if(a.shiftKey&&b==13||a.altKey&&b==40){onClickRw(true,false);canEvt(a);return}if(g==false){if(b!=8&&b!=46&&b!=37&&b!=39&&b!=9)canEvt(a);else if(autoPostBackEnabled(h))schedulePostBack();PickerAdjustHeight(d,e)}else{PickerAdjustHeight(d,e);if(a.ctrlKey&&b==75||!a.ctrlKey&&!a.altKey&&!a.shiftKey&&b==13){canEvt(a);var f=getSubControlID(d,g_EntityEditorCheckNamesId),c=document.getElementById(f);if(c)if(c.click)c.click();else FFClick(c)}}}function onKeyUpRw(a){ULSA13:;copyUplevelToHidden(a)}function onMouseDownRw(){ULSA13:;if(event.button==2)g_oSelRw=document.selection.createRange()}function onContextMenuSpnRw(){ULSA13:;var a=g_oSelRw,b=document.selection.createRange();if(a.text=="")ret=onClickRw(false,false);else if(a.inRange(b))a.select();else onClickRw(false,false);return false}function canEvt(a){ULSA13:;if(a==null)a=event;a.returnValue=false;a.cancelBubble=true}function copyUplevelToHidden(b){ULSA13:;if(document.getElementById(b)==null)return;updateControlValue(b);var c=document.getElementById(getSubControlID(b,g_EntityEditorUpLevelId)),d=document.getElementById(getSubControlID(b,g_EntityEditorHiddenId)),a=c.childNodes;for(i=0;i<a.length;i++)if(a[i].tagName!="SPAN"&&a[i].nodeType!=3)if(a[i].tagName=="A"){var e=document.body.createTextRange();e.moveToElementText(a[i]);e.execCommand("Unlink")}else{var g=document.createTextNode(a[i].innerText);a[i].replaceNode(g)}if(EntityEditor_UseContentEditableControl)d.value=c.innerHTML;else{var f=document.getElementById(getSubControlID(b,g_EntityEditorDownLevelId));d.value=f.value}}function getUplevel(b){ULSA13:;if(EntityEditor_UseContentEditableControl){var c=document.getElementById(getSubControlID(b,g_EntityEditorUpLevelId)),a=c.childNodes;for(i=0;i<a.length;i++)if(a[i].tagName!="SPAN"&&a[i].nodeType!=3){var e=document.createTextNode(a[i].innerText);a[i].replaceNode(e)}return c.innerHTML}var d=document.getElementById(getSubControlID(b,g_EntityEditorDownLevelId));return d.value}function EntityEditorHasData(a){ULSA13:;if(EntityEditor_UseContentEditableControl){var d=document.getElementById(getSubControlID(a,g_EntityEditorUpLevelId)),c=d.childNodes;if(c.length>0)return true}else{var b=document.getElementById(getSubControlID(a,g_EntityEditorDownLevelId));if(b.value!=null&&b.value.length>0)return true}return false}function EEDecodeSpecialChars(b){ULSA13:;var a=b.replace(/&quot;/g,'"');a=a.replace(/&gt;/g,">");a=a.replace(/&lt;/g,"<");a=a.replace(/&#39;/g,"'");a=a.replace(/&amp;/g,"&");return a}function onClickRw(u,r){ULSA13:;var b=document.selection.createRange(),d=b.parentElement(),a=null;if(d.tagName=="SPAN"&&d.id=="content")a=d.parentElement;else if(d.tagName=="SPAN"&&d.id.substring(0,4)=="span"&&!r)a=d;if(a!=null){var n=a.children("divEntityData"),o=n.getAttribute("isresolved");b.moveToElementText(a);var m="character";b.moveStart(m,-1);if(o=="False"&&typeof _fV4UI!="undefined"&&_fV4UI){b.select();b.moveEnd(m,1)}else{b.moveEnd(m,1);b.select()}g_oSelRw=b;if(browseris.ie8standard){a.contentEditable=false;g_oSelSpan=a}if(o=="False"){var h=a;if(h.getBoundingClientRect().right>h.parentElement.getBoundingClientRect().right)h=h.parentElement;var e=a.parentElement.id.replace("_upLevelDiv",""),j=n.getAttribute("key"),f=DeferCall("CMenu","Entity_Menu"+g_menuCounter);g_menuCounter++;var g=null;if(matches[e]!=null&&matches[e][j]!=null)g=matches[e][j];var l=document.getElementById(e),p=l.getAttribute("MoreItemsText"),t=l.getAttribute("RemoveText"),q=l.getAttribute("NoMatchesText");if(g==null||g.childNodes.length==0)CAMOpt(f,q);else for(x=0;x<g.childNodes.length;x++){var s=g.childNodes[x];CAMOpt(f,s.getAttribute("DisplayText"),"EEReplace('"+STSScriptEncode(e)+"', '"+STSScriptEncode(j)+"', "+x+");")}CAMSep(f);CAMOpt(f,t,"EERemove();");CAMOpt(f,p,"EEShowMore('"+STSScriptEncode(e)+"', '"+STSScriptEncode(j)+"');");OMenu(f,h,null,null,-1)}else if(browseris.ie8standard)a.contentEditable=true}else if(browseris.ie8standard){var c=d;while(c!=null&&(c.id==null||c.id.indexOf(g_EntityEditorUpLevelId)==-1))c=c.parentNode;if(c!=null){var k=c.childNodes;for(var i=0;i<k.length;i++)if(k[i].tagName!=null&&k[i].tagName=="SPAN")k[i].contentEditable=true}}}function EEShowMore(b,a){ULSA13:;DeferCall("__Dialog__"+b,a)}function EEReplace(a,g,h){ULSA13:;var e=matches[a][g].childNodes[h],c=ConvertEntityToSpan("",e);if(!browseris.ie8standard)g_oSelRw.pasteHTML(c);else{var d=document.createElement("span");d.innerHTML=c;var f=g_oSelSpan.parentNode;f.replaceChild(d.firstChild,g_oSelSpan)}PickerAdjustHeight(a,g_maxheight[a]);var b=document.getElementById(getSubControlID(a,"downlevelTextBox"));if(b!=null&&autoPostBackEnabled(b))schedulePostBack()}function EERemove(){ULSA13:;if(!browseris.ie8standard){g_oSelRw.select();document.selection.clear()}else{var a=g_oSelSpan.parentNode;a.removeChild(g_oSelSpan)}}var g_maxheight=[];function EntityEditorSetWaitCursor(b){ULSA13:;if(document.getElementById(b)==null)return;var a=document.getElementById(getSubControlID(b,g_EntityEditorOuterTableId));if(a!=null)a.style.cursor="wait"}function EntityEditorClearWaitCursor(b){ULSA13:;if(document.getElementById(b)==null)return;var a=document.getElementById(getSubControlID(b,g_EntityEditorOuterTableId));if(a!=null)a.style.cursor=""}function EntityEditorHandleCheckNameResult(b,a){ULSA13:;EntityEditorClearWaitCursor(a);EntityEditorCallback(b,a)}function EntityEditorHandleCheckNameError(c,b){ULSA13:;EntityEditorClearWaitCursor(b);var a=document.getElementById(getSubControlID(b,g_EntityEditorErrorLabelId));if(a)a.innerHTML=STSHtmlEncode(c)}function GetEntities(b){ULSA13:;var a;if(document.implementation&&document.implementation.createDocument)a=(new DOMParser).parseFromString(b,"text/xml");else try{a=new ActiveXObject("Microsoft.XMLDOM");a.async=false;a.loadXML(b)}catch(d){return null}var c=a.documentElement;return c}function EntityEditorCallback(result,ctx,preventAutoPostBack){ULSA13:;if(document.getElementById(ctx)==null)return;var editor=document.getElementById(ctx),errorControl=document.getElementById(getSubControlID(ctx,"errorLabel")),entities=GetEntities(result);if(entities==null)return;var separator=entities.getAttribute("Separator");if(separator==null)separator=String.fromCharCode(0);var encode=entities.getAttribute("DoEncodeErrorMessage"),append=entities.getAttribute("Append"),maxHeight=entities.getAttribute("MaxHeight");g_maxheight[ctx]=maxHeight;var spanData="",downlevelData="";if(append=="False")if(encode=="False")errorControl.innerHTML=entities.getAttribute("Error");else errorControl.innerHTML=STSHtmlEncode(entities.getAttribute("Error"));var x;for(x=0;x<entities.childNodes.length;x++){var entity=entities.childNodes[x];spanData+=ConvertEntityToSpan(ctx,entity);if(x==0&&editor.getAttribute(g_EntityEditorShowEntityDisplayTextInTextBox)=="1"){downlevelData+=entity.getAttribute("DisplayText");document.getElementById(getSubControlID(ctx,g_EntityEditorHiddenEntityKeyId)).value=entity.getAttribute("Key");document.getElementById(getSubControlID(ctx,g_EntityEditorHiddenEntityDisplayTextId)).value=entity.getAttribute("DisplayText")}else downlevelData+=entity.getAttribute("Key");var separatorCon=null;if(!browseris.ie8standard)separatorCon=spanData!=""&&x+1!=entities.childNodes.length;else separatorCon=spanData!="";if(separatorCon){spanData+=separator+" ";downlevelData+=separator+" "}}var uplevel=document.getElementById(getSubControlID(ctx,g_EntityEditorUpLevelId)),hiddenSpan=document.getElementById(getSubControlID(ctx,g_EntityEditorHiddenId)),downlevel=document.getElementById(getSubControlID(ctx,g_EntityEditorDownLevelId)),shouldPostBack=(preventAutoPostBack==null||!preventAutoPostBack)&&autoPostBackEnabled(uplevel),shouldNotifyChange=uplevel.innerHTML!=spanData;if(append=="True"&&uplevel.innerHTML!="")if(browseris.ie8standard){var spannew=document.createElement("span");spannew.innerHTML=spanData;uplevel.appendChild(spannew.firstChild);var textNode=document.createTextNode(separator+" ");uplevel.appendChild(textNode);hiddenSpan.value+=spanData;downlevel.value+=downlevelData}else{uplevel.innerHTML+=separator+" "+spanData;hiddenSpan.value+=separator+" "+spanData;downlevel.value+=separator+" "+downlevelData}else{shouldPostBack=shouldPostBack&&uplevel.innerHTML!=spanData&&spanData.indexOf("ms-entity-resolved")!=-1;if(browseris.ie8standard&&EntityEditor_UseContentEditableControl)spanData="&#160;"+spanData;downlevel.value=downlevelData;uplevel.innerHTML=spanData;hiddenSpan.value=spanData}if(shouldNotifyChange&&!shouldPostBack&&downlevel.onvaluesetfrompicker)if(typeof downlevel.onvaluesetfrompicker=="function")downlevel.onvaluesetfrompicker();else eval(downlevel.onvaluesetfrompicker);updateControlValue(ctx);PickerAdjustHeight(ctx,maxHeight);if(shouldPostBack)schedulePostBack();var cbScript=editor.getAttribute("EEAfterCallbackClientScript");if(cbScript!=null&&cbScript!="")if(preventAutoPostBack==undefined||preventAutoPostBack==false){var timeoutScript=cbScript+"('"+STSScriptEncode(ctx)+"', '"+STSScriptEncode(result)+"')";setTimeout(timeoutScript,500)}}function _hasText(b){ULSA13:;if(b){var a="";if(b.innerText!=null)a=b.innerText;else a=b.textContent;var c=0;if(a!=null&&a!="")c=a.replace(/[\s ]/g,"").length;if(c)return true;else return false}return false}function updateControlValue(a){ULSA13:;if(document.getElementById(a)==null)return;var b=document.getElementById(getSubControlID(a,g_EntityEditorUpLevelId)),c=document.getElementById(a);c.value=_hasText(b)?"true":"";CheckOk(a)}function CheckOk(a){ULSA13:;var c=document.getElementById(a);if(c==null)return;var b=false;if(c.getAttribute("allowEmpty")=="1")b=true;var d=document.getElementById(getSubControlID(a,g_EntityEditorUpLevelId));if(_hasText(d)){if(self.enableOK!=null)enableOK()}else if(self.disableOK!=null&&!b)disableOK()}var matches=[];function ConvertEntityToSpan(g,d){ULSA13:;if(matches[g]==null)matches[g]=[];var e=d.getAttribute("Key"),f=d.getAttribute("DisplayText"),i=d.getAttribute("IsResolved"),h=d.getAttribute("Description"),j="ms-entity-unresolved";if(i=="True")j="ms-entity-resolved";var a="<span id='span"+STSHtmlEncode(e)+"' tabindex='-1' class='"+j+"' ";if(browseris.ie8standard)a+="onmouseover='this.contentEditable=false;' onmouseout='this.contentEditable=true;' contentEditable='true' ";else a+="contentEditable='false' ";a+="title='"+STSHtmlEncode(h)+"'>";a+="<div style='display:none;' id='divEntityData' ";a+="key='"+STSHtmlEncode(e)+"' displaytext='"+STSHtmlEncode(f)+"' isresolved='"+STSHtmlEncode(i)+"' ";a+="description='"+STSHtmlEncode(h)+"'>";var k=EntityEditor_SelectSingleNode(d,"MultipleMatches");matches[g][e]=k;var c=EntityEditor_SelectSingleNode(d,"ExtraData");if(c){var b;if(c.firstChild)b=c.firstChild.xml;if(!b)b=c.innerXml||c.innerHTML;if(!b&&document.implementation&&document.implementation.createDocument){var l=new XMLSerializer;b=l.serializeToString(c.firstChild)}if(!b)b="";a+="<div data='"+STSHtmlEncode(b)+"'></div>"}else a+="<div data=''></div>";a+="</div>";a+="<span id='content' tabindex='-1' contenteditable onmousedown='onMouseDownRw();' onContextMenu='onContextMenuSpnRw();' >";if(browseris.ie8standard)a+="\r";if(f!="")a+=STSHtmlEncode(f);else a+=STSHtmlEncode(e);if(browseris.ie8standard)a+="\r</span></span>\r";else a+="</span></span>";return a}function PickerAdjustHeight(a,c){ULSA13:;var f=document.getElementById(a);if(f==null)return;var b=document.getElementById(getSubControlID(a,g_EntityEditorDownLevelId)),e=document.getElementById(getSubControlID(a,g_EntityEditorUpLevelId)),d=b.rows;PickerAdjustHeight2(b,d,c);PickerAdjustHeight2(e,d,c)}function PickerAdjustHeight2(c,f,h){ULSA13:;var g=h;if(c!=null){var a=c.scrollHeight,d=c.clientHeight,e=c.offsetHeight;if(a==0){a=13;d=14;e=18}var b=g*g_iEntityEditorLineHeight;a=a<f*g_iEntityEditorLineHeight?f*g_iEntityEditorLineHeight:a;if(d!=a&&(a<=b||d<b))c.style.height=e+(a>b?b:a)-d;else if(d>b)c.style.height=b}}function docopy(){ULSA13:;var a=document.selection.createRange();window.clipboardData.setData("Text",a.text);window.event.returnValue=false;return false}function dopaste(){ULSA13:;var a=document.selection.createRange();window.event.returnValue=false;a.text=window.clipboardData.getData("Text");return false}function getSubControlID(b,a){ULSA13:;return b+"_"+a}var nav4=window.Event?true:false,selected=new Array(0),lastSelected;function PickerDialogSetClearState(){ULSA13:;selected=new Array(0);lastSelected=null;PickerDialogUpdateAddSelectionButton()}function singleselectevent(b){ULSA13:;if(!b)b=window.event;var a=null;if(b.srcElement==null)a=b.target.parentNode||b.currentTarget.parentNode;else{a=b.srcElement;if(a.tagName=="TD")a=a.parentElement}while(a.tagName!="TR")a=a.parentNode;addSelection(a,true,true);lastSelected=a;PickerDialogUpdateAddSelectionButton();return false}function singleselecteventPP(b){ULSA13:;if(!b)b=window.event;var a=null;if(b.srcElement==null)a=b.target.parentNode||b.currentTarget.parentNode;else{a=b.srcElement;if(a.tagName=="TD")a=a.parentElement}while(a.tagName!="TR")a=a.parentNode;addSelection(a,true,true);lastSelected=a;addSelected_Click();return false}function multiselectevent(b){ULSA13:;if(!b)b=window.event;var h=false,j=false;j=b["ctrlKey"];h=b["shiftKey"];var a=null;if(b.srcElement==null)a=b.target.parentNode||b.currentTarget.parentNode;else{a=b.srcElement;if(a.tagName=="TD")a=a.parentElement}while(a.tagName!="TR")a=a.parentNode;if(h==false){if(j==false){setSelectedColor(false);selected=new Array(0)}lastSelected=a;var d=-1;for(i=0;i<selected.length;i++)if(selected[i]==a){d=i;i=selected.length}if(d==-1)selected=selected.concat(new Array(a));else{setSelectedRowColor(selected[d],false);selected.splice(d,1)}}else{setSelectedColor(false);selected=new Array(0);var g;if(nav4)g=a.parentNode;else g=a.parentElement;var f,e,c=g.rows;if(lastSelected==null)lastSelected=c[1];for(i=1;i<c.length;i++){if(c[i]==a)f=i;if(c[i]==lastSelected)e=i;if(f!=null||e!=null)selected=selected.concat(new Array(c[i]));if(f!=null&&e!=null)i=c.length}}setSelectedColor(true);PickerDialogUpdateAddSelectionButton();return false}function setSelectedRowColor(c,d){ULSA13:;for(var a=0;a<c.childNodes.length;a++){var b=c.childNodes[a].className;if(d)b="ms-pb-selected";else b="ms-pb";c.childNodes[a].className=b}}function setSelectedColor(a){ULSA13:;for(i=0;i<selected.length;i++)setSelectedRowColor(selected[i],a)}function IsSearchResultRow(a){ULSA13:;if(a==null||a.className=="ms-pickersearchsummarytr"||a.className=="ms-pickeremptyresulttexttr"||a.className=="ms-pickerresultheadertr")return false;return true}function tableKeyDown(c,d,a){ULSA13:;if(c.rows.length<=1)return;if(!a)a=window.event;if(a.ctrlKey&&a.keyCode==65&&d==true){for(x=1;x<c.rows.length;x++)if(IsSearchResultRow(c.rows[x]))addSelection(c.rows[x],false,false);return false}if(a.keyCode==13){addSelected_Click();if(d==false&&selected.length>0&&self.doClickOK!=null&&typeof self.doClickOK=="function")window.setTimeout("doClickOK();",100)}if(a.keyCode==40||a.keyCode==38){var b=c.rows[1];if(a.keyCode==40)if(lastSelected!=null&&IsSearchResultRow(lastSelected.nextSibling))b=lastSelected.nextSibling;if(a.keyCode==38){if(lastSelected!=null&&IsSearchResultRow(lastSelected.previousSibling))b=lastSelected.previousSibling;if(b==c.rows[0])b=c.rows[1]}if(IsSearchResultRow(b)){if(d==true&&a.shiftKey)addSelection(b,false,true);else addSelection(b,true,true);if(b!=null)lastSelected=b;if(d==false)addSelected_Click();return false}}PickerDialogUpdateAddSelectionButton()}function addSelection(a,c,b){ULSA13:;if(a==null)return;if(c==true){setSelectedColor(false);selected=new Array(0)}selected=selected.concat(new Array(a));setSelectedColor(true);if(b&&a.focus)a.focus();PickerDialogUpdateAddSelectionButton()}function autoPostBackEnabled(b){ULSA13:;var a=b==null?null:b.attributes.getNamedItem("AutoPostBack");return a!=null&&a.value=="1"}function schedulePostBack(){ULSA13:;window.setTimeout("__doPostBack('','')",0)}function saveOldEntities(b){ULSA13:;var a=document.getElementById(b);if(a!=null&&autoPostBackEnabled(a))a.oldEntities=getEntityKeysFromElement(b)}function postbackIfEntitiesChanged(e){ULSA13:;var d=document.getElementById(e);if(d==null)return false;var a=d.oldEntities;d.oldEntities=null;var c=getEntityKeysFromElement(e),b=false;if(autoPostBackEnabled(d))if(a==null&&c!=null||a!=null&&c==null||a.length!=c.length)b=true;else for(i=0;!b&&i<a.length;i++)if(a[i]!=c[i])b=true;if(b)schedulePostBack()}function getEntityKeysFromElement(g){ULSA13:;var c=document.getElementById(g),d=[],f=0;for(x=0;c!=null&&x<c.childNodes.length;x++){var b=c.childNodes[x];if(b.attributes!=null){var e=b.attributes.getNamedItem("class");if(e!=null&&e.value=="ms-entity-resolved"){var a=b.children("divEntityData");if(a!=null&&a.getAttribute("key")!=null){d[f]=a.getAttribute("key");f++}}}}return d.sort()}function EntityEditor_SelectSingleNode(b,a){ULSA13:;if(document.implementation&&document.implementation.createDocument){var c=b.getElementsByTagName(a);if(c.length>0)return c[0];return null}else return b.selectSingleNode(a)}function PickerDialogCallbackContext(){ULSA13:;this.queryTextBoxElementId=null;this.resultTableId=null;this.errorElementId=null;this.htmlMessageElementId=null;this.queryButtonElementId=null}function PickerDialogSetFocusDelay(a,b){ULSA13:;setTimeout("if (document.getElementById('"+a+"') !=null) { try {document.getElementById('"+a+"').focus(); } catch(e) {} }",b)}function PeoplePickerDialogHandleQueryResult(e,a){ULSA13:;var b=ParseMultiColumnValue(e),d=parseInt(b[0]),f=document.getElementById(a.errorElementId);f.innerHTML=STSHtmlEncode(b[1]);Microsoft.SharePoint.ApplicationPages.GenericPicker.renderSearchTree(b[3]);var c=document.getElementById(a.queryButtonElementId);if(c!=null)SetControlDisabledStatus(c,false);if(d>0)PickerDialogSetFocusDelay(a.resultTableId+"_row0_Link",200);else PickerDialogSetFocusDelay(a.queryTextBoxElementId,200);i=0}function PickerDialogHandleQueryResult(h,a){ULSA13:;var b=ParseMultiColumnValue(h),g=parseInt(b[0]),j=document.getElementById(a.errorElementId);j.innerHTML=STSHtmlEncode(b[1]);var f=document.getElementById(a.htmlMessageElementId);f.innerHTML=b[2];var e=document.getElementById(a.queryButtonElementId);if(e!=null)SetControlDisabledStatus(e,false);var d=document.getElementById(a.resultTableId),c;if(nav4)c=d.parentNode;else c=d.parentElement;c.innerHTML=b[3];if(g>0)PickerDialogSetFocusDelay(a.resultTableId+"_row0_Link",200);else PickerDialogSetFocusDelay(a.queryTextBoxElementId,200);i=0}function PickerDialogHandleQueryError(g,a){ULSA13:;var h=document.getElementById(a.errorElementId);h.innerHTML=STSHtmlEncode(g);var f=document.getElementById(a.htmlMessageElementId);f.innerHTML="";var d=document.getElementById(a.queryButtonElementId);if(d!=null)SetControlDisabledStatus(d,false);var c=document.getElementById(a.resultTableId),b;if(nav4)b=c.parentNode;else b=c.parentElement;b.innerHTML="<table id='"+a.resultTableId+"' width='100%' height='100%'>  "+" <tr>                                                              "+"    <td>                                                           "+"    </td>                                                          "+" </tr>                                                             "+"</table>";var e=document.getElementById(a.queryTextBoxElementId);try{e.focus()}catch(i){}}function PickerDialogShowWait(b){ULSA13:;var a=document.getElementById(b.errorElementId);if(a!=null)a.innerHTML="";a=document.getElementById(b.htmlMessageElementId);if(a!=null)a.innerHTML="";a=document.getElementById(b.queryButtonElementId);if(a!=null)SetControlDisabledStatus(a,true);var c=document.getElementById(b.resultTableId);if(c!=null){var d;if(nav4)d=c.parentNode;else d=c.parentElement;var L_GearToolTip_TEXT="Searching...",L_PleaseWait_TEXT="Searching...";d.innerHTML="<table id='resultTable' class='ms-pickerwait'> <tr>                                                                  <td width='100%' height='100%' align='center' valign='middle'>          <table width='100%'>                                                  <tr>                                                                   <td align='center' valign='middle' class='ms-descriptiontext'>                                    <img alt='"+L_PleaseWait_TEXT+"'src='/_layouts/images/hig_progcircle_loading24.gif' >"+L_PleaseWait_TEXT+"                </td>                                              "+"            </tr>                                                  "+"        </table>                                                   "+"    </td>                                                          "+" </tr>                                                             "+"</table>"}}function PickerResultsMultiSelectOnDblClick(a){ULSA13:;while(a.tagName!="TR")a=a.parentNode;var b=document.getElementById(g_EntityEditorResultTableId),d=a.getAttribute("entityXml"),c=b.getAttribute(g_EntityEditorResultTableAttrEditorId);EntityEditorCallback(d,c)}function PickerResultsSingleSelectOnClick(a){ULSA13:;while(a.tagName!="TR")a=a.parentNode;var b=document.getElementById(g_EntityEditorResultTableId),d=a.getAttribute("entityXml"),c=b.getAttribute(g_EntityEditorResultTableAttrEditorId);EntityEditorCallback(d,c)}function PickerResultsSingleSelectOnDblClick(a){ULSA13:;while(a.tagName!="TR")a=a.parentNode;var b=document.getElementById(g_EntityEditorResultTableId),d=a.getAttribute("entityXml"),c=b.getAttribute(g_EntityEditorResultTableAttrEditorId);EntityEditorCallback(d,c);if(self.doClickOK!=null&&typeof self.doClickOK=="function")doClickOK()}function PickerResultsMultiSelectOnNameClick(b){ULSA13:;var a=b;while(a.tagName!="TR")a=a.parentNode;PickerResultsMultiSelectOnDblClick(a);return true}function PickerResultsSingleSelectOnNameClick(b){ULSA13:;var a=b;while(a.tagName!="TR")a=a.parentNode;PickerResultsSingleSelectOnDblClick(a);return true}function PickerResultsNameOnFocus(c){ULSA13:;var a=c;while(a.tagName!="TR")a=a.parentNode;addSelection(a,true,false);lastSelected=a;var b=document.getElementById(g_OKButtonID);if(b!=null)b.disabled=false}function PickerResultsNameOnKeyDown(b,a){ULSA13:;if(a!=null&&a.keyCode==13)return false;return true}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){h=window.showModalDialog(n,m,b);if(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:;var c=[];for(var a=0;a<b.length;a++)c.push(b[a]);return c}var a=r(),j,f;if(b.search(/^(\s*\w+\s*:\s*.+?\s*)(;\s*\s*\w+\s*:\s*.+?\s*)*(;\s*)?$/)!=-1){j=/^\s*(\w+)\s*:\s*(.+?)\s*$/;f=b.split(/\s*;\s*/)}else{j=/^\s*(\w+)\s*=\s*(.+?)\s*$/;f=b.split(/\s*,\s*/)}for(var s in f){var g=j.exec(f[s]);if(g&&g.length==3)d(a,g[1].toLowerCase(),g[2])}if(!a["width"])d(a,"width",a["dialogwidth"]||l);if(!a["height"])d(a,"height",a["dialogheight"]||k);if(!a["scrollbars"])d(a,"scrollbars",a["scroll"]||p);b="";var i=q(a);for(var o in i){if(b)b+=",";b+=i[o]+"="+a[i[o]]}}var e=window.open(n,"_blank",b+",modal=yes,dialog=yes");e.dialogArguments=m;window.onfocus=function(){ULSA13:;var a=document.getElementById("__spPickerHasReturnValue")!=null&&document.getElementById("__spPickerHasReturnValue").value=="1"||commonModalDialogReturnValue.isSet();if(e&&!e.closed&&!a)e.focus();else{window.onfocus=null;if(c)invokeModalDialogCallback(c,h)}};if(!browseris.ie)if(window.frameElement!=null)window.fndlgClose=c}return h}function invokeModalDialogCallback(b,a){ULSA13:;if(typeof a!="undefined"&&a!=null)b(a);else if(commonModalDialogReturnValue.isSet()){a=commonModalDialogReturnValue.get();b(a);commonModalDialogReturnValue.clear()}else if(document.getElementById("__spPickerHasReturnValue")!=null&&document.getElementById("__spPickerHasReturnValue").value=="1"&&document.getElementById("__spPickerReturnValueHolder")!=null){a=document.getElementById("__spPickerReturnValueHolder").value;b(a)}return a}function setModalDialogReturnValue(a,b){ULSA13:;if(a.opener!=null&&typeof b=="string"&&a.opener.document.getElementById("__spPickerHasReturnValue")!=null&&a.opener.document.getElementById("__spPickerReturnValueHolder")!=null){a.opener.document.getElementById("__spPickerHasReturnValue").value="1";a.opener.document.getElementById("__spPickerReturnValueHolder").value=b}else setModalDialogObjectReturnValue(a,b);if(browseris.safari125up)if(a.opener!=null&&a.opener.fndlgClose!=null)a.opener.fndlgClose(b)}function setModalDialogObjectReturnValue(a,b){ULSA13:;if(a.showModalDialog)a.returnValue=b;else if(a.opener!=null)a.opener.commonModalDialogReturnValue.set(b)}function CommonGlobalDialogReturnValue(){ULSA13:;var a=false,b=null;this.set=function(a){ULSA13:;if(typeof a!="undefined"){this.retVal=a;this.hasRetval=true}};this.isSet=function(){ULSA13:;return this.hasRetval};this.get=function(){ULSA13:;if(this.hasRetval)return this.retVal};this.clear=function(){ULSA13:;this.hasRetval=false;this.retVal=null}}var commonModalDialogReturnValue=new CommonGlobalDialogReturnValue;function commonModalDialogOpen(e,a,c,d){ULSA13:;var f=function(){ULSA13:;a.url=e;a.dialogReturnValueCallback=c;a.args=d;var b=SP.UI.ModalDialog.showModalDialog(a);b.get_frameElement().commonModalDialogClose=commonModalDialogClose},b;try{b=typeof SP.UI.ModalDialog.showModalDialog}catch(g){b="undefined"}EnsureScript("SP.UI.Dialog.js",b,f)}function commonModalDialogClose(b,c){ULSA13:;var a=_dlgWndTop().g_childDialog;if(a){a.set_returnValue(c);a.close(b)}}function commonModalDialogGetArguments(){ULSA13:;var a=_dlgWndTop().g_childDialog;if(a&&typeof a.get_args!="undefined")return a.get_args();return null}function ShowPopupDialog(a){ULSA13:;ShowPopupDialogWithCallback(a,PopupDialogCallback)}function ShowPopupDialogWithCallback(b,c){ULSA13:;var d=function(){ULSA13:;if(FV4UI()){var a={};a.url=b;a.dialogReturnValueCallback=c;var d=SP.UI.ModalDialog.showModalDialog(a);d.get_frameElement().commonModalDialogClose=commonModalDialogClose}else STSNavigate(b)},a;try{a=typeof SP.UI.ModalDialog.showModalDialog}catch(e){a="undefined"}EnsureScript("SP.UI.Dialog.js",a,d)}function PopupDialogCallback(a){ULSA13:;if(a==1)STSNavigate(_dlgWndTop().location.href)}function SelectField(b,a){ULSA13:;CoreInvoke("_SelectField",b,a)}function FilterField(d,b,a,c){ULSA13:;CoreInvoke("_FilterField",d,b,a,c)}function SetControlValue(a,b){ULSA13:;CoreInvoke("_SetControlValue",a,b)}function SubmitFormPost(c,b,a){ULSA13:;CoreInvoke("_SubmitFormPost",c,b,a)}function GoToPageRelative(a){ULSA13:;CoreInvoke("_GoToPageRelative",a)}function EnterFolder(a){ULSA13:;CoreInvoke("_EnterFolder",a)}function HandleFolder(o,n,p,e,a,d,i,g,m,k,b,h,j,f,c,l){ULSA13:;CoreInvoke("_HandleFolder",o,n,p,e,a,d,i,g,m,k,b,h,j,f,c,l)}function EditItemWithCheckoutAlert(g,h,f,a,d,e,c,b){ULSA13:;CoreInvoke("_EditItemWithCheckoutAlert",g,h,f,a,d,e,c,b)}function STSNavigateWithCheckoutAlert(g,f,a,d,e,c,b){ULSA13:;CoreInvoke("_STSNavigateWithCheckoutAlert",g,f,a,d,e,c,b)}function NewItem2(a,b){ULSA13:;CoreInvoke("_NewItem2",a,b)}function NewItem(a){ULSA13:;CoreInvoke("_NewItem",a)}function EditItem2(a,b){ULSA13:;CoreInvoke("_EditItem2",a,b)}function EditItem(a){ULSA13:;CoreInvoke("_EditItem",a)}function RefreshPageTo(b,c,a){ULSA13:;CoreInvoke("_RefreshPageTo",b,c,a)}function AddGroupToCookie(a){ULSA13:;CoreInvoke("_AddGroupToCookie",a)}function RemoveGroupFromCookie(a){ULSA13:;CoreInvoke("_RemoveGroupFromCookie",a)}function ExpGroupBy(a){ULSA13:;CoreInvoke("_ExpGroupBy",a)}function DispDocItem(b,a){ULSA13:;CoreInvoke("_DispDocItem",b,a)}function DispDocItemExWithServerRedirect(h,g,d,a,c,f,e,b){ULSA13:;CoreInvoke("_DispDocItemExWithServerRedirect",h,g,d,a,c,f,e,b)}function DispDocItemEx(e,c,a,b,d){ULSA13:;CoreInvoke("_DispDocItemEx",e,c,a,b,d)}function PortalPinToMyPage(c,b,a){ULSA13:;CoreInvoke("_PortalPinToMyPage",c,b,a)}function PortalPinToMyPage(h,f,d,e,a,c,g,b){ULSA13:;CoreInvoke("_PortalPinToMyPage",h,f,d,e,a,c,g,b)}function MoveToViewDate(b,a,c){ULSA13:;CoreInvoke("_MoveToViewDate",b,a,c)}function MoveToDate(a,b){ULSA13:;CoreInvoke("_MoveToDate",a,b)}function ClickDay(a){ULSA13:;CoreInvoke("_ClickDay",a)}function GetMonthView(a){ULSA13:;CoreInvoke("_GetMonthView",a)}function OptLoseFocus(a){ULSA13:;CoreInvoke("_OptLoseFocus",a)}function SetCtrlFromOpt(a,b){ULSA13:;CoreInvoke("_SetCtrlFromOpt",a,b)}function ChangeLayoutMode(a,b){ULSA13:;CoreInvoke("_ChangeLayoutMode",a,b)}function MSOLayout_ChangeLayoutMode(a,b){ULSA13:;ChangeLayoutMode(a,b)}function WebPartMenuKeyboardClick(d,a,b,c){ULSA13:;CoreInvoke("_WebPartMenuKeyboardClick",d,a,b,c)}function ShowToolPane2Wrapper(a,b,c){ULSA13:;CoreInvoke("_ShowToolPane2Wrapper",a,b,c)}function EditInSPD(a,b){ULSA13:;CoreInvoke("_EditInSPD",a,b)}function SetupFixedWidthWebParts(){ULSA13:;CoreInvoke("_SetupFixedWidthWebParts")}function ToggleAllItems(c,b,a){ULSA13:;CoreInvoke("_ToggleAllItems",c,b,a)}function CommandUIExecuteCommand(a){ULSA13:;CoreInvoke("_CommandUIExecuteCommand",a)}function PopMenuFromChevron(a){ULSA13:;CoreInvoke("_PopMenuFromChevron",a)}function NavigateToSubNewAspx(a,b){ULSA13:;CoreInvoke("_NavigateToSubNewAspx",a,b)}function NavigateToManagePermsPage(a,c,b){ULSA13:;CoreInvoke("_NavigateToManagePermsPage",a,c,b)}function DoNavigateToTemplateGallery(a,b){ULSA13:;CoreInvoke("_DoNavigateToTemplateGallery",a,b)}function RefreshPage(a){ULSA13:;CoreInvoke("_RefreshPage",a)}function OpenPopUpPage(d,a,c,b){ULSA13:;CoreInvoke("_OpenPopUpPage",d,a,c,b)}function OpenCreateWebPageDialog(a){ULSA13:;CoreInvoke("_OpenCreateWebPageDialog",a)}function EditLink2(b,a){ULSA13:;CoreInvoke("_EditLink2",b,a)}function GoBack(a){ULSA13:;CoreInvoke("_GoBack",a)}function ReplyItem(d,a,c,b){ULSA13:;CoreInvoke("_ReplyItem",d,a,c,b)}function ExportToDatabase(b,c,d,a){ULSA13:;CoreInvoke("_ExportToDatabase",b,c,d,a)}function ExportList(a){ULSA13:;CoreInvoke("_ExportList",a)}function ClearSearchTerm(a){ULSA13:;CoreInvoke("_ClearSearchTerm",a)}function SubmitSearchForView(a){ULSA13:;CoreInvoke("_SubmitSearchForView",a)}function SubmitSearchRedirect(a){ULSA13:;CoreInvoke("_SubmitSearchRedirect",a)}function AlertAndSetFocus(b,a){ULSA13:;CoreInvoke("_AlertAndSetFocus",b,a)}function AlertAndSetFocusForDropdown(b,a){ULSA13:;CoreInvoke("_AlertAndSetFocusForDropdown",b,a)}function AddSilverlightWebPart(c,b,a){ULSA13:;CoreInvoke("_AddSilverlightWebPart",c,b,a)}function UserSelectionOnClick(b,a){ULSA13:;CoreInvoke("_UserSelectionOnClick",b,a)}function OnIframeLoad(){ULSA13:;CoreInvoke("_OnIframeLoad")}function OnFocusFilter(a){ULSA13:;CoreInvoke("_OnFocusFilter",a)}function TopHelpButtonClick(a){ULSA13:;CoreInvoke("_TopHelpButtonClick",a)}function HelpWindowKey(a){ULSA13:;CoreInvoke("_HelpWindowKey",a)}function HelpWindowUrl(a){ULSA13:;CoreInvoke("_HelpWindowUrl",a)}function HelpWindow(){ULSA13:;CoreInvoke("_HelpWindow")}function OnClickFilter(a,b){ULSA13:;return CoreInvoke("_OnClickFilter",a,b)}function GCActivateAndFocus(a){ULSA13:;CoreInvoke("_GCActivateAndFocus",a)}function GCNavigateToNonGridPage(){ULSA13:;CoreInvoke("_GCNavigateToNonGridPage")}function _EnsureJSClass(f,e){ULSA13:;var d=f.split("."),a;for(var c=0,g=d.length;c<g;c++){var b=d[c];if(typeof a=="undefined")a=window;if(typeof a[b]=="undefined")a[b]={};a=a[b];if(e)a.__namespace=true}}function _EnsureJSNamespace(a){ULSA13:;_EnsureJSClass(a,true)}_EnsureJSNamespace("SP");_EnsureJSClass("SP.SOD");SP.SOD.execute=EnsureScriptParams;SP.SOD.executeFunc=EnsureScriptFunc;SP.SOD.registerSod=RegisterSod;SP.SOD.registerSodDep=RegisterSodDep;SP.SOD.executeOrDelayUntilScriptLoaded=ExecuteOrDelayUntilScriptLoaded;SP.SOD.executeOrDelayUntilEventNotified=ExecuteOrDelayUntilEventNotified;SP.SOD.notifyScriptLoadedAndExecuteWaitingJobs=NotifyScriptLoadedAndExecuteWaitingJobs;SP.SOD.notifyEventAndExecuteWaitingJobs=NotifyEventAndExecuteWaitingJobs;_EnsureJSNamespace("SP.UI");_EnsureJSClass("SP.UI.Workspace");SP.UI.Workspace.add_resized=function(a){ULSA13:;g_workspaceResizedHandlers.push(a)};SP.UI.Workspace.remove_resized=function(c){ULSA13:;var b=-1;for(var a=0,d=g_workspaceResizedHandlers.length;a<d;a++)if(c==g_workspaceResizedHandlers[a]){b=a;break}if(b!=-1)g_workspaceResizedHandlers.splice(b,1)};_EnsureJSClass("SP.UI.ModalDialog");var _SP_UI_ModalDialog=SP.UI.ModalDialog;_SP_UI_ModalDialog.ShowPopupDialog=ShowPopupDialog;_SP_UI_ModalDialog.OpenPopUpPage=OpenPopUpPage;_SP_UI_ModalDialog.commonModalDialogOpen=commonModalDialogOpen;_SP_UI_ModalDialog.commonModalDialogClose=commonModalDialogClose;_SP_UI_ModalDialog.RefreshPage=RefreshPage;if(typeof Sys!="undefined"&&Sys&&Sys.Application)Sys.Application.notifyScriptLoaded();NotifyScriptLoadedAndExecuteWaitingJobs("init.js")