
window.addEvent('domready',function(){$('btSend').addEvent('mouseenter',function(e){e=new Event(e).stop();this.style.background="url(../imgs/flech_bt.gif) 3px 3px no-repeat #aac700";});$('btSend').addEvent('mouseleave',function(e){e=new Event(e).stop();this.style.background="url(../imgs/flech_bt.gif) 3px 3px no-repeat black";});});