var SearchBuilder={toggleDisplay:function(A){if(typeof A._fx=="undefined"||A._fx==null){A._fx=new fx.Height(A,{duration:400,transition:fx.backOut});A._initialHeight=A.offsetHeight;A._fx.custom(A.offsetHeight,185)}else{A._fx.clearTimer();A._fx.custom(A.offsetHeight,((document.all)?A._initialHeight:A._initialHeight-2));A._fx=null}}};var PropertyResults={EventRules:{"#PropertyResults .ExpandIcon:click":function(A){PropertyResults.toggleDetail.bind(PropertyResults)(A.up().up());return false}},toggleTracker:{},additionalContentHeight:85,initialize:function(){EventSelectors.start(this.EventRules)},swapResultRowColor:function(A){},toggleDetail:function(A){if(typeof A._fx=="undefined"||A._fx==null){A._fx=new fx.Height(A,{duration:400,transition:fx.backOut});A._initialHeight=A.offsetHeight;A._fx.custom(A.offsetHeight,A.offsetHeight+this.additionalContentHeight);A.style.fontWeight="bold"}else{A._fx.clearTimer();A._fx.custom(A.offsetHeight,A._initialHeight);A._fx=null;A.style.fontWeight=""}},toggleAll:function(A){var B=$("ResultItems_"+A);B.cleanWhitespace();$A(B.childNodes).each(function(C){if(!this.toggleTracker[A]){if(typeof C._fx=="undefined"||C._fx==null){C._fx=new fx.Height(C,{duration:400,transition:fx.backOut});C._initialHeight=C.offsetHeight;C._fx.custom(C.offsetHeight,C.offsetHeight+this.additionalContentHeight);C.style.fontWeight="bold"}}else{if(C._fx!="undefined"&&C._fx!=null){C._fx.clearTimer();C._fx.custom(C.offsetHeight,C._initialHeight);C._fx=null;C.style.fontWeight=""}}}.bind(this));if(!this.toggleTracker[A]){this.toggleTracker[A]=true}else{delete (this.toggleTracker[A])}}};Event.observe(window,"load",PropertyResults.initialize.bind(PropertyResults));