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_principes.gif>","show-menu=principes","# swapimage=images/bt_principes_o.gif;",,0
,"<img border=0 src=images/bt_activ.gif>","show-menu=activ","# swapimage=images/bt_activ_o.gif;",,0
,"<img border=0 src=images/bt_membres.gif>","show-menu=membres","# swapimage=images/bt_membres_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
140,					// 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_actu.gif>","show-menu=actu","# swapimage=images/bt_actu_o.gif;",,0
,"<img border=0 src=images/bt_agenda.gif>","show-menu=agenda","# swapimage=images/bt_agenda_o.gif;",,0
,"<img border=0 src=images/bt_lieux.gif>","show-menu=lieux","# swapimage=images/bt_lieux_o.gif;",,0
,"<img border=0 src=images/bt_echange.gif>","show-menu=echange","# swapimage=images/bt_echange_o.gif;",,0
,"<img border=0 src=images/bt_doc.gif>","show-menu=doc","# swapimage=images/bt_doc_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_com.gif>","http://www.lunebleue.com/ swapimage=images/bt_com_o.gif;",,,1
,"<img border=0 src=images/bt_net.gif>","http://www.lunebleue.net/ swapimage=images/bt_net_o.gif;",,,1
,"<img border=0 src=images/spacer.gif>","#",,,1
])

addmenu(menu=["activ",
56,,200,1,"",submenu1_properties,,,,,,,,,,,,,,,
,"Centre de ressources","activ_1.html",,,
,"Formations","activ_2.html",,,
,"Portage salarial","activ_3.html",,,
,"Bourses de projets","activ_4.html",,,
])

addmenu(menu=["principes",
56,,200,1,"",submenu1_properties,,,,,,,,,,,,,,,
,"Lieu de dévirtualisation","principes_1.html",,,
,"Réseau de partage des savoirs","principes_2.html",,,
,"Engagement contre l'exclusion des savoirs","principes_3.html",,,
])

addmenu(menu=["membres",
56,,200,1,"",submenu1_properties,,,,,,,,,,,,,,,
,"Avantages et implications","membres_1.html",,,1
,"Adhérer à l'association","membres_4.html",,,
])

addmenu(menu=["actu",
,,200,1,"",submenu2_properties,,,,,,,,,,,,,,,
,"Une synthèse de l'actualité du multimédia ","#",,,
])

addmenu(menu=["agenda",
,,200,1,"",submenu2_properties,,,,,,,,,,,,,,,
,"Un agenda des manifestations et des conférences autour du multimédia","#",,,
])

addmenu(menu=["lieux",
,,200,1,"",submenu2_properties,,,,,,,,,,,,,,,
,"Une liste des lieux où exercer son métier, les lieux de lutte contre l’exclusion, ...","#",,,
])

addmenu(menu=["echange",
,,200,1,"",submenu2_properties,,,,,,,,,,,,,,,
,"Offres et demandes de formations,<br>offres et demandes d'emplois, ...","#",,,
])

addmenu(menu=["doc",
,,200,1,"",submenu2_properties,,,,,,,,,,,,,,,
,"une petite encyclopédie de la réalisation web","#",,,
])

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

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