addmenu(menu=[			// This is the array that contains your menu properties and details
"menu1",		// Menu items Name
30,						// Top
206,					// left
100,					// Width
0,						// Border Width
,						// Screen Position - here you can use "center;left;right;middle;top;bottom"
menu1_properties,		// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
,						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,						// Filter - Text variable for setting transitional effects on menu activation
,						// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 						// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,						// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,						// Position of sub image left:center:right:middle:top:bottom
,						// Show an image on top menu bars indicating a sub menu exists below
,						// Reserved for future use
,,,,					// Reserved for future use
,						// Reserved for future use
,"<img border=0 src=images/bt_present.gif>","index.html swapimage=images/bt_present_o.gif;",,,0
,"<img border=0 src=images/bt_reso.gif>","reseau.html swapimage=images/bt_reso_o.gif;",,,0
,"<img border=0 src=images/bt_contact.gif>","contact.html swapimage=images/bt_contact_o.gif;;",,,0
])

addmenu(menu=[			// This is the array that contains your menu properties and details
"menu2",			// Menu items Name
120,					// Top
0,						// left
170,					// Width
0,						// Border Width
"right",						// Screen Position - here you can use "center;left;right;middle;top;bottom"
menu2_properties,		// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
,						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,						// Filter - Text variable for setting transitional effects on menu activation
,						// Follow Scrolling - Tells the menu item to follow the user down the screen
, 						// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,						// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,						// Position of sub image left:center:right:middle:top:bottom
,						// Show an image on top menu bars indicating a sub menu exists below
,						// Reserved for future use
,,,,					// Reserved for future use
,						// Reserved for future use
,"<img border=0 src=images/bt_fiches.gif>","show-menu=fiches","# swapimage=images/bt_fiches_o.gif;",,0
])

addmenu(menu=["lunes",
325,0,175,0,"right",menu2_properties,1,,,,,,,,,,,,,,
,"<img border=0 src=images/spacer.gif>","#",,,1
,"<img border=0 src=images/bt_org.gif>","http://www.lunebleue.org/ swapimage=images/bt_org_o.gif;",,,1
,"<img border=0 src=images/bt_com.gif>","http://www.lunebleue.com/ swapimage=images/bt_com_o.gif;",,,1
,"<img border=0 src=images/spacer.gif>","#",,,1
])

addmenu(menu=["fiches",
,,200,1,"",submenu2_properties,,,,,,,,,,,,,,,
,"Gestion de votre compte","fiche_1.html",,,
])

//////////////////////////////////
// Editable properties END here //
//////////////////////////////////

dumpmenus() // This must be the last line in this file

