function $_global_ie55up(){if("undefined"==typeof g_all_modules)g_all_modules={};g_all_modules["ie55up.js"]={version:{rmj:16,rmm:0,rup:10371,rpr:20043}};typeof spWriteProfilerMark=="function"&&spWriteProfilerMark("perfMarkBegin_ie55up.js");StrNewNamespace="http://schemas.microsoft.com/WebPart/v2";StateService=new StateServiceDef;WPSC=new WPSCDef;MSOWPSC_SavePerformed=false;MSOLayout_inDesignMode=false;MSOLayout_currentDragMode="";MSOLayout_zoneDragOver=null;MSOLayout_cellToDrop=0;MSOLayout_oDropLocation=undefined;MSOLayout_iBar=document.createElement!=null?document.createElement("div"):null;MSOLayout_horzZoneIBar=undefined;MSOLayout_vertZoneIBar=undefined;MSOLayout_horzBodyZoneIBar=undefined;MSOLayout_vertBodyZoneIBar=undefined;MSOLayout_moveObject=undefined;MSOLayout_maintainOriginalZone=0;MSOLayout_topObject=document.body;MSOLayout_galleryView=false;MSOLayout_unsavedChanges=[];MSOLayout_FormSubmit=null;MSOLayout_FormSubmitHref=null;MenuWebPartID=null;MenuWebPart=null;MSOConn_SourceWpNode=null;MSOConn_TargetWpNode=null;MSOConn_XformInfo1=null;MSOConn_XformInfo2=null;MSOConn_AspXformInfo=null;MSOConn_ConnCancelled=false;MSOConn_MultipleTargetGroups=false;MSOConn_TargetGroupNode=null;MSOConn_SourceGroupNode=null;MSOConn_BackButtonClicked=false;MSOTlPn_prevBuilder=null;MSOTlPn_prevWidth=0;MSOTlPn_prevHeight=0;MSOTlPn_shownViewChangeWarning=false;MSOWebPartPage_hideNextBeforeUnload=false;MSOWebPartPage_partDeleted="";MSOChangeInToolPaneWidth=120;browserScript={MSOLayout_ChangeLayoutMode:_MSOLayout_ChangeLayoutMode,MSOWebPartPage_OpenMenu:MSOWebPartPage_OpenMenu,MSOLayout_ToggleView:MSOLayout_ToggleView,MSOMenu_KeyboardClick:MSOMenu_KeyboardClick,MSOTlPn_ShowToolPane2Wrapper:MSOTlPn_ShowToolPane2Wrapper,MSOWebPartPage_SetupFixedWidthWebParts:MSOWebPartPage_SetupFixedWidthWebParts};typeof Sys!="undefined"&&Sys!=null&&typeof Sys.Application!="undefined"&&Sys.Application!=null&&typeof Sys.Application.notifyScriptLoaded=="function"&&Sys.Application.notifyScriptLoaded();typeof NotifyScriptLoadedAndExecuteWaitingJobs=="function"&&NotifyScriptLoadedAndExecuteWaitingJobs("ie55up.js");typeof spWriteProfilerMark=="function"&&spWriteProfilerMark("perfMarkEnd_ie55up.js")}function ULSfXY(){var a={};a.ULSTeamName="Microsoft SharePoint Foundation";a.ULSFileName="ie55up.commentedjs";return a}var StrNewNamespace;function SplitIndex(a){a:;var d="",c="",b=a.lastIndexOf("#");if(-1==b)b=a.lastIndexOf(":");if(-1==b)c=a;else{c=a.substring(b+1,a.length);d=a.substring(0,b)}var e={PropURN:d,PropName:c};return e}function String2XML(c){a:;var a="",b=/&/g;a=c.replace(b,"&");b=//g;a=a.replace(b,">");b=/"/g;a=a.replace(b,""");b=/'/g;a=a.replace(b,"'");return a}function URL2Unicode(a){a:;return Utf8ToUnicode(unescape(a))}function Unicode2URL(a){a:;return URLEncode(a)}function URLEncode(e){a:;var f=" <>\"#%{}|^~[]`'&?+=",a="",d,b,c;e+="";for(d=0;d=1<>1;f+=5;d++}for(b=0;b>>6;if(b==d-1)g|=c;e="%"+g.toString(16).toUpperCase()+e}return e}function Utf8ToUnicode(d){a:;if(d==null)return"";var f="",h=d.length,a=0,b=h,i=0,c,e,g;while(a',a=0;a"+g+""}f+="";b.send(f);return b}a.functionName=d;a.parameterNameList=[];a.parameterValueList=[];a.AddParameter=c;a.SendSOAPMessage=b;return a}function Collection(){a:;function g(b){a:;var c=null;if(b!=null){var a=parseInt(b);if(!isNaN(a)&&a>=0&&a=0&&b"+String2XML(a.Value.toString())+""}function f(async,callBack){a:;if(!this.Properties.PropertiesLoaded)return;var partXml=null;if(this.Properties.IsWebPartFile){var xmlDoc=this.Properties.ResponseXML;if(null!=xmlDoc){var propertiesElement=SelectSingleNode(xmlDoc,"webParts/webPart/data/properties");if(null!=propertiesElement){var properties=SelectNodes(propertiesElement,"property");if(null!=properties){var index=properties.length;while(index>0){--index;propertiesElement.removeChild(properties[index])}}for(var index=0;index"+a(this.Properties.AssemblyInfo)+a(this.Properties.TypeNameInfo);for(var index=0;index"}var wpxml=document.getElementById("wpxml");if(wpxml==null)try{var varPart=eval("varPart"+this.WebPartQualifier),xmlhttp=GetXMLHttpRequestObject();this.xmlhttp=xmlhttp;varPart.callBackUsed=false;var postDataUrl=GetUrlFromWebUrlAndWebRelativeUrl(WPSC.WebPartPage.WebServerRelativeURL,"_vti_bin/WebPartPages.asmx");xmlhttp.open("POST",postDataUrl,async!=true?false:true);if(callBack!=null){this.callBackFunction=callBack;xmlhttp.onreadystatechange=new Function("varPart"+this.WebPartQualifier+".SaveHandler()")}var soapBuilder=SPSoapRequestBuilder("SaveWebPart2");soapBuilder.AddParameter("pageUrl",document.location.href);soapBuilder.AddParameter("storageKey",this.StorageKey);soapBuilder.AddParameter("webPartXml",partXml);soapBuilder.AddParameter("storage","None");soapBuilder.AddParameter("allowTypeChange","false");soapBuilder.SendSOAPMessage(xmlhttp)}catch(exception){var varPart=eval("varPart"+this.WebPartQualifier);if(callBack!=null&&varPart.callBackUsed!=true){callBack(false,"");varPart.callBackUsed=true}}else{wpxml.value=partXml;callBack!=null&&callBack(true,"",200)}}function c(){a:;var varPart=eval("varPart"+this.WebPartQualifier);if(this.xmlhttp.readyState==4&&this.callBackFunction!=null&&varPart.callBackUsed!=true){var saveSucceeded=this.xmlhttp.responseXML.getElementsByTagName("SaveWebPart2Response")[0]!=null,soapStatus=this.xmlhttp.status,soapExceptionText="";if(!saveSucceeded){var soapException=this.xmlhttp.responseXML.getElementsByTagName("soap:Fault")[0];if(null==soapException)soapException=this.xmlhttp.responseXML.getElementsByTagName("Fault")[0];if(soapException!=null){var soapExceptionTextXml=soapException.getElementsByTagName("detail")[0];if(soapExceptionTextXml!=null)soapExceptionText="undefined"!=typeof soapExceptionTextXml.textContent?soapExceptionTextXml.textContent:soapExceptionTextXml.text}}varPart.callBackUsed=true;this.callBackFunction(saveSucceeded,soapExceptionText,soapStatus)}}this.SaveHandler=c;this.DOMObject=e;this.WebPartQualifier=b;this.StorageKey=d;this.Properties=new PropColDef;this.Properties.Owner=this;this.Save=f}function PropertyDef(d,b,a,c){a:;this.OriginalValue=a;this.NamespaceURN=d;this.SchemaElement=b;this.Value=a;this.Type=c}function PropColDef(){a:;var a=new Collection;function c(z){a:;var a=[];try{var q=document.getElementById("wpxml"),h=GetXMLHttpRequestObject();if(h==null)return;var x=GetUrlFromWebUrlAndWebRelativeUrl(WPSC.WebPartPage.WebServerRelativeURL,"_vti_bin/WebPartPages.asmx");h.open("POST",x,false);var e=SPSoapRequestBuilder("GetWebPart2");e.AddParameter("pageurl",document.location.href);e.AddParameter("storageKey",z);e.AddParameter("storage","None");e.AddParameter("behavior","Version3");e.SendSOAPMessage(h);var f;if(q!=null&&q.value.length>0)f=WPSC.LoadXml(q.value);else{var m=h.responseXML.documentElement,y="undefined"!=typeof m.textContent?m.textContent:m.text;f=WPSC.LoadXml(y)}var l=null,p=false,j=null,n=false,k=f.getElementsByTagName("WebPart");if(null!=k&&k.length>0){l=k[0];if(l.namespaceURI=="http://schemas.microsoft.com/WebPart/v2")p=true}if(false==p){var i=f.getElementsByTagName("webPart");if(null!=i&&i.length>0){j=i[0];if(j.namespaceURI=="http://schemas.microsoft.com/WebPart/v3")n=true}}a.IsWebPartFile=n;if(n){var s=SelectSingleNode(j,"data/properties");if(null!=s){var o=SelectNodes(s,"property");if(null!=o)for(var c=0;c=a.Count()){e=-1;c=null}else{e=b;c=a[b]}return c}function g(b){a:;var a=null;if(b!=null){!this.PropertiesLoaded&&this.LoadProperties();a=d(b)}return a}function f(a,d){a:;this.Owner=d;this.IsWebPartFile=a.IsWebPartFile;this.ResponseXML=a.ResponseXML;for(var c=0;c=a.Count())c=-1;else c=b;return c}function e(d){a:;var e=null;if(d!=null){var c=b(d);if(c>=0)e=a.Item(c)}return e}function d(d,f,g){a:;var c,e=b(d);if(e>=0)c=a.Item(e);else{c=new PartDef(d,f,g);a.Add(c);this.Count=a.Count()}return c}function c(c){a:;a.Remove(b(c));this.Count=a.Count()}this.Item=e;this.Register=d;this.UnRegister=c;this.Count=a.Count()}function WebPartPageDef(a){a:;this.Parts=new PartColDef;this.DOMObject=a;this.Properties=new PropColDef}function EventDef(e){a:;var a=new Collection;function b(b){a:;return a.Find(b)}function d(b){a:;return a.Add(b)}function c(b){a:;a.RemoveObject(b)}function f(c){a:;for(var b=0;b0){for(var c=false,b=0;b0)for(var b=0;b0)for(var c=0;c0)for(var c=0;cc)h=g[c];WPSC.RaiseConnectionEvent(b,"CellProviderInit",new f(d,h))}}function f(b,a){a:;this.FieldName=b;this.FieldDisplayName=a}function c(a){a:;this.Cell=a}function g(f,e){a:;var d=e.Rows;if(d!=null){d.MoveFirst();if(e.SelectionStatus&&(e.SelectionStatus=="Standard"||e.SelectionStatus=="New")&&a!=-1&&d.Fields!=null&&d.Fields.Item(a)!=null)WPSC.RaiseConnectionEvent(b,"CellReady",new c(d.Fields.Item(a).Value));else WPSC.RaiseConnectionEvent(b,"CellReady",new c(null))}}}function Row2Cell_GetCell(){a:;this.CellConsumerInit=a;function a(){}}function Row2Filter_GetFilter(){a:;this.FilterConsumerInit=a;function a(){}}function Row2Filter_GetRow(h,i,j){a:;var k=j,e=i,a=-1,b=h;this.RowProviderInit=g;this.RowReady=f;function g(e,d){a:;var b=d.FieldList;if(b!=null&&b.length>0)for(var c=0;c0)for(var d=0;d0)for(var b=0;b0){for(var f=new Array(a),c=0;c=0){c=a.substring(b);a=a.substring(0,b)}if(a.indexOf("?")<0)a+="?";else a+="&";if(e==true){document.forms[MSOWebPartPageFormName].MSOLayout_InDesignMode.value=1;document.forms[MSOWebPartPageFormName].MSOSPWebPartManager_DisplayModeName.value="Design";a+="PageView=Personal";if(FV4UI())a+="&InitialTabId=Ribbon.WebPartPage&VisibilityContext=WSSWebPartPage";document.forms[MSOWebPartPageFormName].action=a}else{document.forms[MSOWebPartPageFormName].MSOLayout_InDesignMode.value=1;document.forms[MSOWebPartPageFormName].MSOSPWebPartManager_DisplayModeName.value="Design";a+="PageView=Shared";if(FV4UI())a+="&InitialTabId=Ribbon.WebPartPage&VisibilityContext=WSSWebPartPage";document.forms[MSOWebPartPageFormName].action=a}if(Boolean(c))a+=c}else if(d!=null&&d){a=document.forms[MSOWebPartPageFormName].action;a=RemoveQueryParameterFromUrl(a,"[tT][oO][[oO][lL][pP][aA][nN][eE][vV][iE][eE][wW]");a=RemoveQueryParameterFromUrl(a,"[dD][iI][sS][pP][lL][aA][yY][mM][oO][dD][eE]");document.forms[MSOWebPartPageFormName].MSOWebPartPage_Shared.value="";document.forms[MSOWebPartPageFormName].MSOLayout_InDesignMode.value=0;document.forms[MSOWebPartPageFormName].MSOSPWebPartManager_DisplayModeName.value="Browse";document.forms[MSOWebPartPageFormName].MSOSPWebPartManager_ExitingDesignMode.value="true";document.forms[MSOWebPartPageFormName].action=a}document.forms[MSOWebPartPageFormName].MSOSPWebPartManager_EndWebPartEditing.value="true";__doPostBack(MSOWebPartPageFormName,"")}function MSOLayout_ToggleLayoutMode(){a:;var a=document.forms[MSOWebPartPageFormName].MSOLayout_InDesignMode.value;if(a!=1){document.forms[MSOWebPartPageFormName].MSOLayout_InDesignMode.value=1;document.forms[MSOWebPartPageFormName].MSOSPWebPartManager_DisplayModeName.value="Design"}else{document.forms[MSOWebPartPageFormName].MSOLayout_InDesignMode.value=0;document.forms[MSOWebPartPageFormName].MSOSPWebPartManager_DisplayModeName.value="Browse"}__doPostBack(MSOWebPartPageFormName,"")}function MSOLayout_ToggleView(b){a:;var a=document.forms[MSOWebPartPageFormName].action;a=MSOLayout_RemoveQueryParametersFromUrl(a);document.forms[MSOWebPartPageFormName].action=a;if(b==true)document.forms[MSOWebPartPageFormName].MSOWebPartPage_Shared.value="false";else document.forms[MSOWebPartPageFormName].MSOWebPartPage_Shared.value="true";document.forms[MSOWebPartPageFormName].MSOLayout_InDesignMode.value=0;document.forms[MSOWebPartPageFormName].MSOSPWebPartManager_DisplayModeName.value="Browse";__doPostBack(MSOWebPartPageFormName,"")}function MSOLayout_SetupLayoutFlags(){a:;MSOLayout_inDesignMode=true;MSOLayout_topObject=document.getElementById("MSOTlPn_WebPartPageDiv")!=null?document.getElementById("MSOTlPn_WebPartPageDiv"):document.body}function MSOLayout_GetRealOffset(f,d,b){var c=0;if(!Boolean(b))b=document.body;for(var e=b.offsetParent,g=document.body,a=f;Boolean(a)&&a!=e&&a!=g;a=a.offsetParent)if(d.charAt(0)=="L")c+=a.offsetLeft;else if(d.charAt(0)=="T")c+=a.offsetTop;return c}function MSOLayout_IsWikiEditMode(){a:;var a=document.getElementById("_wikiPageMode");return!Boolean(a)?false:a.value=="Edit"}function MSOLayout_MoveWebPartStart(k,a,f,h){if(window.event==null||window.event.button!=1)return;MSOLayout_currentDragMode="move";document.selection.empty();MSOLayout_galleryView=h==true?true:false;MSOLayout_CreateDragObject(f);MSOLayout_CreateIBar();MSOLayout_oDropLocation=a;var e=a.getAttribute("allowZoneChange");if(e=="0")MSOLayout_maintainOriginalZone=MSOLayout_GetParentWPZoneDiv(a);else MSOLayout_maintainOriginalZone="0";var j=a.getAttribute("zoneid");if(MSOLayout_galleryView&&typeof a.dzc!="undefined"&&a.dzc!=null){var b=GetElementsByName("MSOZone");if(b!=null&&b.length>1)for(var c=0;cdocument.body.scrollWidth)a-=c+a-document.body.scrollWidth;if(d+b>document.body.scrollHeight)b-=d+b-document.body.scrollHeight;if(b<=0||a<=0){MSOLayout_moveObject.style.display="none";a=b=0}else MSOLayout_moveObject.style.display="";MSOLayout_moveObject.width=String(a);MSOLayout_moveObject.height=String(b);MSOLayout_moveObject.style.pixelLeft=c;MSOLayout_moveObject.style.pixelTop=d}function MSOLayout_Contains(c,a){if(a==null)return false;var b=false;do{b=c==a;if(b)break;a=a.parentNode}while(a!=null);return b}function MSOLayout_ShowWPMenuAndCheckbox(b){a:;var a=document.getElementById(b);if(a!=null){Sys.UI.DomElement.removeCssClass(a,"ms-webpart-controlBox-hide");Sys.UI.DomElement.addCssClass(a,"ms-webpart-controlBox-show")}}function MSOLayout_HideWPMenuAndCheckbox(c,d){a:;var b=document.getElementById(d),a=document.getElementById(c);if(a!=null&&b!=null&&!b.checked){Sys.UI.DomElement.removeCssClass(a,"ms-webpart-controlBox-show");Sys.UI.DomElement.addCssClass(a,"ms-webpart-controlBox-hide")}}function MSOLayout_CreateIBar(){a:;if(!Boolean(MSOLayout_vertZoneIBar)||!Boolean(MSOLayout_horzZoneIBar)){var a=document.createElement("TABLE"),f=FV4UI()?" margin:1px;":"";a.style.cssText="font-size:1pt; position:absolute; display:none; border-collapse:collapse;"+f;a.cellSpacing=0;a.cellPadding=0;AddEvtHandler(a,"ondragenter",MSOLayout_MoveWebPartStopEventBubble);AddEvtHandler(a,"ondragover",MSOLayout_MoveWebPartStopEventBubble);var e=a.insertRow(-1).insertCell(-1);e.align="center";var d=e.insertBefore(document.createElement("DIV"));d.className="ms-SPZoneIBar";d.style.backgroundColor=a.currentStyle.borderColor;d.style.borderWidth="2px";d.style.position="relative";MSOLayout_topObject=document.body;MSOLayout_horzZoneIBar=MSOLayout_topObject.appendChild(a.cloneNode(true));MSOLayout_vertZoneIBar=MSOLayout_topObject.appendChild(a.cloneNode(true));var b=getFirstElementByProperty(MSOLayout_horzZoneIBar,"className","ms-SPZoneIBar"),c=getFirstElementByProperty(MSOLayout_vertZoneIBar,"className","ms-SPZoneIBar");MSOLayout_horzZoneIBar.width="2";MSOLayout_horzZoneIBar.style.borderStyle="solid none";b.className="ms-SPZoneIBar";b.height="100%";b.width="33%";b.style.borderStyle="none solid none none";b.style.posTop=0;b.name="MSOLayout_insideIBar";MSOLayout_vertZoneIBar.height="6";MSOLayout_vertZoneIBar.style.borderStyle="none solid";c.className="ms-SPZoneIBar";c.width="100%";c.height="2";c.style.borderStyle="solid none none none";c.style.posTop=1;c.name="MSOLayout_insideIBar";if(MSOLayout_topObject!=document.body){MSOLayout_horzBodyZoneIBar=document.body.appendChild(MSOLayout_horzZoneIBar.cloneNode(true));MSOLayout_vertBodyZoneIBar=document.body.appendChild(MSOLayout_vertZoneIBar.cloneNode(true))}}MSOLayout_iBar=MSOLayout_vertZoneIBar}function MSOLayout_MoveIBar(a){if(Boolean(MSOLayout_iBar))MSOLayout_iBar.style.display="none";var f=MSOLayout_Contains(MSOLayout_topObject,a);if(MSOLayout_zoneDragOver==null)return;if(MSOLayout_maintainOriginalZone=="0"||MSOLayout_GetParentWPZoneDiv(a)==MSOLayout_maintainOriginalZone){var b,d=0,c=FV4UI()?2:0,g=a.getAttribute("orientation");if(g=="Horizontal"){var k=document.dir=="rtl"?a.offsetWidth-(MSOLayout_CalculateZoneCellIndex(a)==0?3:0):0;MSOLayout_iBar=f?MSOLayout_iBar=MSOLayout_horzZoneIBar:MSOLayout_horzBodyZoneIBar;b=getFirstElementByName(MSOLayout_iBar,"MSOLayout_insideIBar");MSOLayout_iBar.style.pixelLeft=MSOLayout_GetRealOffset(a,"Left",MSOLayout_topObject)-(MSOLayout_CalculateZoneCellIndex(a)==0?0:3);MSOLayout_iBar.style.pixelLeft+=k;MSOLayout_iBar.style.pixelTop=MSOLayout_GetRealOffset(MSOLayout_zoneDragOver,"Top",MSOLayout_topObject)+1;d=MSOLayout_zoneDragOver.clientHeight>=c?MSOLayout_zoneDragOver.clientHeight-c:MSOLayout_zoneDragOver.clientHeight;MSOLayout_iBar.height=String(d);if(a.id=="MSOZone_EmptyZoneCell"){var i=getFirstElementByName(a,"MSOZoneCell_emptyZoneText"),h=i!=null?i.getAttribute("webPartsInZone"):null;if(h!=null&&Number(h)>0)MSOLayout_iBar.style.pixelLeft-=3}}else{MSOLayout_iBar=f?MSOLayout_vertZoneIBar:MSOLayout_vertBodyZoneIBar;b=getFirstElementByName(MSOLayout_iBar,"MSOLayout_insideIBar");MSOLayout_iBar.style.pixelLeft=MSOLayout_GetRealOffset(MSOLayout_zoneDragOver,"Left",MSOLayout_topObject)+1;MSOLayout_iBar.style.pixelTop=MSOLayout_GetRealOffset(a,"Top",MSOLayout_topObject)-(MSOLayout_CalculateZoneCellIndex(a)==0?0:4);MSOLayout_iBar.width=String(MSOLayout_zoneDragOver.clientWidth>=c?MSOLayout_zoneDragOver.clientWidth-c:MSOLayout_zoneDragOver.clientWidth);if(a.id=="MSOZone_EmptyZoneCell")MSOLayout_iBar.style.pixelTop-=1}if(FV4UI()&&MSOLayout_topObject.id!="MSOTlPn_WebPartPageDiv"){var e=document.getElementById("s4-workspace");if(Boolean(e)){MSOLayout_iBar.style.pixelTop-=e.scrollTop;MSOLayout_iBar.style.pixelLeft-=e.scrollLeft}}if(FV4UI()&&Boolean(b)&&g=="Horizontal"){b.style.minHeight=String(d-6)+"px";var j=b.parentNode;if(Boolean(j))j.align="left"}Sys.UI.DomElement.addCssClass(MSOLayout_zoneDragOver,"ms-SPZoneSelected");MSOLayout_iBar.style.display="inline"}}function MSOLayout_UpdateZoneDropDown(){a:;if(MSOLayout_zoneDragOver==null)return;var d=MSOLayout_zoneDragOver.getAttribute("zoneID");if(typeof zoneChooserID!="undefined"&&Boolean(window.zoneChooserID)){var b=GetElementsByName(zoneChooserID);if(b!=null&&b.length>0)for(var c=b[0],a=0;aa.offsetHeight/2))MSOLayout_cellToDrop=b+1;else MSOLayout_cellToDrop=b}else{var d=document.dir=="rtl",h=a.parentNode.childNodes.length,f=b+1;if(a.id!="MSOZone_EmptyZoneCell"&&(!c||event.clientX+MSOLayout_topObject.scrollLeft-MSOLayout_GetRealOffset(a,"Left")>a.offsetWidth/2))MSOLayout_cellToDrop=d?b:b+1;else if(d)MSOLayout_cellToDrop=f>=h?b:b+1;else MSOLayout_cellToDrop=b}}function MSOLayout_UpdatePropertySheet(h,e,g){a:;var d,c,b,a,f=document.getElementById("MSOTlPn_MainTD");if(typeof h.SelectedWebPart!="undefined"&&Boolean(h.SelectedWebPart)&&typeof f!="undefined"&&Boolean(f)&&typeof f.all!="undefined")for(d=f.all,c=0;c