isc.defineClass("MWImg", Img).addProperties({ width: 16, height: 16, showRollOver: true, mouseOver: function(){ if (this.cursor != "hand") { this.setCursor("hand"); } } });
Comment