(function () { var callee = arguments.callee; $("#kateg-fon").one("mouseover mouseout", function () { $("#kat-dop-opt")[ event.type == "mouseover" ? "show" : "hide" ](150, callee); }); })();