function Dare2CompareAbstractComp(){Dare2CompareAbstractComp.superclass.constructor.call(this);}YAHOO.lang.extend(Dare2CompareAbstractComp,HwTilesComp);Dare2CompareAbstractComp.prototype.popupHeight=685;Dare2CompareAbstractComp.prototype.popupWidth=530;Dare2CompareAbstractComp.prototype.popupLeft=400;Dare2CompareAbstractComp.prototype.popupTop=60;Dare2CompareAbstractComp.prototype.popupHorizontalStep=60;Dare2CompareAbstractComp.prototype.popupVerticalStep=60;Dare2CompareAbstractComp.prototype.openSearchWindows={mustExtend:true};Dare2CompareAbstractComp.prototype.validateMinPartnersSelection={mustExtend:true};Dare2CompareAbstractComp.prototype.postAnalytics={mustExtend:true};Dare2CompareAbstractComp.prototype.onSearchSubmit={mustExtend:true};Dare2CompareAbstractComp.prototype.showPopupFailure={mustExtend:true};Dare2CompareAbstractComp.prototype.setPopupParams=function(c){var a=screen.height;var b=screen.width;this.popupWidth=530;this.popupHeight=685;if(c*this.popupHorizontalStep+this.popupLeft+this.popupWidth>b){this.popupWidth=b-this.popupLeft-this.popupHorizontalStep*c;}if(c*this.popupVerticalStep+this.popupTop+this.popupHeight>a){this.popupHeight=a-this.popupTop-this.popupVerticalStep*c-60;}};