if (typeof (height) == 'number') {
        this.height = height;
        this.heightUnit = 'px';
    } else if (typeof (height) == 'string') {
        this.height = parseInt('0' + height, 10);