



img.maxheight {



/* width: expression(this.width > 210 ? 210: true); */
/* height: expression(this.width > 262 ? 262: true); */


max-width: 210px;
max-height: 260px;

width: expression(this.height < this.width && this.width > 210 ? 210 : true);
height: expression(this.height >= this.width && this.height > 262 ? 262 : true);

 /* width: expression(Math.min(this.width, 210)); */
 /* height: expression(Math.min(this.height, 260));  */
}

/* * possibles{ 

*/ height: expression( this.scrollHeight > 284 ? "285px" : "auto" ); /*
/* max-height: 285px; */
*/ width: expression( document.body.clientWidth > 214 ? "215px" : "auto" ); /*
/* max-width: 215px;  */

/* height: expression( this.scrollHeight > 284 ? "285px" : "auto" ); */

/* width: expression( document.body.clientWidth > 214 ? "215px" : "auto" ); */
} */