Setting Up a Second Menu
All Allwebco templates use a single file for the menu system. The menu.js. In some cases you may want to have one or more pages with a different set of links on it than the other pages. This is fairly simple to set up.
Step #1:
Make a copy of the menu.js. Call it "menu-2.js"
Step #2:
Open the page that you want to have different menu links on in Notepad. Search for "menu.js". This will only appear once inside the page. Edit it so it says "menu-2.js". Save the HTML page.
Step #3:
Edit the menu-2.js with your different links.
Step #4:
Open the HTML page you edited in your browser and see if the different links are now there.