
// Generated by Intersoft Script Optimizer V1.5 + Intersoft JS Engine MaxObfuscate(tm) V1.0 
// Generated Datetime : 10/23/2009 9:57:50 AM
// Copyright (c) 2005 Intersoft Solutions.
// Unauthorized decryption/reproduction of any codes contained herein is strictly prohibited and will result in severe civil and criminal penalties .
//**Start Encode**
function WebPaneBase(){ this._Type ="WebPaneBase"; ISObject.call(this);  this.Name =""; this.CaptionDisplayMode ="Default"; this.ImageAlignment ="Default"; this.IsEnabled =true; this.Text =""; this.Image =""; this.AccessKey =""; this.HeaderTemplate =null; this.ToolTip =""; this.Width ="Fill"; this.Height ="Fill"; this.WidthValue =null; this.HeightValue =null; this.PaneManager =null; this.ParentGroupPane =null; this.Visible =true; this.AllowResize ="Default"; this.HeaderAppearance ="Defaut"; this.TextAlignment ="Default"; this.InfoTextAlignment ="Default"; this.InfoTextPosition ="Default"; this.InfoText =""; this.HeaderCustomStyle =null; this.Index =-1; this.ActualWidth =null; this.ActualHeight =null; this.AllowCollapse ="Default"; this.Collection =null;  this.IFrameContentLoaded =false; this.IsRootPane =false;  this.OnPropertiesInitialized =function() { if (this.Parent._Type =="WebGroupPane") { this.Collection =this.Parent.Panes; this.ParentGroupPane =this.Parent; } else { this.IsRootPane =true; this.PaneManager =this.Parent; }  if (this.Collection) { this.Index =this.Collection.length; } };  this.GetDefault =function(v88866) { if (this[v88866] =="Default") return this.GetPaneManager().PaneSettings[v88866]; else return this[v88866]; };  this.__getter =function(v88866) { switch (v88866) { case "CaptionDisplayMode": case "ImageAlignment": case "ContentMode": case "HeaderVisible": case "AllowResize": case "AllowCollapse": return this.GetDefault(v88866); break; } };  this.GetPaneManager =function() { if (this.PaneManager ==null) { var ve8b5 =this; do  { ve8b5 =ve8b5.Parent; if (ve8b5 &&ve8b5.GetType()=="WebPaneManager") { this.PaneManager =ve8b5; break; }  }while (ve8b5 !=null); }  return this.PaneManager; };  this.GetElement =function() { return document.getElementById("td_" +this.GetPaneManager().Id +"_" +this.Name); };  this.GetHeaderTableElement =function() { var v01460 =this.GetElement(); var vba983 =v01460.children[0].children[0];  if (vba983.rows[0].height !="100%") { var v68497 =vba983.rows[0].cells[0].children[0].children[0];  if (v68497 !=null) return v68497; }  return null; };  this.GetHeaderCellElement =function(v3b62) { var v01460 =this.GetElement(); var vba983 =v01460.children[0].children[0];  if (vba983.rows[0].height !="100%") { var v68497 =vba983.rows[0].cells[0].children[0].children[0]; if (v3b62) return v68497.rows[0].cells[1]; else return v68497.rows[0].cells[0]; } };  this.GetResizerCellElement =function() { var v01460 =this.GetElement(); var v9a951 =this.Parent; var v2f227 =v01460.parentElement; if (this.Index !=this.Collection.length-1) { if (v9a951.GroupType =="HorizontalTile") return v2f227.nextSibling; else return v01460.nextSibling; } else { if (this.GetType()=="WebPane") { if (v9a951.GroupType =="HorizontalTile") return v2f227.previousSibling; else return v01460.previousSibling; } }  return null; };  this.SetText =function(vd2d2) { var va4646 =this.GetHeaderCellElement(); this.Text =vd2d2;  if (this.Get("CaptionDisplayMode")=="Text") va4646.innerHTML =vd2d2; else if (this.Get("CaptionDisplayMode")=="TextAndImage") va4646.innerHTML =va4646.children[0].outerHTML +vd2d2; };  this.SetInfoText =function(v7f785) { var va4646 =this.GetHeaderCellElement(true); this.InfoText =v7f785; va4646.innerHTML =v7f785; };  this.SetImage =function(vef621) { var va4646 =this.GetHeaderCellElement(); this.Image =vef621;  if (va4646.children.length >0) va4646.children[0].src =vef621; };  this.SetVisible =function(vb0757) { if (typeof(vb0757)=="undefined") vb0757 =true;  var v01460 =this.GetElement(); var v2f227 =v01460.parentElement;  if (vb0757) { v2f227.style.display ="";  if (this.Index !=this.Collection.length-1) { if (v2f227.nextSibling) v2f227.nextSibling.style.display =""; else if (this.Collection.Parent.GroupType =="VerticalTile") { v01460.style.display =""; v01460.nextSibling.style.display =""; } } else { if (this.GetType()=="WebPane") { var vcb545 =this.Collection.Parent.GroupType;  if (vcb545 =="HorizontalTile") v2f227.previousSibling.style.display =""; else { v01460.style.display ="";  if (this.Index ==0) { if (v01460.nextSibling) v01460.nextSibling.style.display =""; } else { if (v01460.previousSibling) v01460.previousSibling.style.display =""; } } } }  if (this.GetType()=="WebGroupPane") v01460.style.display ="";  this.Visible =true; } else { var vcb545 =this.Collection.Parent.GroupType;  if (vcb545 =="HorizontalTile") { v2f227.style.display ="none";  if (this.Index !=this.Collection.length-1) { v2f227.nextSibling.style.display ="none"; } else { if (this.GetType()=="WebPane") v2f227.previousSibling.style.display ="none"; } if (this.GetType()=="WebGroupPane") v01460.style.display ="none"; } else { v01460.style.display ="none";  if (this.Index ==0) { if (v01460.nextSibling) v01460.nextSibling.style.display ="none"; } else { if (v01460.previousSibling) v01460.previousSibling.style.display ="none"; } } this.Visible =false; } if (IS.moz) this.GetPaneManager().OnResize(); };  this.SetContentVisible =function(vb0757) { if (typeof(vb0757)=="undefined") vb0757 =true;  var v01460 =this.GetElement().children[0]; v01460.style.display =(vb0757)? "" : "none"; };  this.ToggleCollapse =function(v77241,v10484) { var v8f766 =false;  if (!v77241) { if (!this.IsCollapsed()&&this.Get("AllowCollapse")=="Yes") v8f766 =true; } else { if (this.IsCollapsed()&&this.Get("AllowCollapse")=="Yes") v8f766 =true; }  if (v8f766) { var v6a987 =this.GetResizerCellElement(); if (v6a987) { var v32f66 =(this.Parent.GroupType =="VerticalTile" ? "V" : "H"); var v34545 =this.Name;  if (v10484) v34545 =v10484.Name;  var vac742 =document.getElementById("ws_" +v34545 +"_" +v32f66 +"_grip");  if (IS.safari ||IS.opera ||IS.moz) { var vd5a16 =ISGetObject(vac742.id.substring(0,vac742.id.length-5)); vd5a16.ClickGrip(); } else { if (vac742) vac742.fireEvent("onclick"); } } }  };  this.Collapse =function(v10484) { this.ToggleCollapse(null,v10484); };  this.Expand =function(v10484) { this.ToggleCollapse(true,v10484); };  this.IsCollapsed =function() { var v01460 =this.GetElement();  if (IS.moz) return (v01460.mozOffsetWidth <2 ||v01460.mozOffsetHeight <2); else return (v01460.offsetWidth <2 ||v01460.offsetHeight <2); };}function WebGroupPane(){ WebPaneBase.call(this); this._Type ="WebGroupPane";  this.Panes =new ISArray(); this.GroupType ="HorizontalTile"; this.GroupPaneHeaderVisible ="Default";}function WebPane(){ WebPaneBase.call(this); this._Type ="WebPane";  this.ContentTemplate =null; this.ContentMode ="Default"; this.ContentURL =""; this.InProgressText =""; this.HeaderVisible ="Default"; this.GetContentDivElement =function() { var v57213 =this.GetElement(); var vded23 =1;  if (this.Get("HeaderVisible")=="No")vded23 =0;  var vb2347 =v57213.children[0].children[0]; var v9ff81 =vb2347.rows[vded23];  return v9ff81.cells[0].children[0];  };  this.GetContentElement =function() { if (this.Get("ContentMode")=="UseInlineContent") return this.GetContentDivElement(); else return this.GetPaneIFrameElement(); }; this.GetPaneIFrameElement =function() { var v01117 =this.GetContentDivElement(); if (v01117.children[0].tagName =="IFRAME") return v01117.children[0]; else return v01117.children[1]; };  this.GetInProgressText =function() { if (this.InProgressText =="") return this.GetPaneManager().TextSettings.InProgressText; else return this.InProgressText; };  this.SetContentURL =function(v92152) { this.ContentURL =v92152; var vcc150 =this.GetPaneIFrameElement(); if (vcc150) vcc150.src =v92152; };  this.SetWidthValue =function(vbb652) { var vcb734 =this.GetElement(); vcb734.style.width =vbb652; this.WidthValue =vbb652; };}function WebPaneClientSideEvents(){ this._Type ="WebPaneClientSideEvents"; ISObject.call(this); this.OnInitialize =""; this.OnBeforeResize =""; this.OnAfterResize =""; this.OnBeforeCollapse =""; this.OnBeforeRestore =""; this.OnAfterCollapse =""; this.OnAfterRestore ="";}function WebPaneImagesSettings(){ this._Type ="WebPaneImagesSettings"; ISObject.call(this); this.SplitterGripLeft =""; this.SplitterGripRight =""; this.SplitterGripTop =""; this.SplitterGripBottom =""; this.InProgress ="";  this.OnPropertiesInitialized =function() { if (this.InProgress =="") this.InProgress ="is_progress-16.gif"; };}function WebPaneManager(v56182){ this.ClassName ="WebPaneManager"; this.Version ="1.0.2006"; this.BuildNumber ="0"; this.MajorVersion ="1.0"; this.RequiredFrameworkVersion ="2.0.5000.10"; ISControl.call(this,v56182); this.ScriptDirectory ="/CommonLibrary/WebDesktop/V3_0_7200/"; this.SplitterSettings =new WebPaneSplitterSettings(); this.ClientSideEvents =new WebPaneClientSideEvents(); this.ImagesSettings =new WebPaneImagesSettings(); this.FrameStyle =""; this.RootGroupPane =new WebGroupPane(); this.PaneSettings =new WebPaneSettings(); this.ImagesDirectory ="/CommonLibrary/Images/WebDesktop/"; this.TextSettings =new WebPaneTextSettings(); this.SplitterStyle =null; this.Enabled =false; this.Visible =false; this.ClientID =this.ID =this.UniqueID =v56182; this.Splitters =new Array(); this.DisableSplitterOver =false; this.IsPercentageHeight =false; this.IsPercentageWidth =false; this.LastDocumentWidth =0; this.LastDocumentHeight =0; this.ResizeTimeoutID =0;  this.AllPanes =null; this.WebResourceIdentifier ="D";   this.OnInitialize =function() { ISEvent.Raise(this.ClientSideEvents.OnInitialize,this.Id);  if (this.DisableSplitterOver) this.SplitterStyle.Over =""; };  this.OnPropertiesInitialized =function() { if (this.Events !=null) { var vfb787; for(vfb787 in this.Events) { if (typeof(this.Events[vfb787])=="string") this.ClientSideEvents[vfb787] =this.Events[vfb787]; } } var ve7311 =document.getElementById(this.ServerUniqueID); ve7311.value ="ISWebPaneManager"; };  this.RemoveDynamicStyle =function() { var v80399 =["Splitter"]; for(var v6fe46=0; v6fe46<v80399.length; v6fe46++) { var vf2539 =this[v80399[v6fe46] +"Style"]; if (vf2539) ISXml.RemoveNode(this.XmlNode,v80399[v6fe46] +"Style"); } };  this.AddPaneInt =function(va9782,va7210) { for (var v6fe46=0; v6fe46<va7210.length; v6fe46++) { var v6a929 =va7210[v6fe46];  if (v6a929.GetType()=="WebPane") va9782[va9782.length] =v6a929; else if (v6a929.GetType()=="WebGroupPane") { va9782[va9782.length] =v6a929; this.AddPaneInt(va9782,v6a929.Panes); } } };  this.OnUnload =function(v3581) { Listener.Unload(this.FrameObj);  if (v3581) { for (var v6fe46=0; v6fe46<this.Splitters.length; v6fe46++) { var v28070 =this.Splitters[v6fe46];  if (v28070 !=null) { ISDestroyObject(v28070.Id); ISRemoveObject(v28070.Id); } } } };  this.GetIFrameWindow =function(v6291) { return window.frames[v6291]; };  this.GetPaneByName =function(v84b37) { var v9f778 =this.GetAllPanes(); return v9f778.GetNamedItem(v84b37); };  this.GetAllPanes =function() { if (this.AllPanes ==null) { var v90614 =new ISArray(); this.AddPaneInt(v90614,this.RootGroupPane.Panes); this.AllPanes =v90614; }  return this.AllPanes;; };  this.OnResize =function() { wdf1d23.ma848(this); }; }function WebPaneSettings(){ this._Type ="WebPaneSettings"; ISObject.call(this); this.AllowResize ="Yes"; this.ContainerStyle =""; this.HeaderMainStyle =""; this.HeaderSubStyle =""; this.HeaderCustomStyle =""; this.InfoTextStyle =""; this.CaptionDisplayMode ="Text"; this.HeaderVisible ="Yes"; this.HeaderAppearance ="UseMainStyle"; this.ImageAlignment ="Left"; this.TextAlignment ="Left"; this.InfoTextAlignment ="Right"; this.InfoTextPosition ="BesideCaption"; this.ContentMode ="UseInlineContent"; this.IFrameAllowTransparency =true; this.IFrameShowLoader =true; this.GroupPaneHeaderVisible ="No"; this.PaneSpacing =4; this.ScrollBarStyle =null; this.AllowCollapse ="No";}function WebPaneSplitterSettings(){ this._Type ="WebPaneSplitterSettings"; ISObject.call(this);}function WebPaneTextSettings(){ this._Type ="WebPaneTextSettings"; ISObject.call(this); this.InProgressText ="";}function InitWebPaneManager(v36d73){ var v75237 =wdf1d23.m6d063(v36d73); v75237.OnInitialize();}function OnWebPMRSC(va1257,v21b98){ var v4db73 =va1257.name; var v5ec58 =ISGetObject(v21b98);  if (!v5ec58) { setTimeout(function(){OnWebPMRSC(va1257,v21b98);},50); return; }  var v75821 =v5ec58.GetPaneByName(v4db73); wdf1d23.m8cd43(v75821);}var wdf1d23 ={ Initialized: false,  m6d063:function(v75125) { var vf9125 =new WebPaneManager(v75125); wdf1d23.mddd91(vf9125); wdf1d23.mca689(vf9125); wdf1d23.md8298(vf9125); vf9125.IsInit =true; return vf9125; },  mddd91:function(v57f45) { if (v57f45 ==null) return;  if (!v57f45.IsInit) { var v6e625 =null; if (typeof (IS_ReleaseType)!="undefined" &&IS_ReleaseType =="Beta") { v57f45.ScriptDirectory ="/CommonLibraryBeta/WebDesktop/V3_0_7200/"; v57f45.ImagesDirectory ="/CommonLibraryBeta/Images/WebDesktop/"; }  try { v6e625 =ISXml.GetNode(v57f45.XmlDt,"//WebPaneManager"); } catch(e) {} if (v6e625 ==null) v6e625 =v57f45.XmlDt.documentElement;  if (v6e625!=null) { IS.SetPropertiesRecursive(v57f45,v6e625); v57f45.SplitterStyle =DynamicStyleEngine.Assign(ISXml.GetNode(v57f45.XmlDt,"//SplitterStyle")); } } },  mca689:function(vb0581) { if (IS.moz ||IS.opera) { if (IS.moz) Listener.Add(window,"onresize",function(){wdf1d23.ma848(vb0581);}); else if (IS.opera) { if (vb0581.FrameObj.style.height.indexOf("%")>-1) vb0581.IsPercentageHeight =true; else if (vb0581.FrameObj.style.width.indexOf("%")>-1) vb0581.IsPercentageWidth =true;  if (vb0581.IsPercentageHeight) Listener.Add(window,"onresize",function(){wdf1d23.m26144(vb0581);}); }  window.attachEvent("onload",function(){wdf1d23.mc9e59(vb0581);}); } },  mc9e59:function(vb0981) { if (IS.moz) wdf1d23.mb7981(vb0981); else if (IS.opera) wdf1d23.mbfd99(vb0981); },  mb7981:function(vf6b81) { if (!IS.ie) { wdf1d23.m1589(vf6b81); wdf1d23.mdc941(vf6b81); setTimeout(function(){wdf1d23.md3260(vf6b81);},50); } },  md8298:function(vd1a81) { wdf1d23.m2af95(vd1a81.RootGroupPane); if (vd1a81.Splitters.length >0) CreateWebSplitters(vd1a81.Splitters,vd1a81); },  m2af95:function(v06031) { var v89f17 =v06031.GetPaneManager(); var v2ce1 =""; var v1a231 =""; for(var ve1316=0; ve1316<v06031.Panes.length; ve1316++) { var v67499 =v06031.Panes[ve1316]; var v6f411 =v67499.Collection[v67499.Index+1];  if ((v67499.Get("AllowResize")=="Yes" ||(v67499.Get("AllowCollapse")=="Yes" ||(v6f411 &&v6f411.Get("AllowCollapse")=="Yes")))&&ve1316 !=v06031.Panes.length-1) { var v8d831 =""; var v8a798 =""; var va7068 =false; var v70341 ="Pane1"; if (v06031.GroupType =="VerticalTile") { v2ce1 ="_V"; v1a231 ="Vertical"; } else { v2ce1 ="_H"; v1a231 ="Horizontal"; }  if (v67499.Get("AllowCollapse")=="Yes") { va7068 =true; v70341 ="Panel1"; if (v06031.GroupType =="VerticalTile") { v8d831 =v89f17.ImagesSettings.SplitterGripLeft; v8a798 =v89f17.ImagesSettings.SplitterGripRight; } else { v8d831 =v89f17.ImagesSettings.SplitterGripTop; v8a798 =v89f17.ImagesSettings.SplitterGripBottom; } }  if (v6f411 &&v6f411.Get("AllowCollapse")=="Yes" &&!va7068) { va7068 =true; v70341 ="Panel2";  if (v06031.GroupType =="VerticalTile") { v8d831 =v89f17.ImagesSettings.SplitterGripRight; v8a798 =v89f17.ImagesSettings.SplitterGripLeft; } else { v8d831 =v89f17.ImagesSettings.SplitterGripBottom; v8a798 =v89f17.ImagesSettings.SplitterGripTop; } } var vdcf44 =v89f17.ImagesDirectory; var va670 =new IntegratedWebSplitter("ws_" +v67499.Name +v2ce1,"split_" +v67499.Name +v2ce1,v1a231,"gray",v89f17.PaneSettings.PaneSpacing,va7068,v70341, v89f17.ResolveImagePath(vdcf44,v8d831),v89f17.ResolveImagePath(vdcf44,v8a798)); va670.AllowResize =(v67499.Get("AllowResize")=="Yes"); v89f17.Splitters.push(va670); }  if (v67499.GetType()=="WebGroupPane") wdf1d23.m2af95(v67499); } },  m8cd43:function(vdb422) { var v3d266 =vdb422.GetPaneIFrameElement(); var v88779 =vdb422.PaneManager.GetIFrameWindow(v3d266.name); var v0f535 =v3d266.parentElement; if (!vdb422.IFrameContentLoaded &&v3d266.readyState =="complete") { var vf3646 =v0f535.children[0];  if (vf3646.tagName =="DIV") vf3646.removeNode(true);  v3d266.style.display =""; vdb422.IFrameContentLoaded =true; } },  m1589:function(v6ea77) { var v1556 =v6ea77.GetAllPanes(); for (var v61698=0; v61698<v1556.length; v61698++) { var v0cf69 =v1556[v61698];  if (v0cf69.GetType()=="WebPane") { var v38a69 =v0cf69.GetContentElement(); v38a69.style.display ="none"; } }  if (IS.moz) { v6ea77.FrameObj.style.display ="none"; setTimeout( function(){v6ea77.FrameObj.style.display ="";} ,0); } },  me4492:function(v1f297,v1ef46) { var ve2561 =v1f297.GetContentElement(); var vd0c77 =ve2561.parentElement; var vebf54 =vd0c77.clientHeight -wdf1d23.mefe14(vd0c77)-wdf1d23.m26c61(vd0c77); if (typeof(v1ef46)=="undefined") v1ef46 =0;  if (vebf54 <2) vebf54 =0; if (vebf54 >0) v1f297._SuggestedHeight =vebf54; },  md3260:function(v1b38) { var v44852 =v1b38.GetAllPanes(); for (var v8ab25=0; v8ab25<v44852.length; v8ab25++) { if (v44852[v8ab25].GetType()=="WebPane") wdf1d23.me4492(v44852[v8ab25]); } for (var v8ab25=0; v8ab25<v44852.length; v8ab25++) { if (v44852[v8ab25].GetType()=="WebPane") { var v4d517 =v44852[v8ab25]; var va6d8 =v4d517.GetContentElement(); if (v4d517._SuggestedHeight) va6d8.style.height =v4d517._SuggestedHeight; va6d8.style.display =""; va6d8.style.display ="block"; } } },  mdc941:function(vf9f27) { var vad38 =vf9f27.FrameObj; if (!IS.ie) { if (ISGetCurrentWindow()!=null) { var v24a5 =ISGetCurrentWindow().DesktopManager.GetContentWindow(); if (v24a5.wd14b11 &&(v24a5.wd14b11.IsMouseDown ||v24a5.wd14b11.MozillaMouseUpTreshold)) return; }  if (vad38.style.height.indexOf("%")>-1) { vad38.origHeight =vad38.style.height; vad38.style.height ="100px"; setTimeout(function(){vad38.style.height =vad38.origHeight;},1); } } },  mefe14:function(vd9a11) { var v42527 =vd9a11.currentStyle;  if (v42527 !=null) { vd9a11.current_paddingTop =parseFloat(vd9a11.currentStyle.paddingTop); return vd9a11.current_paddingTop; } else return vd9a11.current_paddingTop; }, m26c61:function(v3a447) { var vb5b47 =v3a447.currentStyle;  if (vb5b47 !=null) { v3a447.current_paddingBottom =parseFloat(v3a447.currentStyle.paddingBottom); return v3a447.current_paddingBottom; } else return v3a447.current_paddingBottom; },  SetActualWidth: function() {  },  SetActualHeight: function() {  },  ma848:function(v6c147) { if (IS.moz ||IS.safari ) { wdf1d23.m1589(v6c147); wdf1d23.mdc941(v6c147); setTimeout(function(){wdf1d23.md3260(v6c147);},50); } else if (IS.opera) {  } },  OnIEResize: function(v72e47) {  },  m26144:function(v97047) {  if (v97047.ResizeTimeoutID >0) clearTimeout(v97047.ResizeTimeoutID);  v97047.ResizeTimeoutID =setTimeout(function() { wdf1d23.m81557(v97047); },50); },  m81557:function(vdd283) { var v81a83 =document.body.clientHeight;  if (v81a83 <vdd283.LastDocumentHeight) { wdf1d23.mbaf37(vdd283); vdd283.FrameObj.children[0].style.display ="none";  setTimeout(function() { vdd283.FrameObj.children[0].style.display =""; wdf1d23.mbfd99(vdd283); },10); } else {  wdf1d23.mbfd99(vdd283); }  vdd283.ResizeTimeoutID =0; },  mbfd99:function(v49a2) { var vf6283 =v49a2.GetAllPanes(); for (var v95b93=0; v95b93<vf6283.length; v95b93++) { wdf1d23.m3d53(vf6283[v95b93]); }  v49a2.LastDocumentWidth =document.body.clientWidth; v49a2.LastDocumentHeight =document.body.clientHeight; },  mbaf37:function(vc3022) { var v45b2 =vc3022.GetAllPanes(); for (var v4f73=0; v4f73<v45b2.length; v4f73++) { var vb5f62 =v45b2[v4f73]; var v81247 =vb5f62.GetElement().children[0].children[0]; v81247.style.height ="100%"; } },  m3d53:function(vcaf13) { if (IS.opera) { if (vcaf13.GetType()=="WebPane") { var v64057 =vcaf13.GetElement().children[0]; var v39782 =v64057.children[0]; var v5bd47 =vcaf13.GetContentDivElement();  v39782.style.height =ISPosLib.getHeight(v64057)-1; v5bd47.style.display ="none";  setTimeout(function() { v5bd47.style.display =""; },10); } else { var v34650 =vcaf13.GetElement(); var v1d173 =v34650.children[0]; var vc8b15 =v1d173.children[0];  vc8b15.style.height =ISPosLib.getHeight(v1d173); } } }};function WebPaneBeforeResized(v86832,vd7187,v25c22){ var vb6193 =ISGetObject(v86832); var v42b68 =vb6193.PaneManager; var v80288; var va3c79; var v8d34 =vd7187.id.substring(vd7187.id.lastIndexOf("_")+1); var va4a7 =v25c22.id.substring(v25c22.id.lastIndexOf("_")+1);  v80288 =v42b68.GetPaneByName(v8d34); va3c79 =v42b68.GetPaneByName(va4a7); if (!ISEvent.Raise(v42b68.ClientSideEvents.OnBeforeResize,v42b68.Id,v80288,va3c79)) return;  if (vd7187.style.height.indexOf("%")>=0) vd7187.percentResized =true;  if (v25c22.style.height.indexOf("%")>=0) v25c22.percentResized =true;}function WebPaneAfterResized(va6678,v6c914,v4d011,ve7050,v89a69,v9d138,v84d31){ var v52f3 =ISGetObject(va6678); var v34d26 =v52f3.PaneManager; var v59859; var v40985; var v92e48 =v6c914.id.substring(v6c914.id.lastIndexOf("_")+1); var vcc722 =v4d011.id.substring(v4d011.id.lastIndexOf("_")+1);  v59859 =v34d26.GetPaneByName(v92e48); v40985 =v34d26.GetPaneByName(vcc722);  if (IS.opera) { wdf1d23.m3d53(v59859); wdf1d23.m3d53(v40985); }  ISEvent.Raise(v34d26.ClientSideEvents.OnAfterResize,v34d26.Id,v59859,v40985);  wdf1d23.ma848(v34d26);}function WebPaneBeforeCollapse(vee717,v71434,v76a45){ var v28b98 =ISGetObject(vee717); var v61624 =v28b98.PaneManager; var v6d678; var v1ce12; var v60f69 =v71434.id.substring(v71434.id.lastIndexOf("_")+1); var v02847 =v76a45.id.substring(v76a45.id.lastIndexOf("_")+1);  v6d678 =v61624.GetPaneByName(v60f69); v1ce12 =v61624.GetPaneByName(v02847);  ISEvent.Raise(v61624.ClientSideEvents.OnBeforeCollapse,v61624.Id,v6d678,v1ce12);}function WebPaneBeforeRestore(va0b9,v15f82,v91848){ var v1c937 =ISGetObject(va0b9); var ve7c43 =v1c937.PaneManager; var vd6611; var v14835; var v20468 =v15f82.id.substring(v15f82.id.lastIndexOf("_")+1); var va1665 =v91848.id.substring(v91848.id.lastIndexOf("_")+1);  vd6611 =ve7c43.GetPaneByName(v20468); v14835 =ve7c43.GetPaneByName(va1665);  ISEvent.Raise(ve7c43.ClientSideEvents.OnBeforeRestore,ve7c43.Id,vd6611,v14835);}function WebPaneAfterCollapse(v54a23,ve9a90,va8634){ var vb7884 =ISGetObject(v54a23); var ve2c71 =vb7884.PaneManager; var vc790; var v0e683; var vc6635 =ve9a90.id.substring(ve9a90.id.lastIndexOf("_")+1); var v03378 =va8634.id.substring(va8634.id.lastIndexOf("_")+1);  vc790 =ve2c71.GetPaneByName(vc6635); v0e683 =ve2c71.GetPaneByName(v03378); if (IS.opera) { wdf1d23.m3d53(vc790); wdf1d23.m3d53(v0e683); } else if (!IS.ie) { if (vc790.Parent.GroupType =="HorizontalTile") ve2c71.OnResize(); }  ISEvent.Raise(ve2c71.ClientSideEvents.OnAfterCollapse,ve2c71.Id,vc790,v0e683);}function WebPaneAfterRestore(v69189,vf4b27,v22e90){ var v2e894 =ISGetObject(v69189); var vc9b29 =v2e894.PaneManager; var vfff71; var v39a89; var vf6579 =vf4b27.id.substring(vf4b27.id.lastIndexOf("_")+1); var v85193 =v22e90.id.substring(v22e90.id.lastIndexOf("_")+1);  vfff71 =vc9b29.GetPaneByName(vf6579); v39a89 =vc9b29.GetPaneByName(v85193); if (IS.opera) { wdf1d23.m3d53(vfff71); wdf1d23.m3d53(v39a89); } else if (!IS.ie) { if (vfff71.Parent.GroupType =="HorizontalTile") vc9b29.OnResize(); }  ISEvent.Raise(vc9b29.ClientSideEvents.OnAfterRestore,vc9b29.Id,vfff71,v39a89);}function WebPaneManagerDestructor(){ var vea78 =delete wdf1d23;  window.detachEvent("onunload",WebPaneManagerDestructor); IS.RegisterUnloadVariables("wdf1d23");}window.attachEvent("onunload",WebPaneManagerDestructor);