function ObjImage() {
//alert('ObjImage in');
 this.SMALL  = 0;
 this.MEDIUM = 1;
 this.LARGE  = 2;

 //alert('ObjImage out');
 return this;
}
