MAIN MENU TAG
 
Syntax:
AC:MENU:MENU1IDs:EXPAND or NOT:Beginning Area:Menu1BuilderArea :Menu2 Menu1BuilderArea:Menu3 Menu1BuilderArea:Menu4 Menu1BuilderArea:Ending Area
 
The tag starts with AC:MENU: and then the first parameter is the menu 1 Id’s you want to show up.
The next parameter is whether or not to have it show or build all the menu 1, 2, 3 and 4 menu builder areas or not. This is a TRUE or FALSE parameter.
The next parameter is the beginning area that will start before the menu is drawn.
Next we call the 4 menu level builder areas. These areas have there own builder and call their own areas specific to the menu level or how ever you want to set them up.
Finally we have the ending menu area that ends after the menu is drawn.

 
Example:
AC:MENU:996,174,430,1007:TRUE:ulB:li1:li2:li2:li2:ulE
This menu tag calls the pages with id 996, 174, 430 and 1007. It will expand to all the submenu. The ulB is the beginning area for the ul (e.g: <ul>), li1, li2 is the sub menus' areas of the main menu and ulE is the ending area of the menu (e.g </ul>).