How to define custom menu

When should I define custom menu? You should define custom menu, when your menu is Flash-animated or when you can't define dynamic menu
  1. Create a Menu or use Main Menu ('Menu 1')
  2. We will define 'Home' subpage...
  3. Go to your Website Admin area, and click on Home subpage on the left side
  4. Look on the top-right corner, you will see 'Home' subpage address:

  5. Use this link ('index.php?p=1_1') as your subpage URL.


    When you assign links in Flash menu, add following getURL action script code:

    on (release) {

              getURL("index.php?p=1_1");

    }

See also How to define dynamic menu