Sends the user to a specific URL based on the combined selections from two different pulldown menus. ``If the user only selects from one menu, they are still taken to that menu's corresponding page.
This navigation menu works by using the onChange function of the SELECT object to tell the window to load a new document. The URLs of the documents to jump to are given by the VALUE of the various OPTION tags contained in the SELECT.
Cascading Menus can be described as drop down boxes that change do to a selection in a previous drop down box. MenuGen generates javascript code for cascading menus.