addmenu(menu=[			// This is the array that contains your menu properties and details
"menu1",		// Menu items Name
51,						// Top
135,					// left
,					// 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=img/mformation.gif>","show-menu=formation","presentation.html swapimage=img/mformation-o.gif;",,0
,"<img border=0 src=img/mprojets.gif>","projets.html swapimage=img/mprojets-o.gif;",,,0
,"<img border=0 src=img/metud.gif>","show-menu=etudiant","etud-choix.html swapimage=img/metud-o.gif;",,0
,"<img border=0 src=img/mets.gif>","show-menu=entreprise","ets-choix.html swapimage=img/mets-o.gif;",,0
,"<img border=0 src=img/mcontacts.gif>","contact.html swapimage=img/mcontacts-o.gif;",,,0
])

