function ULSA13(){var o=new Object;o.ULSTeamName="Microsoft SharePoint Foundation";o.ULSFileName="init.js";return o;}
var L_Infobar_Send_Error_Text="Failed to send JavaScript error report. Please see original error details below.",ULS;if(!ULS)ULS={};ULS.OriginalOnError=window.onerror;window.onerror=ULSOnError;function ULSTrim(a){ULSA13:;a=a.replace(/^\s*/,"");a=a.replace(/\s*$/,"");return a}function ULSEncodeXML(a){ULSA13:;a=String(a);a=a.replace(/&/g,"&");a=a.replace(//g,">");a=a.replace(/'/g,"'");a=a.replace(/"/g,""");return a}function ULSStripPII(a){ULSA13:;if(a.indexOf("?")!=-1)a=a.substring(0,a.indexOf("?"));if(window.location)a=a.replace(window.location.hostname,"[server]");return a}function ULSGetFunction(e,c){ULSA13:;var d=e.toString(),a=ULSTrim(d.substring(0,d.indexOf("{")));if(a.indexOf("function")==0)a=ULSTrim(a.substring(8));var b="=0)b+='depth="'+c+'" ';b+='signature="'+a+'">';if(c==0||a.indexOf("anonymous")==0||a.indexOf("(")==0)b+="\n\n";b+="";return b}function ULSGetMetadataFromFrame(oCS){ULSA13:;var sFunctionText=oCS.toString(),iOpeningBrace=sFunctionText.indexOf("{");if(iOpeningBrace==-1)return false;sFunctionText=sFunctionText.substr(iOpeningBrace+1);var iFirstStatement=sFunctionText.search(/[^\s]/);if(iFirstStatement==-1)return false;var reMatch=sFunctionText.match(/ULS[^\s;]*:/);if(reMatch==null||reMatch.index!=iFirstStatement)return false;var sLabelName=reMatch[0];sLabelName=sLabelName.substr(0,sLabelName.length-1);try{var o=eval(sLabelName+"()");if(typeof o=="undefined")return false;ULS.teamName=o.ULSTeamName;ULS.originalFile=o.ULSFileName;return true}catch(e){return false}}function ULSGetCallstack(b){ULSA13:;var e="";try{if(b){var d=false,a=b,c=0;while(a&&c<20){if(!d)d=ULSGetMetadataFromFrame(a);e+=ULSGetFunction(a,c,b)+"\n";a=a.caller;c++}}}catch(f){}return e}function ULSGetClientInfo(){ULSA13:;var a="";try{var b=navigator.browserLanguage;if(!b)b=navigator.language;if(!b)b=navigator.systemLanguage;var c=navigator.userAgent.toLowerCase(),e=navigator.appName,d=parseFloat(navigator.appVersion);if(c.indexOf("msie ")!=-1)d=parseFloat(c.substring(c.indexOf("msie ")+5));if(c.indexOf("firefox/")!=-1){e="Firefox";d=parseFloat(c.substring(c.indexOf("firefox/")+8))}a+='\n';a+=""+ULSEncodeXML(navigator.userAgent)+"\n";if(b)a+=""+ULSEncodeXML(b)+"\n";if(document.referrer){var g=ULSStripPII(document.referrer);a+=""+ULSEncodeXML(g)+"\n"}if(window.location){var f=ULSStripPII(window.location.toString());a+=""+ULSEncodeXML(f)+"\n"}if(ULS.Correlation)a+=""+ULSEncodeXML(ULS.Correlation)+"\n"}catch(h){}return a}function ULSHandleWebServiceResponse(){ULSA13:;ULS.request.readyState==4&&ULS.request.status==200&&ULSFinishErrorHandling();(ULS.request.readyState==0||ULS.request.readyState==4)&&ULS.request.status>200&&ULSFinishErrorHandling()}function ULSFinishErrorHandling(){ULSA13:;ULS.message=null}function ULSGetWebServiceUrl(){ULSA13:;var a="",b=document.URL.indexOf("://");if(b>0){var c=document.URL.indexOf("/",b+3);if(c>0)a=document.URL.substring(0,c);else a=document.URL}if(a.charAt(a.length-1)!="/")a+="/";a+="_vti_bin/diagnostics.asmx";return a}function ULSSendReport(){ULSA13:;if(XMLHttpRequest)ULS.request=new XMLHttpRequest;else ULS.request=new ActiveXObject("MSXML2.XMLHTTP");ULS.request.onreadystatechange=ULSHandleWebServiceResponse;ULS.request.open("POST",ULSGetWebServiceUrl(),true);ULS.request.setRequestHeader("Content-Type","text/xml; charset=utf-8");ULS.request.setRequestHeader("SOAPAction",ULS.WebServiceNS+"SendClientScriptErrorReport");ULS.request.send(''+ULSEncodeXML(ULS.message)+""+ULSEncodeXML(ULS.file)+""+ULS.line+""+ULSEncodeXML(ULS.callStack)+""+ULSEncodeXML(ULS.clientInfo)+""+ULSEncodeXML(ULS.teamName)+""+ULSEncodeXML(ULS.originalFile)+"")}function ULSSendExceptionImpl(c,a,b,d){ULSA13:;if(ULS&&ULS.enable){ULS.enable=false;window.onerror=ULS.OriginalOnError;ULS.WebServiceNS="http://schemas.microsoft.com/sharepoint/diagnostics/";try{ULS.message=c;if(a.indexOf("?")!=-1)a=a.substr(0,a.indexOf("?"));ULS.file=a.substr(a.lastIndexOf("/")+1);ULS.line=b;ULS.teamName="";ULS.originalFile="";ULS.callStack="\n"+ULSGetCallstack(d)+"";ULS.clientInfo="\n"+ULSGetClientInfo()+"";ULSSendReport()}catch(e){}}if(ULS&&ULS.OriginalOnError)return ULS.OriginalOnError(c,a,b);else return false}function ULSOnError(b,c,a){ULSA13:;return ULSSendExceptionImpl(b,c,a,ULSOnError.caller)}function ULSSendException(b){ULSA13:;var a=b.message;if(typeof a=="undefined")a=b;ULSSendExceptionImpl(a,document.location.href,0,ULSSendException.caller)}function Browseris(){ULSA13:;var a=navigator.userAgent.toLowerCase();this.osver=1;if(a){var g=a.substring(a.indexOf("windows ")+11);this.osver=parseFloat(g)}this.major=parseInt(navigator.appVersion);this.nav=a.indexOf("mozilla")!=-1&&(a.indexOf("spoofer")==-1&&a.indexOf("compatible")==-1);this.nav6=this.nav&&this.major==5;this.nav6up=this.nav&&this.major>=5;this.nav7up=false;if(this.nav6up){var b=a.indexOf("netscape/");if(b>=0)this.nav7up=parseInt(a.substring(b+9))>=7}this.ie=a.indexOf("msie")!=-1;this.aol=this.ie&&a.indexOf(" aol ")!=-1;if(this.ie){var e=a.substring(a.indexOf("msie ")+5);this.iever=parseInt(e);this.verIEFull=parseFloat(e)}else this.iever=0;this.ie4up=this.ie&&this.major>=4;this.ie5up=this.ie&&this.iever>=5;this.ie55up=this.ie&&this.verIEFull>=5.5;this.ie6up=this.ie&&this.iever>=6;this.ie7down=this.ie&&this.iever<=7;this.ie7up=this.ie&&this.iever>=7;this.ie8standard=this.ie&&document.documentMode&&document.documentMode==8;this.winnt=a.indexOf("winnt")!=-1||a.indexOf("windows nt")!=-1;this.win32=this.major>=4&&navigator.platform=="Win32"||a.indexOf("win32")!=-1||a.indexOf("32bit")!=-1;this.win64bit=a.indexOf("win64")!=-1;this.win=this.winnt||this.win32||this.win64bit;this.mac=a.indexOf("mac")!=-1;this.w3c=this.nav6up;this.safari=a.indexOf("webkit")!=-1;this.safari125up=false;this.safari3up=false;if(this.safari&&this.major>=5){var b=a.indexOf("webkit/");if(b>=0)this.safari125up=parseInt(a.substring(b+7))>=125;var f=a.indexOf("version/");if(f>=0)this.safari3up=parseInt(a.substring(f+8))>=3}this.firefox=this.nav&&a.indexOf("firefox")!=-1;this.firefox3up=false;this.firefox36up=false;if(this.firefox&&this.major>=5){var d=a.indexOf("firefox/");if(d>=0){var c=a.substring(d+8);this.firefox3up=parseInt(c)>=3;this.firefox36up=parseFloat(c)>=3.6}}}var browseris=new Browseris,bis=browseris;function byid(a){ULSA13:;return document.getElementById(a)}function newE(a){ULSA13:;return document.createElement(a)}function wpf(){ULSA13:;return document.forms[MSOWebPartPageFormName]}function startReplacement(){}function AttachEvent(c,b,a){ULSA13:;if(!a)a=window;if(c=="domLoad")c=a.addEventListener&&browseris.nav?"DOMContentLoaded":"load";if(typeof b=="string")b=new Function(b);if(a.addEventListener)a.addEventListener(c,b,false);else a.attachEvent("on"+c,b)}function DetachEvent(c,b,a){ULSA13:;if(!a)a=window;if(c=="domLoad")c=a.removeEventListener&&browseris.nav?"DOMContentLoaded":"load";if(typeof b=="string")b=new Function(b);if(a.removeEventListener)a.removeEventListener(c,b,false);else a.detachEvent("on"+c,b)}function CancelEvent(a){ULSA13:;a.cancelBubble=true;a.preventDefault&&a.preventDefault();a.stopPropogation&&a.stopPropogation();a.returnValue=false;return false}function GetEventSrcElement(a){ULSA13:;if(browseris.nav)return a.target;else return a.srcElement}function GetEventKeyCode(a){ULSA13:;if(browseris.nav)return a.which;else return a.keyCode}function GetInnerText(a){ULSA13:;if(browseris.safari&&browseris.major<5)return a.innerHTML;else if(browseris.nav)return a.textContent;else return a.innerText}typeof Sys!="undefined"&&Sys&&Sys.Application&&Sys.Application.notifyScriptLoaded();typeof NotifyScriptLoadedAndExecuteWaitingJobs=="function"&&NotifyScriptLoadedAndExecuteWaitingJobs("owsbrows.js");var g_cde={};function GetCachedElement(b){ULSA13:;var a=null;if(!(a=g_cde[b])){a=document.getElementById(b);g_cde[b]=a}return a}var UTF8_1ST_OF_2=192,UTF8_1ST_OF_3=224,UTF8_1ST_OF_4=240,UTF8_TRAIL=128,HIGH_SURROGATE_BITS=55296,LOW_SURROGATE_BITS=56320,SURROGATE_6_BIT=64512,SURROGATE_ID_BITS=63488,SURROGATE_OFFSET=65536;function escapeProperlyCoreCore(f,g,h,i){ULSA13:;var c="",b="",d=0,k=" \"%<>'&";if(typeof f=="undefined")return "";for(d=0;d=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57||g&&(a>=32&&a<=95)&&k.indexOf(e)<0)c+=e;else if(a<=15)c+="%0"+a.toString(16).toUpperCase();else if(a<=127)c+="%"+a.toString(16).toUpperCase()}else if(a<=2047){b=UTF8_1ST_OF_2|a>>6;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|a&63;c+="%"+b.toString(16).toUpperCase()}else if((a&SURROGATE_6_BIT)!=HIGH_SURROGATE_BITS){b=UTF8_1ST_OF_3|a>>12;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|(a&4032)>>6;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|a&63;c+="%"+b.toString(16).toUpperCase()}else if(d>18;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|(a&258048)>>12;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|(a&4032)>>6;c+="%"+b.toString(16).toUpperCase();b=UTF8_TRAIL|a&63;c+="%"+b.toString(16).toUpperCase()}}return c}function escapeProperly(a){ULSA13:;return escapeProperlyCoreCore(a,false,false,false)}function escapeProperlyCore(b,a){ULSA13:;return escapeProperlyCoreCore(b,a,false,false)}function escapeUrlForCallback(a){ULSA13:;var c=a.indexOf("#"),b=a.indexOf("?");if(c>0&&(b==-1||c0)d+=a.substr(b);a=d}return escapeProperlyCoreCore(a,true,false,true)}function PageUrlValidation(a){ULSA13:;if(a.substr(0,4)=="http"||a.substr(0,1)=="/"||a.indexOf(":")==-1)return a;else{var L_InvalidPageUrl_Text="Invalid page URL: ";alert(L_InvalidPageUrl_Text);return ""}}function SelectRibbonTab(b,c){ULSA13:;var a=null;try{a=SP.Ribbon.PageManager.get_instance().get_ribbon()}catch(d){}if(!a)typeof _ribbonStartInit=="function"&&_ribbonStartInit(b,false,null);else(c||a.get_selectedTabId()=="Ribbon.Read")&&a.selectTabById(b)}function FV4UI(){ULSA13:;return typeof _fV4UI!="undefined"&&_fV4UI}var itemTable=null,currentCtx=null,g_OfflineClient=null;function TakeOfflineDisabled(d,b,c,a){ULSA13:;try{if(g_OfflineClient==null)if(document.cookie.indexOf("OfflineClientInstalled")==-1){if(IsSupportedMacBrowser())g_OfflineClient=CreateMacPlugin();else g_OfflineClient=new ActiveXObject("SharePoint.OfflineClient");SetDomainCookie("OfflineClientInstalled","1")}else if(GetCookie("OfflineClientInstalled")=="1")if(IsSupportedMacBrowser())g_OfflineClient=CreateMacPlugin();else g_OfflineClient=new ActiveXObject("SharePoint.OfflineClient");if(g_OfflineClient!=null&&g_OfflineClient.IsOfflineAllowed(d,b,c,a))return false;else return true}catch(e){SetDomainCookie("OfflineClientInstalled","0");g_OfflineClient=null}return true}function GoToHistoryLink(b,d){ULSA13:;if(b.href==null)return;var c=b.href,f=b.href.indexOf("?")>=0?"&":"?",e=f+"VersionNo="+d,a=GetSource();if(a!=null&&a!="")a="&Source="+a;var c=b.href+e+a;if(isPortalTemplatePage(c))window.top.location=STSPageUrlValidation(c);else window.location=STSPageUrlValidation(c)}function GetGotoLinkUrl(b){ULSA13:;if(b.href==null)return null;var d=b.href.indexOf("?")>=0?"&":"?",a=GetSource();if(a!=null&&a!="")a=d+"Source="+a;var c=b.href+a;return c}function GoToLink(b){ULSA13:;var a=GetGotoLinkUrl(b);if(a==null)return;if(isPortalTemplatePage(a))window.top.location=STSPageUrlValidation(a);else window.location=STSPageUrlValidation(a)}function GoToLinkOrDialogNewWindow(a){ULSA13:;if(a.href==null)return;if(window.location.search.match("[?&]IsDlg=1"))window.open(a.href);else GoToLink(a)}function GoToDiscussion(b){ULSA13:;var c=b.indexOf("?")>=0?"&":"?",a=GetSource();if(a!=null&&a!="")b+=c+"TopicsView="+a;STSNavigate(b)}function GetCurrentEltStyle(b,c){ULSA13:;if(b.currentStyle)return b.currentStyle[c];else if(window&&window.getComputedStyle){var a=window.getComputedStyle(b,null);if(a&&a.getPropertyValue)return a.getPropertyValue(c)}else return null}function EEDecodeSpecialChars(b){ULSA13:;var a=b.replace(/"/g,'"');a=a.replace(/>/g,">");a=a.replace(/</g,"<");a=a.replace(/'/g,"'");a=a.replace(/&/g,"&");return a}function DeferCall(){ULSA13:;if(arguments.length==0)return null;var args=arguments,fn=null;if(browseris.ie5up||browseris.nav6up)eval("if (typeof("+args[0]+")=='function') { fn="+args[0]+"; }");if(fn==null)return null;if(args.length==1)return fn();else if(args.length==2)return fn(args[1]);else if(args.length==3)return fn(args[1],args[2]);else if(args.length==4)return fn(args[1],args[2],args[3]);else if(args.length==5)return fn(args[1],args[2],args[3],args[4]);else if(args.length==6)return fn(args[1],args[2],args[3],args[4],args[5]);else if(args.length==7)return fn(args[1],args[2],args[3],args[4],args[5],args[6]);else if(args.length==8)return fn(args[1],args[2],args[3],args[4],args[5],args[6],args[7]);else if(args.length==9)return fn(args[1],args[2],args[3],args[4],args[5],args[6],args[7],args[8]);else if(args.length==10)return fn(args[1],args[2],args[3],args[4],args[5],args[6],args[7],args[8],args[9]);else{var L_TooManyDefers_Text="Too many arguments passed to DeferCall";alert(L_TooManyDefers_Text)}return null}var L_ContainIllegalChar_Text="^1 contains illegal character '^2'.",L_ContainIllegalString_Text="^1 contains illegal characters or substring.",LegalUrlChars=[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,true,true,false,false,true,false,false,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,false,true,false,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false];function AdmBuildParam(b){ULSA13:;for(var c,a=1;a=0||a.indexOf("//")>=0||a.indexOf("./")>=0||a.indexOf("/.")>=0||a.indexOf(".")==0||a.lastIndexOf(".")==a.length-1)return true;return false}function UrlLeafNameValidate(a,b){ULSA13:;var c="";if(typeof a.MessagePrefix=="string")c=a.MessagePrefix;else c=a.id;var d=IndexOfIllegalCharInUrlLeafName(b.Value);if(d>=0){if(typeof a.errormessage=="string")a.errormessage=AdmBuildParam(L_ContainIllegalChar_Text,c,b.Value.charAt(d));b.IsValid=false}else if(UrlContainsIllegalStrings(b.Value)){if(typeof a.errormessage=="string")a.errormessage=AdmBuildParam(L_ContainIllegalString_Text,c);b.IsValid=false}else b.IsValid=true}function UrlPathValidate(a,b){ULSA13:;var c="";if(typeof a.MessagePrefix=="string")c=a.MessagePrefix;else c=a.id;var d=IndexOfIllegalCharInUrlPath(b.Value);if(d>=0){if(typeof a.errormessage=="string")a.errormessage=AdmBuildParam(L_ContainIllegalChar_Text,c,b.Value.charAt(d));b.IsValid=false}else if(UrlContainsIllegalStrings(b.Value)){if(typeof a.errormessage=="string")a.errormessage=AdmBuildParam(L_ContainIllegalString_Text,c);b.IsValid=false}else b.IsValid=true}function IsCheckBoxListSelected(a){ULSA13:;if(a==null)return false;var c=a.length;if(c==null)return a.checked;else for(var b=0;b":a.push(">");break;case "&":a.push("&");break;case '"':a.push(""");break;case "'":a.push("'");break;default:a.push(e)}}return a.join("")}function StAttrQuote(a){ULSA13:;a=a.toString();a=a.replace(/&/g,"&");a=a.replace(/\"/g,""");a=a.replace(/\r/g,"
");return '"'+a+'"'}function STSScriptEncode(e){ULSA13:;if(null==e||typeof e=="undefined")return "";for(var d=new String(e),a=[],c=0,g=d.length,c=0;c4095)a.push("\\u"+b.toString(16).toUpperCase());else if(b>255)a.push("\\u0"+b.toString(16).toUpperCase());else if(b>127)a.push("\\u00"+b.toString(16).toUpperCase());else{var f=d.charAt(c);switch(f){case "\n":a.push("\\n");break;case "\r":a.push("\\r");break;case '"':a.push("\\u0022");break;case "%":a.push("\\u0025");break;case "&":a.push("\\u0026");break;case "'":a.push("\\u0027");break;case "(":a.push("\\u0028");break;case ")":a.push("\\u0029");break;case "+":a.push("\\u002b");break;case "/":a.push("\\u002f");break;case "<":a.push("\\u003c");break;case ">":a.push("\\u003e");break;case "\\":a.push("\\\\");break;default:a.push(f)}}}return a.join("")}function STSScriptEncodeWithQuote(a){ULSA13:;return '"'+STSScriptEncode(a)+'"'}var L_Language_Text="1033",L_ClickOnce1_text="You are already attempting to save this item. If you attempt to save this item again, you may create duplicate information. Would you like to save this item again?",L_STSRecycleConfirm_Text="Are you sure you want to send the item(s) to the site Recycle Bin?",L_STSRecycleConfirm1_Text="Are you sure you want to send this folder and all its contents to the site Recycle Bin?",L_STSRecycleConfirm2_Text="Are you sure you want to send this Document Collection and all its contents to the site Recycle Bin?",L_STSDelConfirm_Text="Are you sure you want to permanently delete the item(s)?",L_STSDelConfirm1_Text="Are you sure you want to permanently delete this folder and all its contents?",L_STSDelConfirm2_Text="Are you sure you want to permanently delete this Document Collection and all its contents?",L_NewDocLibTb1_Text="The document could not be created. \nThe required application may not be installed properly, or the template for this document library cannot be opened.\n\nPlease try the following:\n1. Check the General Settings for this document library for the name of the template, and install the application necessary for opening the template. If the application was set to install on first use, run the application and then try creating a new document again.\n\n2. If you have permission to modify this document library, go to General Settings for the library and configure a new template.",L_NewDocLibTb2_Text="'New Document' requires a Microsoft SharePoint Foundation-compatible application and web browser. To add a document to this document library, click the 'Upload Document' button.",L_CheckoutConfirm="You are about to check out the selected file(s).",L_DiscardCheckoutConfirm="You are about to discard any changes made to the selected checked out file(s).",L_NewFormLibTb1_Text="The document could not be created.\nThe required application may not be installed properly, or the template for this document library cannot be opened.\n\nPlease try the following:\n1. Check the General Settings for this document library for the name of the template, and install the application necessary for opening the template. If the application was set to install on first use, run the application and then try creating a new document again.\n\n2. If you have permission to modify this document library, go to General Settings for the library and configure a new template.",L_NewFormLibTb2_Text="This feature requires Microsoft Internet Explorer 7.0 or later and a Microsoft SharePoint Foundation-compatible XML editor such as Microsoft InfoPath.",L_ConfirmCheckout_Text="You must check out this item before making changes. Do you want to check out this item now?",L_MustCheckout_Text="You must check out this item before making changes.",L_CheckOutRetry_Text="Check out failed, do you want to retry to check out from server?",L_CannotEditPropertyForLocalCopy_Text="You cannot edit the properties of a document while it is checked out and being modified offline.",L_CannotEditPropertyCheckout_Text="You cannot edit the properties of this document while it is checked out or locked for editing by another user.",L_NewFormClickOnce1_Text="New Folder",L_EnterValidCopyDest_Text="Please enter a valid folder URL and a file name. Folder URLs must begin with 'http:' or 'https:'.",L_ConfirmUnlinkCopy_Text="Because this item is a copy, it may still be receiving updates from its source. You should make sure that this item is removed from the source's list of items to update, otherwise this item may continue to receive updates. Are you sure that you want to unlink this item?",L_CopyingOfflineVersionWarning_Text="You currently have this document checked out locally. Only versions stored on the server can be copied. To copy the most recent minor version, click OK. To copy the currently checked out version, click Cancel, check in the document and then retry the copy operation.",L_Loading_Text="Loading...",L_Loading_Error_Text="An error has occurred with the data fetch. Please refresh the page and retry.",L_Inplview_PageNotYetSaved="page not yet saved",L_WarnkOnce_text="This item contains a custom recurrence pattern. If you save your changes you will not be able to revert to the previous pattern.",L_WebFoldersRequired_Text="Please wait while Explorer View is loaded. If Explorer View does not appear, your browser may not support it.",L_WebFoldersError_Text="Your client does not support opening this list with Windows Explorer.",L_NoExplorerView_Text="To view your documents, please navigate to the library and select the 'Open with Explorer' action. If the 'Open with Explorer' action is not available, then your system may not support it.",L_WikiWebPartNoClosedOrUploaded="Closed Web Parts and Uploaded Web Parts are not supported.",L_AccessibleMenu_Text="Menu",L_SubMenu_Text="Submenu",L_NewBlogPost_Text="This feature requires Microsoft Internet Explorer 7.0 or later and a Microsoft SharePoint Foundation-compatible blog editor such as Microsoft Word 2007 or later.",L_NewBlogPostFailed_Text="Unable to connect to the blog program because it may be busy or missing. Check the program, and then try again.",recycleBinEnabled=0,cascadeDeleteWarningMessage="",bIsFileDialogView=false,g_ViewIdToViewCounterMap=[],g_ctxDict=[];function NotifyBrowserOfAsyncUpdate(){ULSA13:;var b="__spAjaxIframe",a=document.getElementById(b);if(a==null){a=document.createElement("IFRAME");a.name=a.id=b;a.width=a.height=0;a.src="about:blank";a.style.display="none";document.body.appendChild(a)}a.contentWindow.document.location.replace("/_layouts/images/blank.gif")}function UpdateAccessibilityUI(){ULSA13:;var a=document.getElementById("TurnOnAccessibility"),b=document.getElementById("TurnOffAccessibility");if(IsAccessibilityFeatureEnabled()){if(a!=null)a.style.display="none";if(b!=null)b.style.display=""}else{if(a!=null)a.style.display="";if(b!=null)b.style.display="none"}}function SetIsAccessibilityFeatureEnabled(c){ULSA13:;if(c)document.cookie="WSS_AccessibilityFeature=true;path=/;";else document.cookie="WSS_AccessibilityFeature=false;path=/;";var a=document.getElementById("HiddenAnchor"),b;if(browseris.ie)b={srcElement:a,fakeEvent:1,enableStatus:c};else b={target:a,fakeEvent:1,enableStatus:c};if(a==null||a.onclick==null)return;a.onclick(b)}function DeleteCookie(a){ULSA13:;document.cookie=a+"=; expires=Thu, 01-Jan-70 00:00:01 GMT"}function SetDomainCookie(b,a){ULSA13:;document.cookie=b+"="+a+";path=/;"}function GetCookie(d){ULSA13:;for(var c=document.cookie.split("; "),b=0;b1)return unescapeProperly(a[1]);else return null}return null}function IsAccessibilityFeatureEnabled(){ULSA13:;return GetCookie("WSS_AccessibilityFeature")=="true"}function escapeForSync(e){ULSA13:;for(var b="",d=0,c=0,g="\\&|[]",d=0;d127){b+="[";c=1}if(g.indexOf(f)>=0)b+="|";if(a>=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57)b+=f;else if(a<=15)b+="%0"+a.toString(16).toUpperCase();else if(a<=127)b+="%"+a.toString(16).toUpperCase();else if(a<=255)b+="00"+a.toString(16).toUpperCase();else if(a<=4095)b+="0"+a.toString(16).toUpperCase();else b+=a.toString(16).toUpperCase()}if(c)b+="]";return b}var g_rgdwchMinEncoded=new Array([0,128,2048,65536,2097152,67108864,2147483648]);function Vutf8ToUnicode(e){ULSA13:;var f=0,a="",b,h,c,d,g;while(f>>2+d;while(d&&f>>10);a+=String.fromCharCode(LOW_SURROGATE_BITS|b&1023)}else a+="?"}return a}function unescapeProperlyInternal(c){ULSA13:;if(c==null)return "null";var e=0,g=0,d="",f=[],a=0,b,h;while(e');var c=a.responseText;if(c==null||c.length<=0)return;var g="",k="",d=c.indexOf(g),i=c.indexOf(k,d+g.length),f=null;if(d>=0&&i>d)var f=c.substring(d+g.length,i);if(f==null||f.length<=0)return;var m=b.value;b.value=f;g_updateFormDigestPageLoaded=new Date}catch(h){}}function IsSupportedFirefoxOnWin(){ULSA13:;return (browseris.winnt||browseris.win32||browseris.win64bit)&&browseris.firefox3up}function IsFirefoxOnWindowsPluginInstalled(){ULSA13:;return navigator.mimeTypes&&navigator.mimeTypes["application/x-sharepoint"]&&navigator.mimeTypes["application/x-sharepoint"].enabledPlugin}function CreateFirefoxOnWindowsPlugin(){ULSA13:;var b=null;if(IsSupportedFirefoxOnWin())try{b=document.getElementById("winFirefoxPlugin");if(!b&&IsFirefoxOnWindowsPluginInstalled()){var a=document.createElement("object");a.id="winFirefoxPlugin";a.type="application/x-sharepoint";a.width=0;a.height=0;a.style.setProperty("visibility","hidden","");document.body.appendChild(a);b=document.getElementById("winFirefoxPlugin")}}catch(c){b=null}return b}function IsSupportedMacBrowser(){ULSA13:;return browseris.mac&&(browseris.firefox3up||browseris.safari3up)}function IsBrowserPluginInstalled(a){ULSA13:;return navigator.mimeTypes&&navigator.mimeTypes[a]&&navigator.mimeTypes[a].enabledPlugin}function IsMacPluginInstalled(){ULSA13:;var a=IsBrowserPluginInstalled("application/x-sharepoint-webkit"),b=IsBrowserPluginInstalled("application/x-sharepoint");if(browseris.safari3up&&a)return true;return b}function CreateMacPlugin(){ULSA13:;var b=null;if(IsSupportedMacBrowser()){b=document.getElementById("macSharePointPlugin");if(b==null&&IsMacPluginInstalled()){var c=null;if(browseris.safari3up&&IsBrowserPluginInstalled("application/x-sharepoint-webkit"))c="application/x-sharepoint-webkit";else c="application/x-sharepoint";var a=document.createElement("object");a.id="macSharePointPlugin";a.type=c;a.width=0;a.height=0;a.style.setProperty("visibility","hidden","");document.body.appendChild(a);b=document.getElementById("macSharePointPlugin")}}return b}var g_objStssync;function GetStssyncHandler(a){ULSA13:;if(!IsSupportedMacBrowser())try{g_objStssync=new ActiveXObject("SharePoint.StssyncHandler"+a)}catch(b){g_objStssync=null}else g_objStssync=CreateMacPlugin()}function GetStssyncData(d,f,e,h){ULSA13:;var a=null;if(document.cookie.indexOf("stsSyncAppName")==-1&&document.cookie.indexOf("stsSyncIconPath")==-1){if(IsSupportedMacBrowser()){var g=GetStssyncHandler("");if(g==null||!g.StssyncEnabled){SetDomainCookie("stsSyncAppName","0");SetDomainCookie("stsSyncIconPath","0");return a}}if(browseris.ie5up&&browseris.win32||IsSupportedMacBrowser()){var b,c;d!=""&&GetStssyncHandler(".3");if(!g_objStssync){if(d!=""&&d!="calendar"&&d!="contacts"){SetDomainCookie("stsSyncAppName","0");SetDomainCookie("stsSyncIconPath","0");return a}GetStssyncHandler(".2");if(!g_objStssync||!(b=g_objStssync.GetStssyncAppName())){SetDomainCookie("stsSyncAppName","0");SetDomainCookie("stsSyncIconPath","0");return a}}else if(!(b=g_objStssync.GetStssyncAppNameForType(d))){SetDomainCookie("stsSyncAppName","0");SetDomainCookie("stsSyncIconPath","0");return a}SetDomainCookie("stsSyncAppName",escapeProperly(b));try{c=g_objStssync.GetStssyncIconName();c=h+c;SetDomainCookie("stsSyncIconPath",escapeProperly(c))}catch(i){SetDomainCookie("stsSyncIconPath","0");c=e}}else{b=f;c=e;SetDomainCookie("stsSyncAppName",escapeProperly(f));SetDomainCookie("stsSyncIconPath",escapeProperly(e))}}else{b=GetCookie("stsSyncAppName");c=GetCookie("stsSyncIconPath");if(b=="0")return a}var L_LinkToBefore_Text="Connect to ",L_LinkToAfter_Text="";b=L_LinkToBefore_Text+b+L_LinkToAfter_Text;a={};a.BtnText=b;a.BtnImagePath=c;return a}function GetStssyncAppName(b){ULSA13:;var a=GetStssyncData("",b,"","");return a.BtnText}function makeAbsUrl(a){ULSA13:;if(a.length>0&&"/"==a.substr(0,1))a=window.location.protocol+"//"+window.location.host+a;return a}function ExportHailStorm(o,k,n,c,b,m,r,l,i,j){ULSA13:;var h=GetCookie("stsSyncAppName"),q=GetCookie("stsSyncIconPath");if(h!=null&&h!="0"){var g=500,a=20,d="stssync://sts/?ver=1.1&type="+escapeProperly(o)+"&cmd=add-folder&base-url="+escapeForSync(k)+"&list-url="+escapeForSync("/"+makeAbsUrl(m).substr(k.length+1)+"/")+"&guid="+escapeProperly(n);if(window.self.offlineBtnUser!=undefined)d+="&user-id="+offlineBtnUser;var f="&site-name="+escapeForSync(c)+"&list-name="+escapeForSync(b),e="";if(i)e+="&folder-url="+escapeForSync("/"+i.substr(l.length+1));if(j)e+="&folder-id="+j;if(d.length+f.length+e.length>g&&(c.length>a||b.length>a)){if(c.length>a)c=c.substring(0,a-1)+"...";if(b.length>a)b=b.substring(0,a-1)+"...";f="&site-name="+escapeForSync(c)+"&list-name="+escapeForSync(b)}d=d+f+e;var L_StssyncTooLong_Text="The title of the site or list is too long. Shorten the title and try again.";if(d.length>g)alert(L_StssyncTooLong_Text);else try{window.location.href=d}catch(p){}}}var g_objDiagramLaunch;function GetDiagramLaunchInstalled(){ULSA13:;var a="";if(document.cookie.indexOf("digInstalled")==-1)try{g_objDiagramLaunch=new ActiveXObject("DiagramLaunch.DiagramLauncher");a=g_objDiagramLaunch.EnsureDiagramApplication();SetDomainCookie("digInstalled",escapeProperly(a))}catch(b){g_objDiagramLaunch=null;SetDomainCookie("digInstalled","0")}else{a=GetCookie("digInstalled");if(a=="0")a=""}return a}var g_objProjectTaskLaunch=null;function GetProjectTaskLaunchInstalled(){ULSA13:;if(document.cookie.indexOf("projInstalled")==-1){var a="";try{g_objProjectTaskLaunch=new ActiveXObject("TaskLaunch.TaskLauncher");a=g_objProjectTaskLaunch.EnsureTaskApplication();SetDomainCookie("projInstalled",escapeProperly(a))}catch(b){SetDomainCookie("projInstalled","0");g_objProjectTaskLaunch=null}}else{a=GetCookie("projInstalled");if(a=="0")a=""}return a}var g_expDatabase;function GetDataBaseInstalled(){ULSA13:;var a="",c="";if(document.cookie.indexOf("databaseBtnText")==-1||document.cookie.indexOf("databaseBtnDesc")==-1)try{g_expDatabase=new ActiveXObject("SharePoint.ExportDatabase");if(g_expDatabase&&g_expDatabase.IsDBProgramInstalled()){SetDomainCookie("databaseBtnText",escapeProperly(g_expDatabase.MenuTitle));SetDomainCookie("databaseBtnDesc",escapeProperly(g_expDatabase.MenuDescription))}else{SetDomainCookie("databaseBtnText","0");SetDomainCookie("databaseBtnDesc","0");g_expDatabase=null}}catch(d){SetDomainCookie("databaseBtnText","0");SetDomainCookie("databaseBtnDesc","0");g_expDatabase=null}else{a=GetCookie("databaseBtnText");c=GetCookie("databaseBtnDesc");if(a!="0"&&a!="0"){var b={};b.MenuTitle=a;b.MenuDescription=c;return b}else g_expDatabase=null}return g_expDatabase}var g_ssImporterObj,g_fSSImporter=false;function EnsureSSImportInner(){ULSA13:;if(browseris.ie5up&&browseris.win32)try{g_ssImporterObj=new ActiveXObject("SharePoint.SpreadsheetLauncher.2");if(g_ssImporterObj)g_fSSImporter=true}catch(a){try{g_ssImporterObj=new ActiveXObject("SharePoint.SpreadsheetLauncher.1");if(g_ssImporterObj)g_fSSImporter=true}catch(a){g_fSSImporter=false}}else if(IsSupportedMacBrowser()){g_ssImporterObj=CreateMacPlugin();if(g_ssImporterObj)g_fSSImporter=true;else g_fSSImporter=false}}function EnsureSSImporter(a){ULSA13:;a=typeof a==undefined?false:a;if(document.cookie.indexOf("EnsureSSImporter")==-1||a){EnsureSSImportInner();SetDomainCookie("EnsureSSImporter",g_fSSImporter)}else g_fSSImporter=GetCookie("EnsureSSImporter")=="true"?true:false;return g_fSSImporter}function ShowHideSection(c,d){ULSA13:;var a=document.getElementById(c),b=document.getElementById(d);if(a==null)return;if(a.style.display!="none"){a.style.display="none";b.src="/_layouts/images/plus.gif"}else{a.style.display="";b.src="/_layouts/images/minus.gif"}}function ShowSection(b,c){ULSA13:;var a=document.getElementById(b),d=document.getElementById(c);if(a==null)return;if(a.style.display=="none"){a.style.display="";d.src="/_layouts/images/minus.gif"}}function ShowHideInputFormSection(c,d){ULSA13:;var a=document.getElementById(c);if(a!=null)a.style.display=d?"":"none";for(var b=1;b<3;b++){a=document.getElementById(c+"_tablerow"+b);if(a!=null)a.style.display=d?"":"none"}}function ShowHideInputFormControl(id,bHide,bDisableValidators,bSilent){ULSA13:;var displaySetting="";if(bHide==true)displaySetting="none";var validators=eval(id+"_validators");if(validators!=null)for(var i=0;ib;b++)SetControlDisabledStatusRecursively(d.item(b),c)}function SetChildControlsDisabledStatus(d,c){ULSA13:;for(var b=d.childNodes,a=0;a0&&document.write("width='"+b+"' ");a&&a>0&&document.write("height='"+a+"' ");document.write("alt='"+f+"' ");c&&document.write("style='"+c+"' ");document.write(" src='"+d+"' />");g_PNGImageIds.push(e);g_PNGImageSources.push(d)}function ProcessPNGImages(){ULSA13:;var c=browseris.ie&&browseris.ie55up&&browseris.verIEFull<7;if(g_PNGImageIds!=null&&c)for(var a=0;a=0)a=a.substr(0,b);b=a.indexOf("&"+d+"=");if(b==-1)b=a.indexOf("?"+d+"=");if(b!=-1){ndx2=a.indexOf("&",b+1);if(ndx2==-1)ndx2=a.length;c=a.substring(b+d.length+2,ndx2)}if(e)return c;else return unescapeProperlyInternal(c)}function LoginAsAnother(a,b){ULSA13:;document.cookie="loginAsDifferentAttemptCount=0";if(b=="1")GoToPage(a);else{var c=a.indexOf("?")>=0?"&":"?";a+=c+"Source="+escapeProperly(window.location.href);STSNavigate(a)}}function isPortalTemplatePage(a){ULSA13:;if(GetUrlKeyValue("PortalTemplate")=="1"||GetUrlKeyValue("PortalTemplate",a)=="1"||currentCtx!=null&¤tCtx.isPortalTemplate)return true;else return false}function CLVPFromEvent(a){ULSA13:;return DeferCall("CLVPFromEventReal",a)}function STSNavigateToView(b,a){ULSA13:;STSNavigate(a)}function STSNavigate2(b,a){ULSA13:;STSNavigate(a)}function STSNavigate(a){ULSA13:;if(window.location.search.indexOf("IsDlg=1")!=-1)if(a.indexOf("?")!=-1)if(a.match("&$")!="&")a=a+"&IsDlg=1";else a=a+"IsDlg=1";else a=a+"?IsDlg=1";if(isPortalTemplatePage(a))window.top.location=STSPageUrlValidation(a);else window.location=STSPageUrlValidation(a)}function GoToPage(a){ULSA13:;var c=a.indexOf("?")>=0?"&":"?";if(GetUrlKeyValue("Source",true,a).length==0){var b=GetSource();if(b!=null&&b!="")if(a.length+b.length<=1950)a+=c+"Source="+b}STSNavigate(a)}function TrimSpaces(c){ULSA13:;var a,b;c=c.toString();var d=c.length;for(a=0;aa;b--)if(c.charAt(b)!=" ")break;b++;return c.substring(a,b)}function TrimWhiteSpaces(c){ULSA13:;var a,b;c=c.toString();var d=c.length;for(a=0;aa;b--){ch=c.charAt(b);if(ch!=" "&&ch!="\t"&&ch!="\n"&&ch!="\r"&&ch!="\f")break}b++;return c.substring(a,b)}function GetAttributeFromItemTable(a,d,c){ULSA13:;var b=a!=null?a.getAttribute(d):null;if(b==null&&a!=null&&c!=null)b=a.getAttribute(c);return b}function ShowMtgNavigatorPane(){ULSA13:;document.getElementById("MeetingNavigatorPane").style.display="block"}function HideMtgNavigatorPane(){ULSA13:;document.getElementById("MeetingNavigatorPane").style.display="none"}function HideMtgDesc(){ULSA13:;document.getElementById("MeetingDescription").style.display="none"}function GetMultipleUploadEnabled(){ULSA13:;try{if(browseris.ie5up&&!browseris.mac&&new ActiveXObject("STSUpld.UploadCtl"))return true}catch(a){}return false}function SetUploadPageTitle(){ULSA13:;if(GetUrlKeyValue("Type")==1){document.title=L_NewFormClickOnce1_Text;if(browseris.ie||browseris.nav6up){var a=document.getElementById("onetidTextTitle");if(a!=null)a.innerHTML=L_NewFormClickOnce1_Text}}}function GetSelectedValue(a){ULSA13:;if(a&&a.selectedIndex>-1)return a.options[a.selectedIndex].value;else return ""}function GetSelectedText(a){ULSA13:;if(a&&a.selectedIndex>-1)return a.options[a.selectedIndex].text;else return ""}function MtgShowTimeZone(){ULSA13:;GetCookie("MtgTimeZone")=="1"&&MtgToggleTimeZone()}function FormatDate(a,b,c,d){ULSA13:;var L_Date_Text="Date:",L_Time_Text="Time:",L_DateSeparator=" - ";if(browseris.win32&&a==c)L_DateSeparator=" -\u200e ";if(a==c){document.write(L_Date_Text+" "+a);if(b!=d)document.write(" "+L_Time_Text+" "+b+L_DateSeparator+d);else document.write(" "+L_Time_Text+" "+b)}else document.write(L_Date_Text+" "+a+" ("+b+")"+L_DateSeparator+c+" ("+d+")")}function GetAlertText(c){ULSA13:;var L_DETACHEDSINGLEEXCEPT_Text="This meeting date is no longer associated with a meeting in your calendar and scheduling program. Either this meeting date was canceled, or the link to the workspace was removed from the scheduled meeting.",L_DETACHEDCANCELLEDEXCEPT_Text="This meeting date was canceled from your calendar and scheduling program. To specify what you want to do with the associated information in the workspace, do the following: In the Meeting Series pane, point to the meeting date, and in the drop-down list, click Keep, Delete, or Move.",L_DETACHEDUNLINKEDSINGLE_Text="This meeting date is no longer linked to the associated meeting in your calendar and scheduling program. To specify what you want to do with the information in the workspace, do the following: In the Meeting Series pane, point to the meeting date, and in the drop-down list, click Keep, Delete, or Move.",L_DETACHEDCANCELLEDSERIES_Text="This meeting series was canceled from your calendar and scheduling program.",L_DETACHEDUNLINKEDSERIES_Text="This meeting series is no longer linked to the associated meeting series in your calendar and scheduling program. You can keep or delete the workspace. If you keep the workspace, you will not be able to link it to another scheduled meeting.",L_DETACHEDSERIESNOWSINGLE_Text="This meeting was changed in your calendar and scheduling program from a recurring meeting to a nonrecurring meeting. You can keep or delete the workspace. If you keep the workspace, you will not be able to link it to another scheduled meeting.",L_DETACHEDSINGLENOWSERIES_Text="This meeting was changed in your calendar and scheduling program from a nonrecurring meeting to a recurring meeting. The current workspace does not support a recurring meeting. In your scheduling program, unlink the meeting from the workspace, and then link the meeting again to a new workspace. The new workspace will automatically support a recurring meeting.",L_DETACHEDNONGREGORIANCAL_Text="This meeting was created using a calendar and scheduling program that only supports series updates to the Meeting Workspace. Changes you make to individual occurrences of meetings in that program will not appear in the workspace.",L_DETACHEDPASTEXCPMODIFIED_Text="This past meeting was modified or canceled from your calendar and scheduling program. To keep, delete or move this meeting in the workspace, use the drop-down menu next to its date in the Meeting Series pane. To update the scheduling information for this meeting in the workspace, use your scheduling program to update this specific meeting occurrence.",a=c&16-1,b=c-a;if(a)switch(a){case 1:return g_meetingCount==1?L_DETACHEDSINGLEEXCEPT_Text:L_DETACHEDCANCELLEDEXCEPT_Text;case 2:return L_DETACHEDCANCELLEDSERIES_Text;case 3:return L_DETACHEDCANCELLEDEXCEPT_Text;case 4:return g_meetingCount==1?L_DETACHEDSINGLEEXCEPT_Text:L_DETACHEDUNLINKEDSINGLE_Text;case 5:return L_DETACHEDUNLINKEDSERIES_Text;case 6:return L_DETACHEDSERIESNOWSINGLE_Text;case 7:return L_DETACHEDSINGLENOWSERIES_Text;case 8:return L_DETACHEDPASTEXCPMODIFIED_Text}else if(b)switch(b){case 16:return L_DETACHEDNONGREGORIANCAL_Text}return null}function retrieveCurrentThemeLink(){ULSA13:;for(var c,b=document.getElementsByTagName("link"),a=0;a-1){var g=c[a].substring(0,b),f=c[a].substring(b+1);JSRequest.QueryString[g]=f}}var d=JSRequest.PathName=window.location.pathname,b=d.lastIndexOf("/");if(b>-1)JSRequest.FileName=d.substring(b+1);else JSRequest.PageName=d}};var ExpGroupWPListName="WSS_ExpGroupWPList",ExpGroupCookiePrefix="WSS_ExpGroup_",ExpGroupCookieDelimiter="&",ExpGroupMaxWP=11,ExpGroupMaxCookieLength=3960,g_ExpGroupQueue=[],g_ExpGroupCAMLQueue=[],g_ExpGroupXSLTQueue=[],g_ExpGroupSeparateQueues=false,g_ExpGroupInProgress=false,g_ExpInitializing=false,g_ExpGroupTable=[],g_ExpGroupNeedsState=false,g_ExpGroupParseStage=false;function ExpCollGroup(c,h,m,l){ULSA13:;if(m!=null)g_ExpGroupNeedsState=true;if(document.getElementById("titl"+c)==null)return;viewTable=document.getElementById("titl"+c).parentNode;if(viewTable==null)return;var o=c.substr(0,c.indexOf("-")),b=window["ctx"+o];if(!b)return;!b.StateInitDone&&ctxInitItemState(b);if(b.SelectAllCbx==null)b.SelectAllCbx=getSelectAllCbxFromTable(viewTable);tbodyTags=viewTable.getElementsByTagName("TBODY");numElts=tbodyTags.length;len=c.length;img=document.getElementById(h);if(img==null)return;srcPath=img.src;index=srcPath.lastIndexOf("/");h=srcPath.slice(index+1);var d=false;if(h=="plus.gif"||g_ExpInitializing){d=true;displayStr="";img.src="/_layouts/images/minus.gif"}else{d=false;displayStr="none";img.src="/_layouts/images/plus.gif"}for(var j=0;jlen+4&&c==a.id.slice(4).substr(0,len)){if(d){index=a.id.indexOf("_",len+4);if(index!=-1){index=a.id.indexOf("_",index+1);if(index!=-1)continue}}var n=a.style.display;a.style.display=displayStr;var g=0;if(a.getAttribute("selectableRows"))g=Number(a.getAttribute("selectableRows"));if(typeof FV4UI!="undefined"&&FV4UI()&&g)if(!d){if(n!="none")b.TotalListItems-=g;DeselectCollapsedGroup(b,a);UpdateSelectAllCbx(b,true)}else{b.TotalListItems+=g;UpdateSelectAllCbx(b,false)}if(d&&a.id.substr(0,4)=="titl"){imgObj=document.getElementById("img_"+a.id.slice(4));imgObj.src="/_layouts/images/plus.gif"}var k="tbod"+c;if(a.id.substr(0,k.length)==k){if(l)for(var e=0;e";ExpGroupRenderData(d,b,"false");if(!g_ExpGroupInProgress){var c=ExpGroupFetchGroupString(b);if(c==null){var d='