Button.prototype.onRollOver = function (){ Mouse.hide(); // + заменить курсор на свой } Button.prototype.onRollOut = function (){ Mouse.show(); }