﻿function ULSA13(){var a={};a.ULSTeamName="Microsoft SharePoint Foundation";a.ULSFileName="init.js";return a}var L_Infobar_Send_Error_Text="No se pudo enviar el informe de errores de JavaScript. Consulte los detalles del error original.",ULS;if(!ULS)ULS={};ULS.OriginalOnError=window.onerror;window.onerror=ULSOnError;function ULSTrim(a){a:;a=a.replace(/^\s*/,"");a=a.replace(/\s*$/,"");return a}function ULSEncodeXML(a){a:;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){a:;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){a:;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){a:;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){a:;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(){a:;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(){a:;ULS.request.readyState==4&&ULS.request.status==200&&ULSFinishErrorHandling();(ULS.request.readyState==0||ULS.request.readyState==4)&&ULS.request.status>200&&ULSFinishErrorHandling()}function ULSFinishErrorHandling(){a:;ULS.message=null}function ULSGetWebServiceUrl(){a:;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(){a:;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('<?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){a:;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){a:;return ULSSendExceptionImpl(b,c,a,ULSOnError.caller)}function ULSSendException(b){a:;var a=b.message;if(typeof a=="undefined")a=b;ULSSendExceptionImpl(a,document.location.href,0,ULSSendException.caller)}function Browseris(){a:;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){a:;return document.getElementById(a)}function newE(a){a:;return document.createElement(a)}function wpf(){a:;return document.forms[MSOWebPartPageFormName]}function startReplacement(){}function AttachEvent(c,b,a){a:;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){a:;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){a:;a.cancelBubble=true;a.preventDefault&&a.preventDefault();a.stopPropogation&&a.stopPropogation();a.returnValue=false;return false}function GetEventSrcElement(a){a:;if(browseris.nav)return a.target;else return a.srcElement}function GetEventKeyCode(a){a:;if(browseris.nav)return a.which;else return a.keyCode}function GetInnerText(a){a:;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){a:;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){a:;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){a:;return escapeProperlyCoreCore(a,false,false,false)}function escapeProperlyCore(b,a){a:;return escapeProperlyCoreCore(b,a,false,false)}function escapeUrlForCallback(a){a:;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){a:;if(a.substr(0,4)=="http"||a.substr(0,1)=="/"||a.indexOf(":")==-1)return a;else{var L_InvalidPageUrl_Text="Dirección URL de la página no válida: ";alert(L_InvalidPageUrl_Text);return ""}}function SelectRibbonTab(b,c){a:;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(){a:;return typeof _fV4UI!="undefined"&&_fV4UI}var itemTable=null,currentCtx=null,g_OfflineClient=null;function TakeOfflineDisabled(d,b,c,a){a:;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){a:;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){a:;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){a:;var a=GetGotoLinkUrl(b);if(a==null)return;if(isPortalTemplatePage(a))window.top.location=STSPageUrlValidation(a);else window.location=STSPageUrlValidation(a)}function GoToLinkOrDialogNewWindow(a){a:;if(a.href==null)return;if(window.location.search.match("[?&]IsDlg=1"))window.open(a.href);else GoToLink(a)}function GoToDiscussion(b){a:;var c=b.indexOf("?")>=0?"&":"?",a=GetSource();if(a!=null&&a!="")b+=c+"TopicsView="+a;STSNavigate(b)}function GetCurrentEltStyle(b,c){a:;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){a:;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 DeferCall(){a:;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="Se han pasado demasiados argumentos a DeferCall";alert(L_TooManyDefers_Text)}return null}var L_ContainIllegalChar_Text="^1 contiene un carácter no válido '^2'.",L_ContainIllegalString_Text="^1 contiene una subcadena o caracteres no válidos.",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){a:;for(var c,a=1;a<AdmBuildParam.arguments.length;a++){c=new RegExp("\\^"+a);b=b.replace(c,AdmBuildParam.arguments[a])}return b}function IndexOfIllegalCharInUrlLeafName(b){a:;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){a:;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){a:;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){a:;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){a:;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){a:;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){a:;var a=document.getElementById(d);if(a==null)return;if(c==true||a.getAttribute("AlwaysEnableSilent")==true)a.enabled=b==true;else ValidatorEnable(a,b)}typeof Sys!="undefined"&&Sys&&Sys.Application&&Sys.Application.notifyScriptLoaded();typeof NotifyScriptLoadedAndExecuteWaitingJobs=="function"&&NotifyScriptLoadedAndExecuteWaitingJobs("commonvalidation.js");function encodeScriptQuote(f){a:;for(var c=new String(f),b=[],a=0,e=c.length,a=0;a<e;a++){var d=c.charAt(a);b.push(d=="'"?"%27":d)}return b.join("")}function STSHtmlEncode(b){a:;if(null==b||typeof b=="undefined")return "";for(var d=new String(b),a=[],c=0,f=d.length,c=0;c<f;c++){var e=d.charAt(c);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){a:;a=a.toString();a=a.replace(/&/g,"&amp;");a=a.replace(/\"/g,"&quot;");a=a.replace(/\r/g,"&#13;");return '"'+a+'"'}function STSScriptEncode(e){a:;if(null==e||typeof e=="undefined")return "";for(var d=new String(e),a=[],c=0,g=d.length,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){a:;return '"'+STSScriptEncode(a)+'"'}var L_Language_Text="3082",L_ClickOnce1_text="Ya está intentando guardar este elemento. Si lo intenta de nuevo, puede crear información duplicada. ¿Desea volver a guardar este elemento?",L_STSRecycleConfirm_Text="¿Está seguro de que desea enviar los elementos a la Papelera de reciclaje del sitio?",L_STSRecycleConfirm1_Text="¿Confirma que desea enviar esta carpeta y todo su contenido a la Papelera de reciclaje del sitio?",L_STSRecycleConfirm2_Text="¿Está seguro de que desea enviar esta colección de documentos y todo su contenido a la Papelera de reciclaje del sitio?",L_STSDelConfirm_Text="¿Está seguro de que desea eliminar permanentemente los elementos?",L_STSDelConfirm1_Text="¿Está seguro de desea eliminar permanentemente esta carpeta y todo su contenido?",L_STSDelConfirm2_Text="¿Está seguro de que desea eliminar permanentemente esta colección de documentos y todo su contenido?",L_NewDocLibTb1_Text="No se pudo crear el documento. \nEs posible que la aplicación necesaria no esté instalada correctamente o que no se pueda abrir la plantilla de este biblioteca de documentos.\n\nIntente lo siguiente:\n1. Compruebe el nombre de la plantilla establecido en la Configuración general de esta biblioteca de documentos. Si la aplicación estaba configurada para instalarse la primera vez que se usara, ejecute la aplicación y vuelva a intentar crear un nuevo documento.\n\n2. Si tiene permiso para modificar esta biblioteca de documentos, vaya a su Configuración general y configure la nueva plantilla.",L_NewDocLibTb2_Text="'Nuevo documento' requiere una aplicación compatible con Microsoft SharePoint Foundation y un explorador web. Para agregar un documento a esta biblioteca de documentos, haga clic en el botón 'Cargar documento'.",L_CheckoutConfirm="Va a desproteger los archivos seleccionados.",L_DiscardCheckoutConfirm="Va a descartar los cambios realizados en los archivos desprotegidos seleccionados.",L_NewFormLibTb1_Text="No se pudo crear el documento.\nPuede que la aplicación requerida no esté instalada correctamente o que no pueda abrirse la plantilla de esta biblioteca de documentos.\n\nPruebe lo siguiente:\n1. Compruebe la Configuración general del nombre de la plantilla para esta biblioteca de documentos e instale la aplicación necesaria para abrir dicha plantilla. Si la aplicación se configuró para permitir la instalación la primera vez que se utiliza, ejecútela e intente crear un nuevo documento.\n\n2.  Si tiene permiso para modificar esta biblioteca de documentos, vaya a la Configuración general de la biblioteca y configure una nueva plantilla.",L_NewFormLibTb2_Text="Esta característica requiere Microsoft Internet Explorer 7.0 o posterior y un editor XML compatible con Microsoft SharePoint Foundation, como Microsoft InfoPath.",L_ConfirmCheckout_Text="Debe desproteger este elemento antes de hacer cambios. ¿Desea desproteger este elemento ahora?",L_MustCheckout_Text="Debe desproteger este elemento antes de realizar cambios.",L_CheckOutRetry_Text="Error de desprotección. ¿Desea volver a intentar desprotegerlo desde el servidor?",L_CannotEditPropertyForLocalCopy_Text="No puede editar las propiedades de un documento si está desprotegido o se está modificando sin conexión.",L_CannotEditPropertyCheckout_Text="No puede editar las propiedades de este documento mientras esté desprotegido o bloqueado por otro usuario.",L_NewFormClickOnce1_Text="Nueva carpeta",L_EnterValidCopyDest_Text="Escriba una dirección URL de carpeta válida y un nombre de archivo. La dirección URL de la carpeta debe comenzar por \\'http:\\' o \\'https:\\'.",L_ConfirmUnlinkCopy_Text="Como este elemento es una copia, aún puede estar recibiendo actualizaciones desde su origen. Debe asegurarse de eliminar este elemento de la lista de elementos de origen para actualizar. De lo contrario, este elemento puede seguir recibiendo actualizaciones. ¿Confirma que desea quitar el vínculo de este elemento?",L_CopyingOfflineVersionWarning_Text="Tiene este documento desprotegido localmente. Sólo pueden copiarse las versiones almacenadas en el servidor. Para copiar la versión secundaria más reciente, haga clic en Aceptar. Para copiar la versión actualmente desprotegida, haga clic en Cancelar, proteja el documento y vuelva a intentar la operación de copia.",L_Loading_Text="Cargando...",L_Loading_Error_Text="Error al recuperar los datos. Actualice la página y vuelva a intentarlo.",L_Inplview_PageNotYetSaved="la página todavía no se guardó",L_WarnkOnce_text="Este elemento contiene un patrón de frecuencia. Si guarda los cambios no podrá volver al patrón anterior.",L_WebFoldersRequired_Text="Espere a que se cargue la vista del explorador. Si la vista del explorador no aparece, puede que el explorador no lo admita.",L_WebFoldersError_Text="Su cliente no admite la apertura de esta lista con el Explorador de Windows.",L_NoExplorerView_Text="Para ver sus documentos, navegue hasta la biblioteca y seleccione la acción \\'Abrir con el Explorador\\'. Si esta acción no está disponible, su sistema no la admite.",L_WikiWebPartNoClosedOrUploaded="No se admiten elementos web cerrados ni elementos web cargados.",L_AccessibleMenu_Text="Menú",L_SubMenu_Text="Submenú",L_NewBlogPost_Text="Esta característica requiere Microsoft Internet Explorer 7.0 o posterior y un editor de blogs compatible con Microsoft SharePoint Foundation, como Microsoft Word 2007 o posterior.",L_NewBlogPostFailed_Text="No se pudo conectar el programa de blog porque está ocupado o falta. Compruebe el programa y vuelva a intentarlo.",recycleBinEnabled=0,cascadeDeleteWarningMessage="",bIsFileDialogView=false,g_ViewIdToViewCounterMap=[],g_ctxDict=[];function NotifyBrowserOfAsyncUpdate(){a:;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(){a:;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){a:;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){a:;document.cookie=a+"=; expires=Thu, 01-Jan-70 00:00:01 GMT"}function GetCookie(d){a:;for(var c=document.cookie.split("; "),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(){a:;return GetCookie("WSS_AccessibilityFeature")=="true"}function escapeForSync(e){a:;for(var b="",d=0,c=0,g="\\&|[]",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){a:;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){a:;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){a:;var a=null;if((browseris.ie55up||browseris.nav6up)&&typeof decodeURIComponent!="undefined")a=decodeURIComponent(b);else a=unescapeProperlyInternal(b);return a}function navigateMailToLink(a){a:;window.location="mailto:?body="+escapeProperly(a)}function navigateMailToLinkWithMessage(b,a){a:;window.location="mailto:"+escapeProperly(b)+"?body="+escapeProperly(escapeProperlyCoreCore(a,false,false,true))}function newBlogPostOnClient(b,d,c){a:;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){a:;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){a:;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(){a:;return (browseris.winnt||browseris.win32||browseris.win64bit)&&browseris.firefox3up}function IsFirefoxOnWindowsPluginInstalled(){a:;return navigator.mimeTypes&&navigator.mimeTypes["application/x-sharepoint"]&&navigator.mimeTypes["application/x-sharepoint"].enabledPlugin}function CreateFirefoxOnWindowsPlugin(){a:;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(){a:;return browseris.mac&&(browseris.firefox3up||browseris.safari3up)}function IsBrowserPluginInstalled(a){a:;return navigator.mimeTypes&&navigator.mimeTypes[a]&&navigator.mimeTypes[a].enabledPlugin}function IsMacPluginInstalled(){a:;var a=IsBrowserPluginInstalled("application/x-sharepoint-webkit"),b=IsBrowserPluginInstalled("application/x-sharepoint");if(browseris.safari3up&&a)return true;return b}function CreateMacPlugin(){a:;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){a:;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){a:;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;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{b=f;c=e;document.cookie="stsSyncAppName="+escapeProperly(f);document.cookie="stsSyncIconPath="+escapeProperly(e)}}else{b=GetCookie("stsSyncAppName");c=GetCookie("stsSyncIconPath");if(b=="0")return a}var L_LinkToBefore_Text="Conectar a ",L_LinkToAfter_Text="";b=L_LinkToBefore_Text+b+L_LinkToAfter_Text;a={};a.BtnText=b;a.BtnImagePath=c;return a}function GetStssyncAppName(b){a:;var a=GetStssyncData("",b,"","");return a.BtnText}function makeAbsUrl(a){a:;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){a:;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="El título de esta lista es demasiado largo. Acórtelo y vuelva a intentarlo.";if(d.length>g)alert(L_StssyncTooLong_Text);else try{window.location.href=d}catch(p){}}}var g_objDiagramLaunch;function GetDiagramLaunchInstalled(){a:;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(){a:;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(){a:;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(){a:;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){a:;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){a:;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){a:;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){a:;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){a:;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){a:;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){a:;try{a.setAttribute&&a.setAttribute("disabled",b);!b&&a.removeAttribute&&a.removeAttribute("disabled")}catch(c){}}function SetControlDisabledStatusRecursively(a,c){a:;if(a==null)return;SetControlDisabledStatus(a,c);for(var d=a.childNodes,b=0;d.length>b;b++)SetControlDisabledStatusRecursively(d.item(b),c)}function SetChildControlsDisabledStatus(d,c){a:;for(var b=d.childNodes,a=0;a<b.length;a++)SetControlDisabledStatusRecursively(b.item(a),c)}var g_PNGImageIds,g_PNGImageSources;function displayPNGImage(e,d,b,a,f){a:;if(g_PNGImageIds==null)g_PNGImageIds=[];if(g_PNGImageSources==null)g_PNGImageSources=[];var c=null;document.write("<IMG id='"+e+"' ");b&&b>0&&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(){a:;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(){a:;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){a:;a.TotalListItems=0;a.CurrentSelectedItems=0;a.LastSelectableRowIdx=0;a.StateInitDone=true}function STSPageUrlValidation(a){a:;return PageUrlValidation(a)}function GetSource(a){a:;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){a:;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){a:;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){a:;if(GetUrlKeyValue("PortalTemplate")=="1"||GetUrlKeyValue("PortalTemplate",a)=="1"||currentCtx!=null&&currentCtx.isPortalTemplate)return true;else return false}function CLVPFromEvent(a){a:;return DeferCall("CLVPFromEventReal",a)}function STSNavigateToView(b,a){a:;STSNavigate(a)}function STSNavigate2(b,a){a:;STSNavigate(a)}function STSNavigate(a){a:;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){a:;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){a:;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){a:;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){a:;var b=a!=null?a.getAttribute(d):null;if(b==null&&a!=null&&c!=null)b=a.getAttribute(c);return b}function ShowMtgNavigatorPane(){a:;document.getElementById("MeetingNavigatorPane").style.display="block"}function HideMtgNavigatorPane(){a:;document.getElementById("MeetingNavigatorPane").style.display="none"}function HideMtgDesc(){a:;document.getElementById("MeetingDescription").style.display="none"}function GetMultipleUploadEnabled(){a:;try{if(browseris.ie5up&&!browseris.mac&&new ActiveXObject("STSUpld.UploadCtl"))return true}catch(a){}return false}function SetUploadPageTitle(){a:;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){a:;if(a&&a.selectedIndex>-1)return a.options[a.selectedIndex].value;else return ""}function GetSelectedText(a){a:;if(a&&a.selectedIndex>-1)return a.options[a.selectedIndex].text;else return ""}function MtgShowTimeZone(){a:;GetCookie("MtgTimeZone")=="1"&&MtgToggleTimeZone()}function FormatDate(a,b,c,d){a:;var L_Date_Text="<b>Fecha:</b>",L_Time_Text="<b>Hora:</b>",L_DateSeparator=" - ";if(browseris.win32&&a==c)L_DateSeparator=" -‎ ";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){a:;var L_DETACHEDSINGLEEXCEPT_Text="Esta fecha de reunión ya no está asociada con una reunión del programa de agenda o del calendario. Esta fecha de reunión se ha cancelado o el vínculo al área de trabajo se ha eliminado de la reunión programada.",L_DETACHEDCANCELLEDEXCEPT_Text="Esta fecha de reunión se ha cancelado en el programa de agenda y el calendario. Para especificar lo que desea hacer con la información asociada que hay en el área de trabajo, lleve a cabo las siguientes acciones: en el panel Serie de reuniones, señale la fecha de la reunión y en la lista desplegable, haga clic en Mantener, Eliminar o Mover.",L_DETACHEDUNLINKEDSINGLE_Text="Esta fecha de reunión ya no está asociada con una reunión del programa de agenda o del calendario. Para especificar lo que desea hacer con la información asociada que hay en el área de trabajo, lleve a cabo las siguientes acciones: en el panel Serie de reuniones, señale la fecha de la reunión y en la lista desplegable, haga clic en Mantener, Eliminar o Mover.",L_DETACHEDCANCELLEDSERIES_Text="Esta serie de reuniones se ha cancelado en el programa de agenda y calendario.",L_DETACHEDUNLINKEDSERIES_Text="El evento de reunión programada y periódica asociado con esta área de trabajo se ha desvinculado del área de trabajo. Puede mantener o eliminar esta área de trabajo periódica. Si mantiene el área de trabajo, no podrá vincularla a otra reunión programada.",L_DETACHEDSERIESNOWSINGLE_Text="Esta reunión se ha modificado en el programa de agenda y calendario de una reunión periódica a una no periódica. Puede mantener o eliminar esta área de trabajo. Si mantiene el área de trabajo, no podrá vincularla a otra reunión programada.",L_DETACHEDSINGLENOWSERIES_Text="Esta reunión se ha modificado en el programa de agenda y calendario de una reunión no periódica a una periódica. El área de trabajo actual no admite una reunión periódica. En el programa de agenda, quite el vínculo de la reunión del área de trabajo y vuelva a vincularla a una nueva área de trabajo. Esta nueva área admitirá automáticamente las reuniones periódicas.",L_DETACHEDNONGREGORIANCAL_Text="Esta reunión se creó en un programa de agenda y calendario que sólo admite actualizaciones de serie en el área de reuniones. Los cambios que realice a las repeticiones individuales de las reuniones en ese programa no aparecerán en el área de trabajo.",L_DETACHEDPASTEXCPMODIFIED_Text="La reunión ya pasada se ha modificado o cancelado en el programa de agenda y el calendario. Para mantener, eliminar o mover esta reunión en el área de trabajo, utilice el menú desplegable situado junto a la fecha en el panel Serie de reuniones. Para actualizar la fecha de programación de esta reunión en el área de trabajo, utilice el programa de agenda para actualizar esta aparición de reunión.",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(){a:;for(var c,b=document.getElementsByTagName("link"),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){a:;for(var c,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(){a:;if(JSRequest.QueryString!=null)return;JSRequest.QueryString=[];for(var e=window.location.search.substring(1),c=e.split("&"),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){a:;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;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(){a:;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");isLoaded=="false"&&ExpGroupFetchData(c,m)}}}}function ExpGroupFetchData(a,b){a:;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");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))g_ExpGroupQueue.length>0&&b==null&&ExpGroupFetchData(g_ExpGroupQueue.shift())}else g_ExpGroupQueue.push(a)}function ExpGroupCallServer(groupString,groupName,evt){a:;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(){a:;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){a:;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(){a:;inplview.ExpGroup(b,c)};EnsureScript(d[0],a,e)}}}else SodDispatchEvent("inplview",typeof InitAllClvps,b)}function DoPagingCallback(webPartID,pagingParam){a:;if(webPartID!=null){var functionName="DoPagingCallback"+webPartID,functionCall=functionName+"('"+pagingParam+"')";eval(functionCall)}}function ExpGroupReceiveData(a,c){a:;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");ProcessImn();g_ExpGroupInProgress=false;g_ExpGroupQueue.length>0&&ExpGroupFetchData(g_ExpGroupQueue.shift())}function ExpGroupRenderData(d,a,e){a:;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){a:;titlTbody=document.getElementById("titl"+b);if(titlTbody==null)return null;else{var a=titlTbody.getAttribute("groupString");return a}}function ExpGroupFetchWebPartID(b){a:;var c=b.substring(0,b.indexOf("-")),a=document.getElementById("GroupByWebPartID"+c);if(a==null)return null;return a.getAttribute("webPartID")}function RenderActiveX(a){a:;document.write(a)}function OnItem(a){a:;DeferCall("OnItemDeferCall",a)}function OnChildItem(c){a:;for(var b=0;b<c.childNodes.length;b++){var a=c.childNodes[b];if(a.nodeType==1&&a.tagName=="TABLE"&&a.getAttribute("NameOrTitle"))break;if(a.nodeType==1&&a.tagName=="DIV"&&a.style.display!="none"&&a.style.visibility!="hidden"){OnItem(a);break}}}function OnLink(a){a:;DeferCall("OnLinkDeferCall",a)}function MMU_PopMenuIfShowing(a){a:;DeferCall("MMU_PopMenuIfShowingDeferCall",a)}function OnMouseOverFilter(a){a:;DeferCall("OnMouseOverFilterDeferCall",a)}function OnChildColumn(c){a:;for(var 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){a:;DeferCall("MMU_EcbTableMouseOverOutDeferCall",b,a)}function OnMouseOverAdHocFilter(b,a){a:;DeferCall("OnMouseOverAdHocFilterDeferCall",b,a)}function MMU_EcbLinkOnFocusBlur(c,b,a){a:;DeferCall("MMU_EcbLinkOnFocusBlurDeferCall",c,b,a)}function GetElementByClassName(a,d){a:;if(a.className)if(a.className.indexOf(d)>-1)return a;for(var b,c=0;c<a.childNodes.length;c++){b=GetElementByClassName(a.childNodes[c],d);if(b!=null)return b}return null}function AddWhiteBG(){a:;if(searcharea.className.indexOf(" "+whitebgclass)==-1){var a=searcharea.className.trim()+" "+whitebgclass;a=a.trim();searcharea.className=a}}function RemoveWhiteBG(){a:;if(locked)return;searcharea.className=searcharea.className.replace(" "+whitebgclass,"")}var locked=false;function LockBG(){a:;locked=!locked;if(locked)AddWhiteBG();else RemoveWhiteBG()}var searcharea,searchbox,searchimage,whitebgclass;function InitSearchBoxStyleEvents(c,d,a,b){a:;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){a:;if(!c)return false;for(var d=c.split("."),e=d.length,a=window,b=0;b<e;b++){a=a[d[b]];if(typeof a=="undefined")return false}return true}function TypeofFullName(c){a:;if(!c)return "undefined";for(var d=c.split("."),e=d.length,a=window,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){a:;this.url=a;this.loaded=false;this.depkeys=null;this.state=Sods.missing;this.qfn=null}function RegisterSod(a,c){a:;a=NormalizeSodKey(a);var b=new Sod(c);_v_dictSod[a]=b}function RegisterSodDep(b,c){a:;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){a:;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){a:;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){for(var g=true,f=a.depkeys.length,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];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){a:;var c=function(){a:;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(){a:;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){a:;if(c!="undefined"){b!=null&&b();return true}a=NormalizeSodKey(a);LoadSodByKey(a,b);return false}function EnsureScriptFunc(a,b,c){a:;EnsureScript(a,TypeofFullName(b),c)}function EnsureScriptParams(){a:;if(arguments.length<2)return;var a=arguments,c=Array.prototype.shift.call(a),b=Array.prototype.shift.call(a),d=function(){a:;for(var e=b.split("."),c=window,d=0,f=e.length;d<f;d++)c=c[e[d]];c.apply(null,a)};EnsureScriptFunc(c,b,d)}function NormalizeSodKey(a){a:;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){a:;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){a:;var c=SodCloneEvent(a),b;if(browseris.ie)b=function(){a:;c.srcElement.fireEvent("onclick",c)};else{var f=a.target;b=function(){a:;f.dispatchEvent(c)}}if(!EnsureScript(d,e,b))if(browseris.ie)a.cancelBubble=true;else a.stopPropagation()}function AddTabHeadHandler(b,c){a:;var a=document.getElementById(b);if(a!=null){var d=a.getElementsByTagName("A")[0];AddEvtHandler(d,"onclick",c)}}function LoadWPAdderOnDemand(){a:;if(typeof loadWPAdderCallback=="function"){var a;try{a=typeof WPAdderClass.load}catch(e){a="undefined"}if(a!="undefined")WPAdderClass.load(loadWPAdderCallback);else{var d="WPAdderClass.load",b=d.split(".");if(b.length>1){var c=function(){a:;WPAdderClass.load(loadWPAdderCallback)};EnsureScript(b[0],a,c)}}}}function showSaveConflictDialog(d,c,e,b,g,f){a:;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(){a:;ribbon.showSaveConflictDialog(d,c,e,b,g,f)};EnsureScript(h[0],a,i)}}}function ClkElmt(a){a:;if(browseris.ie)a.click();else FFClick(a)}function EnsureSelectionHandlerOnFocus(c,b,a){a:;DeferCall("EnsureSelectionHandlerOnFocusDeferred",c,b,a)}function EnsureSelectionHandler(b,c,a){a:;DeferCall("EnsureSelectionHandlerDeferred",b,c,a)}function StopEvt(a){a:;!browseris.ie&&a.stopPropagation()}function FFGetElementsById(e,c){a:;var b=[],a=e.getElementById(c);while(a!=null){b.push(a);a.id="";a=e.getElementById(c)}for(var d=0;d<b.length;d++)b[d].id=c;return b}function GetElementsByName(b){a:;var a=document.getElementsByName(b);if(a.length==0&&window.XMLHttpRequest)a=FFGetElementsById(document,b);return a}function AddEvtHandler(c,a,b){a:;if(browseris.ie)c.attachEvent(a,b);else c.addEventListener(a.substr(2),b,false)}function HideListViewRows(a){a:;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){a:;var a=getSelectAllCbxFromTable(b);if(a)a.checked=false}function getSelectAllCbxFromTable(e){a:;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){a:;var h=GetEventSrcElement(d),a=h;while(a!=null&&(a.className==null||a.className.indexOf("s4-wpcell")<0)){if(a.tagName=="A")return;if(a.tagName=="DIV"&&a.className!=null&&a.className.indexOf("s4-ctx")!=-1)return;if(a.tagName=="TH"&&a.className!=null&&a.className.indexOf("ms-vh2")!=-1)return;a=a.parentNode}typeof ChevronContainer!="undefined"&&ChevronContainer!=null&&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(){a:;ribbon.SelectWp(a)};EnsureScript(c[0],b,e)}}}}function WpKeyUp(b){a:;var a=GetEventSrcElement(b);b.keyCode==32&&a&&a.tagName=="INPUT"&&(HasCssClass(a,"s4-selectAllCbx")||HasCssClass(a,"s4-itm-cbx"))&&WpClick(b)}function WzClick(e,c){a:;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(){a:;ribbon.SelectWz(a,c)};EnsureScript(d[0],b,f)}}}}function WpCbxSelect(b){a:;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(){a:;ribbon.DeselectWpWz()};EnsureScript(d[0],a,f)}}}TrapMenuClick(b);if(b.type!="keyup")c.className="ms-WPHeaderCbxHidden"}function WpCbxKeyHandler(b){a:;var a;if(browseris.ie)a=b.keyCode;else a=b.which;a==13&&WpCbxSelect(b)}function PopoutMenuMaybeSwapImage(b,c,d){a:;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){a:;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){a:;var a=document.getElementById(c);SwapImageInternal(a,b)}function SwapImageInternal(a,b){a:;if(a&&typeof a!="undefined")a.src=b}function GetViewportHeight(){a:;if(typeof window.innerHeight!="undefined")viewportHeight=window.innerHeight;else viewportHeight=document.documentElement.clientHeight;return viewportHeight}function GetViewportWidth(){a:;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(){a:;if(g_frl)return;var a=GetViewportHeight(),b=GetViewportWidth();if(g_viewportHeight==a&&g_viewportWidth==b)return;g_viewportHeight=a;g_viewportWidth=b;window.setTimeout(FixRibbonAndWorkspaceDimensions,0)}function FixRibbonAndWorkspaceDimensions(){a:;g_frl=true;var b=GetCachedElement("s4-ribbonrow"),a=GetCachedElement("s4-workspace"),f=GetCachedElement("s4-titlerow"),c=GetCachedElement("s4-bodyContainer");if(!b||!a||!c)return;if(!g_setWidthInited){var h=true;if(a.className.indexOf("s4-nosetwidth")>-1)h=false;g_setWidth=h;g_setWidthInited=true}else var h=g_setWidth;var l=RibbonIsMinimized()?44:135,j=l+g_wpadderHeight;if(GetCurrentEltStyle(b,"visibility")=="hidden")j=0;b.style.height=j+"px";var d=g_viewportHeight;if(null===d){d=GetViewportHeight();g_viewportHeight=d}var e=d-b.offsetHeight-AbsTop(b);if(e<0)e=0;a.style.height=e+"px";if(h){a.style.width=document.documentElement.clientWidth+"px";if(c.offsetWidth<a.clientWidth)c.style.width=a.clientWidth+"px";if(f){f.style.width=Math.max(c.offsetWidth-1,0)+"px";f.className+=" ms-titlerowborder"}}var m=browseris.ie&&browseris.iever==7&&!browseris.ie8standard;if(!g_setScrollPos){browseris.firefox&&browseris.firefox36up&&window.scroll(0,0);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}for(var k=[].concat(g_workspaceResizedHandlers),i=0,n=k.length;i<n;i++)k[i]();g_frl=false}function RibbonIsMinimized(){a:;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){a:;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;(d!=b||!e)&&FixRibbonAndWorkspaceDimensions()}function setInnerText(a,b){a:;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){a:;var c=a.ownerDocument;if(c.createTextNode){var d=c.createTextNode(b);a.innerHTML="";a.appendChild(d)}else a.innerText=b}function CatchCreateError(){a:;return true}if(typeof ExpandBody=="undefined"){var preventSafariParseError=true;function ExpandBody(c,b){a:;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){a:;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){a:;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){a:;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){a:;if(a!=null&&a.dictSel!=null)return a.dictSel;return null}function RemoveOnlyPagingArgs(a){a:;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){a:;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){a:;if(v_stsOpenDoc2==null||v_strStsOpenDoc2!=a){v_stsOpenDoc2=null;v_strStsOpenDoc2=null;if(window.ActiveXObject)try{v_stsOpenDoc2=new ActiveXObject(a);v_strStsOpenDoc2=a}catch(c){v_stsOpenDoc2=null;v_strStsOpenDoc2=null}else if(IsSupportedMacBrowser()&&a.indexOf("SharePoint.OpenDocuments")>=0){var b=CreateMacPlugin();if(b!=null){v_stsOpenDoc2=b;v_strStsOpenDoc2="SharePoint.MacPlugin"}}else if(IsSupportedFirefoxOnWin()&&a.indexOf("SharePoint.OpenDocuments")>=0){var b=CreateFirefoxOnWindowsPlugin();if(b!=null){v_stsOpenDoc2=b;v_strStsOpenDoc2="SharePoint.FFWinPlugin"}}}return v_stsOpenDoc2}function StURLSetVar2(a,c,g){a:;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){a:;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(){a:;var a=this.path+this.query+this.hash;return a}function RemoveQueryParameterFromUrl(a,c){a:;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){a:;var a=b.toLowerCase();if(-1==a.search("^http://")&&-1==a.search("^https://"))return false;return true}function AbsLeft(c){a:;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){a:;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(){a:;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(){a:;deleteInstance=1;return DeleteItemConfirmation()}function CancelMultiPageConfirmation(b){a:;var L_DeletePartialResponse1_text="Se ha guardado una respuesta de encuesta parcial. Haga clic en Aceptar para eliminar la respuesta de encuesta parcial. Si desea continuar con esta encuesta más adelante, haga clic en Cancelar. Su respuesta parcial se encuentra en la vista de encuesta Todas las respuestas.\n\n¿Desea enviar la respuesta parcial a la Papelera de reciclaje del sitio?",L_DeletePartialResponse2_text="Se ha guardado una respuesta de encuesta parcial. Haga clic en Aceptar para eliminar la respuesta de encuesta parcial. Si desea continuar con esta encuesta más adelante, haga clic en Cancelar. Su respuesta parcial se encuentra en la vista de encuestas Todas las respuestas.\n\n¿Desea eliminar la respuesta parcial?",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(){a:;var L_Version_Restore_Confirm_Text="Va a reemplazar la versión actual por la versión seleccionada.",a=L_Version_Restore_Confirm_Text;return confirm(a)}function DeleteItemVersionConfirmation(a){a:;var L_Version_Delete_Confirm_Text="¿Confirma que desea eliminar esta versión?",L_Version_Recycle_Confirm_Text="¿Está seguro de que desea enviar esta versión a la Papelera de reciclaje del sitio?";if(a)return confirm(L_Version_Recycle_Confirm_Text);else return confirm(L_Version_Delete_Confirm_Text)}function DeleteUserInfoItemConfirmation(){a:;var L_User_Delete_Confirm_Text="Va a eliminar este usuario.",a=L_User_Delete_Confirm_Text;return confirm(a)}function UnlinkCopyConfirmation(){a:;return confirm(L_ConfirmUnlinkCopy_Text)}function SupportsNavigateHttpFolder(){a:;return browseris.ie5up&&browseris.win32}function MtgDeletePageConfirm(){a:;var L_DeleteGlobalConfirm_Text="Esta página se va a eliminar de todas las reuniones asociadas a esta área.  ",L_DeleteConfirm_Text="¿Confirma que desea eliminar esta página?",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(){a:;if(typeof fImglibJssLoaded!="undefined")return fImglibJssLoaded;return false}function GetFirstChildElement(b){a:;for(var a=0;a<b.childNodes.length;a++)if(b.childNodes[a].nodeType==1)return b.childNodes[a];return null}function TestGCObject(a){a:;if(browseris.ie55up&&typeof a=="undefined"||a==null||a.object==null)return false;return true}function MMU_GetMenuFromClientId(a){a:;return document.getElementById(a)}function MMU_EcbLinkOnKeyDown(f,b,a){a:;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 b.getAttribute("onclick")!=null&&b.onclick();return false}else return true}var firstCalled=true,_callbackinitdelayed=false;function DeferWebFormInitCallback(){a:;if(typeof WebForm_InitCallback=="function")window["_WebForm_InitCallback"]=window["WebForm_InitCallback"];window["WebForm_InitCallback"]=function(){a:;if(firstCalled){firstCalled=false;_callbackinitdelayed=true;_spBodyOnLoadFunctionNames.push("WebForm_InitCallback")}else{_callbackinitdelayed=false;typeof window._WebForm_InitCallback=="function"&&window._WebForm_InitCallback()}};if(typeof WebForm_DoCallback=="function")window["_WebForm_DoCallback"]=window["WebForm_DoCallback"];window["WebForm_DoCallback"]=function(e,c,d,g,b,f){a:;if(_callbackinitdelayed){_callbackinitdelayed=false;if(_spBodyOnLoadFunctionNames!=null)for(var h=_spBodyOnLoadFunctionNames.length,a=0;a<h;a++)if(_spBodyOnLoadFunctionNames[a]=="WebForm_InitCallback"){_spBodyOnLoadFunctionNames.splice(a,1);break}typeof window._WebForm_InitCallback=="function"&&window._WebForm_InitCallback()}window._WebForm_DoCallback(e,c,d,g,b,f)}}function _ribbonShouldFixRtlHeaders(a){a:;return browseris.ie&&browseris.iever==7&&!browseris.ie8standard&&a}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){a:;if(!IsSupportedMacBrowser())return window.event;if(a)return a;return window.event}function GetEventTarget(a){a:;if(!IsSupportedMacBrowser())return a.srcElement;if(a.srcElement)return a.srcElement;return a.target}function EnsureIMNControl(){a:;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");if(IMNControlObj)if(IsSupportedMacBrowser())IMNControlObj.OnStatusChange="IMNOnStatusChange";else IMNControlObj.OnStatusChange=IMNOnStatusChange}catch(a){IMNControlObj=null}bIMNControlInited=true}return IMNControlObj}function IMNImageInfo(){a:;this.img=null;this.alt=""}var L_IMNOnline_Text="Disponible",L_IMNOffline_Text="Sin conexión",L_IMNAway_Text="Ausente",L_IMNBusy_Text="No disponible",L_IMNDoNotDisturb_Text="No molestar",L_IMNIdle_Text="Puede que siempre",L_IMNBlocked_Text="Bloqueado",L_IMNOnline_OOF_Text="Disponible (descanso)",L_IMNOffline_OOF_Text="Sin conexión (descanso)",L_IMNAway_OOF_Text="Ausente (descanso)",L_IMNBusy_OOF_Text="No disponible (descanso)",L_IMNDoNotDisturb_OOF_Text="No molestar (descanso)",L_IMNIdle_OOF_Text="Puede que siempre (descanso)";function IMNGetStatusImage(e,d){a:;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(){a:;var a=new IMNImageInfo;a.img="imnhdr.gif";a.alt="";return a}function IMNIsOnlineState(a){a:;if(a==1)return false;return true}function IMNSortList(e,c,d){a:;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){a:;if(IMNDictionaryObj){var c=IMNGetStatusImage(b,IMNSortableObj[a]||IMNShowOfflineObj[a]);if(IMNDictionaryObj[a]!=b){bIMNSorted&&IMNSortList(a,IMNDictionaryObj[a],b);IMNUpdateImage(a,c);IMNDictionaryObj[a]=b}}}function IMNUpdateImage(j,d){a:;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){a:;if(IMNControlObj){var a=GetCurrentEvent(b);a.altKey&&a.shiftKey&&a.keyCode==121&&IMNControlObj.DoAccelerator()}}function IMNImageOnClick(a){a:;if(IMNControlObj){IMNShowOOUIKyb(a);IMNControlObj.DoAccelerator()}}function IMNGetOOUILocation(i){a:;var e={},a=i,d=i,g=0,h=0,n=0,o=document.dir=="rtl";while(a&&a.tagName!="SPAN"&&a.tagName!="TABLE"){if(a.tagName=="TD"&&a.className.indexOf("ms-vb")>=0)break;a=a.parentNode}if(a){var b=a.tagName=="TABLE"?a.rows(0).cells(0).firstChild:a.firstChild;while(b!=null){if(b.tagName=="IMG"&&b.id){d=b;break}if(b.tagName=="A"&&b.childNodes.length>0&&b.firstChild.tagName=="IMG"&&b.firstChild.id){d=b.firstChild;break}b=b.nextSibling}}i=d;h=d.getBoundingClientRect().top-5;g=d.getBoundingClientRect().left-5;try{var c=window;while(c&&c!=c.parent){var j=c.frameElement,f=j?j.getBoundingClientRect():null,l=f?f.top:0,k=f?f.left:0;h+=l;g+=k;c=c.parent}}catch(m){}e.objSpan=a;e.objOOUI=d;e.oouiX=g;e.oouiY=h;return e}function IMNShowOOUIMouse(a){a:;IMNShowOOUI(a,0)}function IMNShowOOUIKyb(a){a:;IMNShowOOUI(a,1)}function IMNShowOOUI(i,h){a:;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(){a:;if(IMNControlObj){IMNControlObj.HideOOUI();return false}return true}function IMNScroll(){a:;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(){a:;imnCount=0;imnElems=document.getElementsByName("imnmark");imnElemsCount=imnElems.length;if(EnsureIMNControl()&&IMNControlObj.PresenceEnabled)ProcessImnMarkers();else RemoveImnAnchors()}function RemoveImnAnchors(){a:;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(){a:;for(var a=0;a<imnMarkerBatchSize;++a){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){a:;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){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){a:;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){a:;IMNImageOnClick(a);return false}function IMNSortTable(){a:;var a;for(a in IMNDictionaryObj)IMNSortList(a,1,IMNDictionaryObj[a]);bIMNSorted=true}function IMNRegisterHeader(d){a:;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(){a:;_spFormOnSubmitCalled=false}function _spResetFormOnSubmitCalledFlag(){a:;_spFormOnSubmitCalled=false}function _ribbonReadyForInit(){a:;return _spBodyOnLoadCalled}var _spBodyOnLoadCalled=false;function _spBodyOnLoadWrapper(){a:;_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}}!_spPageLoadedRegistered&&_spPageLoaded();_spFormOnSubmitCalled=false;typeof Sys!="undefined"&&typeof Sys.Net!="undefined"&&typeof Sys.Net.WebRequestManager!="undefined"&&Sys.Net.WebRequestManager.add_invokingRequest(_spResetFormOnSubmitCalledFlag);typeof NotifyBodyLoadedAndExecuteWaitingJobs!="undefined"&&NotifyBodyLoadedAndExecuteWaitingJobs();ExecuteOrDelayUntilScriptLoaded(ProcessDefaultOnLoad,"core.js");if(typeof g_prefetch=="undefined"||g_prefetch==1){var b=_spGetQueryParam("prefetch");b!=0&&_spPreFetch()}}function _spPreFetch(){a:;window.setTimeout(function(){a:;if(_v_dictSod){var a=_v_dictSod["core.js"];typeof a!="undefined"&&a&&LoadSod(a);if(typeof ribbon=="undefined"){var b=_v_dictSod["ribbon"];typeof b!="undefined"&&b&&LoadSod(b)}}},0);typeof _ribbon!="undefined"&&_ribbon&&window.setTimeout(function(){a:;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){a:;var b=window.location.search.substring(1);if(b&&b.length>2)for(var c=b.split("&"),e=c.length,a=0;a<e;a++){var d=c[a].split("=");if(d[0].toLowerCase()==f)return d[1]}}var _spSuppressFormOnSubmitWrapper=false;function _spFormOnSubmitWrapper(){a:;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(){a:;_spOriginalFormAction=null;EscapeFormAction();RefreshInplViewState();RefreshHeroButtonState();InlineEditSetDefaultFocus()}function InlineEditSetDefaultFocus(){a:;if(_inlineEditString!=null){var c=_inlineEditString.indexOf("#");if(c<=0)return;for(var i=_inlineEditString.substring(0,c),d=document.getElementsByTagName("TR"),b=0;b<d.length;b++)if(d[b].getAttribute("automode")==i){for(var h=_inlineEditString.substring(c+1),f=h.split(","),a=d[b],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}}a!=null&&focusControl(a);break}_inlineEditString=null}}function focusControl(b){a:;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(){a:;if(document.forms.length>0&&!_spOriginalFormAction){_spOriginalFormAction=document.forms[0].action;var a=window.location.href,b=a.indexOf("://");if(b>=0){var c=a.substring(b+3);b=c.indexOf("/");if(b>=0)a=c.substring(b);if(a.length>2&&a.charAt(0)=="/"&&a.charAt(1)=="/")a=a.substring(1)}_spEscapedFormAction=escapeUrlForCallback(a);document.forms[0].action=_spEscapedFormAction;document.forms[0]._initialAction=document.forms[0].action}}function RefreshHeroButtonState(){a:;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(){a:;if(typeof ctx!="undefined"&&ctx.clvp!=null&&(ctx.clvp.tab==null||ctx.clvp.tab!=null&&(ctx.clvp.tab.parentNode==null||ctx.clvp.tab.parentNode.innerHTML==null))){FixDroppedOrPastedClvps(null);if(ctx.dictSel!=null){ctx.dictSel=[];ctx.CurrentSelectedItems=0}}}function RestoreToOriginalFormAction(){a:;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(){a:;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(){a:;ProcessPNGImages();UpdateAccessibilityUI();window.setTimeout("ProcessImn()",10);ProcessOnLoadFunctions(_spBodyOnLoadFunctionNames);typeof _spUseDefaultFocus!="undefined"&&DefaultFocus()}function ProcessOnLoadFunctions(onLoadFunctionNames){a:;for(var i=0;i<onLoadFunctionNames.length;i++){var expr="if(typeof("+onLoadFunctionNames[i]+")=='function'){"+onLoadFunctionNames[i]+"();}";eval(expr)}onLoadFunctionNames=[]}function CoreInvoke(a){a:;var b=Array.prototype.slice.call(arguments,1),c=function(){a:;window[a].apply(null,b)};if(TypeofFullName(a)=="function")return window[a].apply(null,b);else{EnsureScript("core.js","undefined",c);return false}}function ToggleDeveloperDashboard(){a:;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(){a:;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 DevDashMoveTrace(){a:;var a=document.getElementById("__asptrace"),c=document.getElementById("DeveloperDashboard");if(typeof c!="undefined"&&c)if(typeof a!="undefined"&&a){var b=a.parentNode;if(typeof b!="undefined"&&b){b.removeChild(a);c.appendChild(a)}}}function SetSqlWindowText(h,j,g,e,i,f){a:;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(){a:;setTimeout("flyoutsAllowed=true;",25)}function overrideMenu_HoverStatic(b){a:;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){a:;return function(){a:;overrideMenu_HoverStatic(a)}}var g_ExecuteOrWaitJobs={};function ExecuteOrDelayUntilEventNotified(b,c){a:;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){a:;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){a:;a=a.toLowerCase();var b="sp.scriptloaded-"+a;return ExecuteOrDelayUntilEventNotified(c,b)}function NotifyScriptLoadedAndExecuteWaitingJobs(a){a:;a=a.toLowerCase();var b="sp.scriptloaded-"+a;NotifyEventAndExecuteWaitingJobs(b)}function ExecuteOrDelayUntilBodyLoaded(b){a:;var a="sp.bodyloaded";return ExecuteOrDelayUntilEventNotified(b,a)}function NotifyBodyLoadedAndExecuteWaitingJobs(){a:;var a="sp.bodyloaded";NotifyEventAndExecuteWaitingJobs(a)}function FFClick(b){a:;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="No se pudo descargar la aplicación Silverlight.",L_ErrorMessage_PluginNotLoadedError="No se pudo descargar la aplicación Silverlight o no se cargó el complemento Silverlight.";function _spOnSilverlightError(a,c,b){a:;b.errorType=="InitializeError"&&_spSetSLErrorMessage(a,L_ErrorMessage_InitializeError)}function _spSetSLPluginNotLoadedErrorMessage(a){a:;_spSetSLErrorMessage(a,L_ErrorMessage_PluginNotLoadedError)}function _spSetSLErrorMessage(a,e){a:;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){a:;if(cuiKeyHash[a])return cuiKeyHash[a];return a}var g_fhs;function _ribbonScaleHeader(h,c){a:;var d=h.childNodes[1],i=d.childNodes.length,a=null,b=null;if(typeof c=="undefined")c=false;if(typeof g_fhs=="undefined")if(typeof _ribbonShouldFixRtlHeaders=="function")g_fhs=_ribbonShouldFixRtlHeaders(c);else g_fhs=false;for(var f=0;f<i;f++){var e=d.childNodes[f];if(e.className.indexOf("ms-cui-tts")!=-1)a=e;else if(e.className.indexOf("ms-cui-TabRowRight")!=-1)b=e}a&&"undefined"==typeof a._widthAdded&&g_fhs&&_ribbonFixHeaderWidth(a);if(!a||!b)return;b.style.display="block";var g=_ribbonNeedsHeaderScaling(d,a,b,c);if(g){_ribbonHeaderScaleDown(a);_ribbonNeedsHeaderScaling(d,a,b,c)&&_ribbonHeaderScaleDown(a)}else{if(_ribbonGetScaleStep(a)==0)return;_ribbonHeaderScaleUp(a);if(_ribbonNeedsHeaderScaling(d,a,b,c)){_ribbonHeaderScaleDown(a);return}if(_ribbonGetScaleStep(a)==0)return;_ribbonHeaderScaleUp(a);_ribbonNeedsHeaderScaling(d,a,b,c)&&_ribbonHeaderScaleDown(a)}if(_ribbonNeedsHeaderScaling(d,a,b,c))b.style.display="none"}function _ribbonNeedsHeaderScaling(d,c,b,a){a:;if(c.offsetWidth>0&&b.offsetWidth>0&&_ribbonElementsWrap(c,b,a))return true;if(!g_fhs&&_ribbonChildNodesWrapped(b,a))return true;if(_ribbonChildNodesWrapped(d,a))return true;return _ribbonChildNodesWrapped(c,a)}function _ribbonChildNodesWrapped(e,g){a:;if(e.offsetWidth==0)return false;for(var c=[],f=e.childNodes.length,a=0;a<f;a++){var b=e.childNodes[a];b&&b.nodeName!="#text"&&b.offsetWidth>0&&b.offsetHeight>0&&c.push(b)}f=c.length;for(var a=0;a<f;a++){var b=c[a],d=c[a+1];if(typeof d!="undefined"&&d&&_ribbonElementsWrap(b,d,g))return true}return false}function _ribbonElementsWrap(b,a,c){a:;if(!c&&b.offsetLeft+b.offsetWidth>a.offsetLeft)return true;else if(c&&a.offsetLeft+a.offsetWidth>b.offsetLeft)return true;return false}function _ribbonGetScaleStep(a){a:;if("undefined"==typeof a._scaleStep){a._scaleStep=0;if(a.className.indexOf("ms-cui-tts-scale1")!=-1)a._scaleStep=1;else if(a.className.indexOf("ms-cui-tts-scale2")!=-1)a._scaleStep=2}return a._scaleStep}function _ribbonSetScaleStep(b,a){a:;b._scaleStep=a}function _ribbonHeaderScaleDown(a){a:;var b=_ribbonGetScaleStep(a);if(b==0)_ribbonHeaderScaleIndex(a,1);else(b==1||b==2)&&_ribbonHeaderScaleIndex(a,2)}function _ribbonHeaderScaleUp(a){a:;var b=_ribbonGetScaleStep(a);if(b==1)_ribbonHeaderScaleIndex(a,0);else b==2&&_ribbonHeaderScaleIndex(a,1)}var g_ribbonHeaderScaleClass=["ms-cui-tts","ms-cui-tts-scale-1","ms-cui-tts-scale-2"];function _ribbonHeaderScaleIndex(a,b){a:;a.className=g_ribbonHeaderScaleClass[b];_ribbonSetScaleStep(a,b);_ribbonFixHeaderWidth(a)}function _ribbonFixHeaderWidth(a){a:;if(!g_fhs)return;var b=_ribbonCalculateWidth(a);a.style.width=b+"px";a._widthAdded=true}function _ribbonCalculateWidth(g){a:;for(var a=0,f=g.childNodes,h=f.length,d=0;d<h;d++){var b=f[d];if(b&&b.nodeName=="LI"&&b.offsetWidth>0){var c=b.childNodes[1];if(c&&c.nodeName=="UL"){var e=_ribbonCalculateWidth(c);c.style.width=e+"px";a=a+e+4}else a=a+b.offsetWidth+2}}return a}function _ribbonOnStartInit(c){a:;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=" Estado",L_StatusBarRed_Text="Muy importante",L_StatusBarYellow_Text="Importante",L_StatusBarGreen_Text="Correcto",L_StatusBarBlue_Text="Información",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(){a:;g_uniqueIndex++;return g_uniqueIndex}function addStatus(f,g,e){a:;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){a:;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){a:;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;");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){a:;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){a:;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(){a:;var f=document.getElementById("pageStatusBar");if(f!=null){for(var e=null,b=1,d=f.childNodes,g=d.length,a=null,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){a:;var c=d+"_body",a=document.getElementById(c);if(a)a.innerHTML=b}function removeStatus(d){a:;var a=document.getElementById(d);if(a!=null){if(a.lastChild&&a.lastChild.tagName=="BR"){var c=a.previousSibling;if(c&&c.lastChild&&c.lastChild.tagName!="BR"){var e=document.createElement("BR");c.appendChild(e)}}a.parentNode.removeChild(a);var b=document.getElementById("pageStatusBar");if(b)if(b.getElementsByTagName("SPAN").length==0){b.className=StatusBarClassNames[1];StatusColorWithTopPriority=null;StatusIdWithTopPriority=null;b.style.display="none"}else if(d==StatusIdWithTopPriority){_selectStatusWithTopPriority();b.className=StatusBarClassNames[StatusColorWithTopPriority]}}}var g_dlgWndTop=null;function _dlgWndTop(){a:;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){a:;if(document.getElementById("__spPickerHasReturnValue")!=null)document.getElementById("__spPickerHasReturnValue").value="";if(document.getElementById("__spPickerReturnValueHolder")!=null)document.getElementById("__spPickerReturnValueHolder").value="";commonModalDialogReturnValue.clear();var h;if(window.showModalDialog&&!browseris.safari125up){h=window.showModalDialog(n,m,b);c&&invokeModalDialogCallback(c,h)}else{var l=500,k=550,p="yes";if(!b)b="width="+l+",height="+k;else{function r(){a:;return []}function d(a,b,c){a:;a.push(b);a[b]=c}function q(b){a:;for(var c=[],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]);g&&g.length==3&&d(a,g[1].toLowerCase(),g[2])}!a["width"]&&d(a,"width",a["dialogwidth"]||l);!a["height"]&&d(a,"height",a["dialogheight"]||k);!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(){a:;var a=document.getElementById("__spPickerHasReturnValue")!=null&&document.getElementById("__spPickerHasReturnValue").value=="1"||commonModalDialogReturnValue.isSet();if(e&&!e.closed&&!a)e.focus();else{window.onfocus=null;c&&invokeModalDialogCallback(c,h)}};if(!browseris.ie)if(window.frameElement!=null)window.fndlgClose=c}return h}function invokeModalDialogCallback(b,a){a:;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){a:;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)a.opener!=null&&a.opener.fndlgClose!=null&&a.opener.fndlgClose(b)}function setModalDialogObjectReturnValue(a,b){a:;if(a.showModalDialog&&!browseris.safari125up)a.returnValue=b;else a.opener!=null&&a.opener.commonModalDialogReturnValue.set(b)}function CommonGlobalDialogReturnValue(){a:;var a=false,b=null;this.set=function(a){a:;if(typeof a!="undefined"){this.retVal=a;this.hasRetval=true}};this.isSet=function(){a:;return this.hasRetval};this.get=function(){a:;if(this.hasRetval)return this.retVal};this.clear=function(){a:;this.hasRetval=false;this.retVal=null}}var commonModalDialogReturnValue=new CommonGlobalDialogReturnValue;function commonModalDialogOpen(e,a,c,d){a:;var f=function(){a:;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){a:;var a=_dlgWndTop().g_childDialog;if(a){a.set_returnValue(c);a.close(b)}}function commonModalDialogGetArguments(){a:;var a=_dlgWndTop().g_childDialog;if(a&&typeof a.get_args!="undefined")return a.get_args();return null}function ShowPopupDialog(a){a:;ShowPopupDialogWithCallback(a,PopupDialogCallback)}function ShowPopupDialogWithCallback(b,c){a:;var d=function(){a:;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){a:;a==1&&STSNavigate(_dlgWndTop().location.href)}function SelectField(b,a){a:;CoreInvoke("_SelectField",b,a)}function FilterField(d,b,a,c){a:;CoreInvoke("_FilterField",d,b,a,c)}function SetControlValue(a,b){a:;CoreInvoke("_SetControlValue",a,b)}function SubmitFormPost(c,b,a){a:;CoreInvoke("_SubmitFormPost",c,b,a)}function GoToPageRelative(a){a:;CoreInvoke("_GoToPageRelative",a)}function EnterFolder(a){a:;CoreInvoke("_EnterFolder",a)}function HandleFolder(o,n,p,e,a,d,i,g,m,k,b,h,j,f,c,l){a:;CoreInvoke("_HandleFolder",o,n,p,e,a,d,i,g,m,k,b,h,j,f,c,l)}function VerifyFolderHref(g,f,h,c,b,e,d,a){a:;CoreInvoke("_VerifyFolderHref",g,f,h,c,b,e,d,a)}function VerifyHref(e,d,b,c,a){a:;CoreInvoke("_VerifyHref",e,d,b,c,a)}function DispEx(o,n,e,a,d,i,g,m,k,b,h,j,f,c,l){a:;CoreInvoke("_DispEx",o,n,e,a,d,i,g,m,k,b,h,j,f,c,l)}function EditItemWithCheckoutAlert(g,h,f,a,d,e,c,b){a:;CoreInvoke("_EditItemWithCheckoutAlert",g,h,f,a,d,e,c,b)}function STSNavigateWithCheckoutAlert(g,f,a,d,e,c,b){a:;CoreInvoke("_STSNavigateWithCheckoutAlert",g,f,a,d,e,c,b)}function NewItem2(a,b){a:;CoreInvoke("_NewItem2",a,b)}function NewItem(a){a:;CoreInvoke("_NewItem",a)}function EditItem2(a,b){a:;CoreInvoke("_EditItem2",a,b)}function EditItem(a){a:;CoreInvoke("_EditItem",a)}function RefreshPageTo(b,c,a){a:;CoreInvoke("_RefreshPageTo",b,c,a)}function AddGroupToCookie(a){a:;CoreInvoke("_AddGroupToCookie",a)}function RemoveGroupFromCookie(a){a:;CoreInvoke("_RemoveGroupFromCookie",a)}function ExpGroupBy(a){a:;CoreInvoke("_ExpGroupBy",a)}function DispDocItem(b,a){a:;CoreInvoke("_DispDocItem",b,a)}function DispDocItemExWithServerRedirect(h,g,d,a,c,f,e,b){a:;CoreInvoke("_DispDocItemExWithServerRedirect",h,g,d,a,c,f,e,b)}function DispDocItemEx(e,c,a,b,d){a:;CoreInvoke("_DispDocItemEx",e,c,a,b,d)}function PortalPinToMyPage(c,b,a){a:;CoreInvoke("_PortalPinToMyPage",c,b,a)}function PortalPinToMyPage(h,f,d,e,a,c,g,b){a:;CoreInvoke("_PortalPinToMyPage",h,f,d,e,a,c,g,b)}function MoveToViewDate(b,a,c){a:;CoreInvoke("_MoveToViewDate",b,a,c)}function MoveToDate(a,b){a:;CoreInvoke("_MoveToDate",a,b)}function ClickDay(a){a:;CoreInvoke("_ClickDay",a)}function GetMonthView(a){a:;CoreInvoke("_GetMonthView",a)}function OptLoseFocus(a){a:;CoreInvoke("_OptLoseFocus",a)}function SetCtrlFromOpt(a,b){a:;CoreInvoke("_SetCtrlFromOpt",a,b)}function ChangeLayoutMode(a,b){a:;CoreInvoke("_ChangeLayoutMode",a,b)}function MSOLayout_ChangeLayoutMode(a,b){a:;ChangeLayoutMode(a,b)}function WebPartMenuKeyboardClick(d,a,b,c){a:;CoreInvoke("_WebPartMenuKeyboardClick",d,a,b,c)}function ShowToolPane2Wrapper(a,b,c){a:;CoreInvoke("_ShowToolPane2Wrapper",a,b,c)}function EditInSPD(a,b){a:;CoreInvoke("_EditInSPD",a,b)}function SetupFixedWidthWebParts(){a:;CoreInvoke("_SetupFixedWidthWebParts")}function ToggleAllItems(c,b,a){a:;CoreInvoke("_ToggleAllItems",c,b,a)}function CommandUIExecuteCommand(a){a:;CoreInvoke("_CommandUIExecuteCommand",a)}function PopMenuFromChevron(a){a:;CoreInvoke("_PopMenuFromChevron",a)}function NavigateToSubNewAspx(a,b){a:;CoreInvoke("_NavigateToSubNewAspx",a,b)}function NavigateToManagePermsPage(a,c,b){a:;CoreInvoke("_NavigateToManagePermsPage",a,c,b)}function DoNavigateToTemplateGallery(a,b){a:;CoreInvoke("_DoNavigateToTemplateGallery",a,b)}function RefreshPage(a){a:;CoreInvoke("_RefreshPage",a)}function OpenPopUpPage(d,a,c,b){a:;CoreInvoke("_OpenPopUpPage",d,a,c,b)}function OpenCreateWebPageDialog(a){a:;CoreInvoke("_OpenCreateWebPageDialog",a)}function EditLink2(b,a){a:;CoreInvoke("_EditLink2",b,a)}function GoBack(a){a:;CoreInvoke("_GoBack",a)}function ReplyItem(d,a,c,b){a:;CoreInvoke("_ReplyItem",d,a,c,b)}function ExportToDatabase(b,c,d,a){a:;CoreInvoke("_ExportToDatabase",b,c,d,a)}function ExportList(a){a:;CoreInvoke("_ExportList",a)}function ClearSearchTerm(a){a:;CoreInvoke("_ClearSearchTerm",a)}function SubmitSearchForView(a){a:;CoreInvoke("_SubmitSearchForView",a)}function SubmitSearchRedirect(a){a:;CoreInvoke("_SubmitSearchRedirect",a)}function AlertAndSetFocus(b,a){a:;CoreInvoke("_AlertAndSetFocus",b,a)}function AlertAndSetFocusForDropdown(b,a){a:;CoreInvoke("_AlertAndSetFocusForDropdown",b,a)}function AddSilverlightWebPart(c,b,a){a:;CoreInvoke("_AddSilverlightWebPart",c,b,a)}function UserSelectionOnClick(b,a){a:;CoreInvoke("_UserSelectionOnClick",b,a)}function OnIframeLoad(){a:;CoreInvoke("_OnIframeLoad")}function OnFocusFilter(a){a:;CoreInvoke("_OnFocusFilter",a)}function TopHelpButtonClick(a){a:;CoreInvoke("_TopHelpButtonClick",a)}function HelpWindowKey(a){a:;CoreInvoke("_HelpWindowKey",a)}function HelpWindowUrl(a){a:;CoreInvoke("_HelpWindowUrl",a)}function HelpWindow(){a:;CoreInvoke("_HelpWindow")}function OnClickFilter(a,b){a:;return CoreInvoke("_OnClickFilter",a,b)}function GCActivateAndFocus(a){a:;CoreInvoke("_GCActivateAndFocus",a)}function GCNavigateToNonGridPage(){a:;CoreInvoke("_GCNavigateToNonGridPage")}function _EnsureJSClass(f,e){a:;for(var d=f.split("."),a,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){a:;_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;SP.SOD.get_prefetch=function(){a:;return g_prefetch};SP.SOD.set_prefetch=function(a){a:;g_prefetch=a};_EnsureJSNamespace("SP.UI");_EnsureJSClass("SP.UI.Workspace");SP.UI.Workspace.add_resized=function(a){a:;g_workspaceResizedHandlers.push(a)};SP.UI.Workspace.remove_resized=function(c){a:;for(var b=-1,a=0,d=g_workspaceResizedHandlers.length;a<d;a++)if(c==g_workspaceResizedHandlers[a]){b=a;break}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;typeof Sys!="undefined"&&Sys&&Sys.Application&&Sys.Application.notifyScriptLoaded();NotifyScriptLoadedAndExecuteWaitingJobs("init.js")