addmenu(menu=[
"mainmenu1",                   // Menu Name - This is needed in order for this menu to be called
10,                          // Menu Top - The Top position of this menu in pixels
150,                          // Menu Left - The Left position of this menu in pixels
80,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
"",                   // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
BlackStyle,              // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
"center",                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Fade(duration=0.7)",         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                      // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"Feng Shui","show-menu=fengshui","#",,1
]);

addmenu(menu=[
"mainmenu2",                   // Menu Name - This is needed in order for this menu to be called
10,                          // Menu Top - The Top position of this menu in pixels
360,                          // Menu Left - The Left position of this menu in pixels
120,                          // Menu Width - Menus width in pixels
1,                            // Menu Border Width
"",                   // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
BlackStyle,              // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
"center",                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
"Fade(duration=0.7)",         // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
1,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
0,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                      // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
,"Kung Fu + Tai Chi","show-menu=kungfu","#",,1
]);

addmenu(menu=["fengshui",,,120,1,,XPMainStyle,0,,"Fade(duration=0.5)",0,0,0,,,0,0,,,0,,,
"Master Lo","fengshui/about.htm",,,,
"About Feng Shui","fengshui/what.htm",,,,
"Testimonies","fengshui/testimonial.htm",,,,
"Seminars","fengshui/seminars.htm",,,,
"Bookings","hotline.htm",,,,
"Chinese Year","chinese_year.htm",,,
]);

addmenu(menu=["kungfu",,,100,1,,XPMainStyle,0,,"Fade(duration=0.5)",0,0,0,,,0,0,,,0,,,
"History","kungfutaichi/about.html",,,,
"Styles","show-menu=styles",,,,
"Awards","kungfutaichi/awards/index.htm",,,,
"Locations","kungfutaichi/locations/index.htm",,,,
"Seminars","kungfutaichi/seminars/index.htm",,,,
"Contact Us","kungfutaichi/bookingkf.htm",,,
]);

addmenu(menu=["styles",,,100,1,,XPMainStyle,0,,"Fade(duration=0.5)",0,0,0,,,0,0,,,0,,,
"Wing Chun","kungfutaichi/wingchun/index.htm",,,,
"Chou Gar","kungfutaichi/chougar/index.htm",,,,
"Tai Chi","kungfutaichi/taichi/index.htm",,,,
"Lion Dance","kungfutaichi/liondance/index.htm",,,,
"Dragon Dance","kungfutaichi/dragondance/index.htm",,,
]);

dumpmenus();