Sliding menu effect Change

Hello hello,
I’ve ben through the Sliding menu tutorial on kirupa at:
http://www.kirupa.com/developer/flash5/slidingmenu.htm

The effect is great although for my purposes I am trying toget rid of the elastic easing effect and get a even speed without easing. The overall effect I want to achieve is a more of a push and stop rather than the blocks being sprung into place. Any help would be greatly appreciated. Here are my files:

http://www.czmandesign.com/sliding/

Also, the speed I am lookin for is more similar to this:
http://www.kirupa.com/developer/mx/ASmovement.htm
:thumb:

http://www.aevision.com/tutorials/flash_sliding_pages.htm
I also found this similar script above, its maybe a little simpler to follow.
I’m thinking that the answer may have something to do with this bit of code

[COLOR=“MediumTurquoise”]onClipEvent (enterFrame) {
_x += (endX-_x)/spd;[/COLOR]

I haven’t used a lot actionscript but I figure that this “spd” script gives it the elastic effect and I am simply looking for direct movement without easing. Again, I’m a beginner!
-Thanks again