Any way to create this nav with javascript?

I want to mimic the main nav of this site (top left corner) by having a vertical nav with horizontal flyout. Any way to do this w/o Flash? http://www.jackmorton.com/

Easily done without Flash, especially with one of the JS libraries out there, like jQuery. I’d build it in CSS only first, then add the javascript layer on top. That way if Javascript is off, the menu still works.

You’d need to use jQuery’s animation functions. If you look through the documentation, you’ll find something to get things to fly out from left to right.