getViewportHeight: function(){
            return Ext.isIE9m ? 
                   (Ext.isStrict ? doc.documentElement.clientHeight : doc.body.clientHeight) :
                   self.innerHeight;
        },