_root.auto_moto.onEnterFrame = function() { if (mouse_over_auto_moto) { // ИЛИ на 3 выпадающем субменю _root.auto_moto.nextFrame(); } else { _root.auto_moto.prevFrame(); } };