width: expression( this.offsetWidth < 40 ? "40px" : "auto" );
width: expression( this.clientWidth < 40 ? "40px" : "auto" );