Stop scrolling

hi
i’m using this simple code to scroll a picture’s strip


_root.onEnterFrame = function() {
menu_mc._x -= (_xmouse-stage.width/2)*0.06;
};

how can i stop the scrolling on right and left side ?? i tried
if(menu_mc>max)…

but it block there and dont roll more…
i think it’s trite question but can you help me ?? thank’s