function gg() { // обработчик события от мыши на объекте // this ... event... blablabla }; element.onmouseover = gg;