This site is not quite ready yet. But you are welcome to take a peek
JavaScript Menues A way to make easy and professional lookig menus on your web page,
with or without graphic buttons, visual effects and popup submenus.
Some of the advantages of JavaScript Menues:
- It's easy. build a menu in the tester and download a working page, or cut and paste directly from the testpage.
- It's free.
- Very littel code in the page. You simply make the menu object, fill it with menu items and set the extra properties you wan't. Change colors and the like in a few CSS classes and put in a special tag, where you want the menu to appear - and you are up and running.
- It's flexible. It's easy to change the look and feel of the menus for the hole site, just by fidling with the CSS classes and the menu properties. That is especialy usefull if the design and server side scripting are done by different persons.
- Short loadtime. The relativly small javascript file are loaded once at the first page of your site. The temporary copy the browser keeps, are then reused on the following pages. The same goes for the 1 in 3 graphic text buttons. The graphics take up a few hundred bytes and are reused by the browser, in all graphic buttons.
- It works well with serverscripts. You can change the menus dynamicly just by changing the menu definition. That can be very compact to reduce loadtime.

