﻿* html div.scroll_div_150 { 
   height: expression( this.scrollHeight > 150 ? "150px" : "auto" ); /* sets max-height for IE */
}
* html div.scroll_div_400 { 
   height: expression( this.scrollHeight > 400 ? "400px" : "auto" ); /* sets max-height for IE */
}