var off='./dynapiexamples/images/eicon1.gif'; var on='./dynapiexamples/images/eicon2.gif'; var dn='./dynapiexamples/images/eicon3.gif';
hro = new HTMLRollover(null,32,32,off,on,dn); hro.setBorder(1); hro.addEventListener({ onclick:function(e){ var o=e.getSource(); alert('Hi, my name is Elco'); o.cancelEvent(); // cancel event } });