How to change Dhtmlx combo image on mouse over ?

if i want to change images “combo_select.gif” to other image when i move mouse over Dhtmlx object ?

dhtmlxEvent(combo.DOMelem_input,“mouseover”,function(){
combo.DOMelem_button.src=“some.gif”;
});