Nav Progress

I decided to get the nav out of the way finally. At first I was going to use text for the nav, but instead opted for graphics using a font made by Jason Kottke called Silkscreen. After a long struggle to get the JS working with the images again, I've finished the nav, and for the most part I'm happy with it. The way I have it set up, the top frame will never have to reload. It simply does image swaps to get the disired effect. Lots of image swaps actually, which is why it was such a pain to code.

It's not the most error free code however (or clean for that matter, just take a look at what a mess it is). Here's a simple way to break it: Hit Reload right now. Oh dear, you're in Plan, but it says you're in Index.

So much for "intelligent navigation".

version 6 progress:

*final nav images done.
*nav JS done.