
menunum=0;menus=new Array();_d=document;function addmenu(menu){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

effect = "Fade(duration=0.5);Alpha(style=0,opacity=90);Shadow(color='#334d70', Direction=135, Strength=5)"//"Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"


timegap=100			// The time delay for menus to remain visible
followspeed=0		// Follow Scrolling speed
followrate=0		// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position 
suboffset_left=15;	// Sub menu offset Left position //    *****position du 2eme sous menu sur le premier nenu******
closeOnClick = true

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"4b6633",				// couleur du texte du menu
"cdc2d2",			// Mouse Off Background *************Color couleur du fond du menu
"FF9900",			// Mouse On Font Color ****************couleur du texte en rollover
"ffffff",			// Mouse On Background Color *************couleur du fond en rollover
"ff9933",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial",	// Font Name
5,					//  hauteur de la case de menus
topmenu+"miniright.gif",		// Sub Menu Image (Leave this blank if not needed)
]

addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
tpmenu,				// Menu Top - The Top position of the menu in pixels
20,				// Menu Left - en pixels position à partir du bord gauche
//200,				// Menu Left - en pixels position à partir du bord gauche
110,				// Menu Width - Menus width in pixels largeur de la 1ere bande du haut du menu
1,					// Menu Border Width largeur du contour de la 1ere bande du haut du menu
//lpmenu,				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
lpmenu="center",				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"

style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
0,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
0,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
0,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off) fait apparaitre ensuite le sous menu si on clic sur la barre du titre du menu
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use

//,"Actualité",topmenu+"actualite_art2com.php",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Accueil",topmenu+"index.php",,"",1 // la c'est pour un 2eme menu en horizontal et lien direct
,"Internet",topmenu+"internet_art2com.php",,"",1 // la c'est pour un 2eme menu en horizontal et lien direct
,"Multim&eacute;dia","show-menu=multimedia",,"",1  // la c'est pour un 2eme menu en horizontal
,"Photographie / vid&eacute;o","show-menu=photo",,"",1  // la c'est pour un 2eme menu en horizontal
,"Animation Stand","show-menu=stand",,"",1  // la c'est pour un 2eme menu en horizontal
,"Contact",topmenu+"contact_art2com.php",,"",1  // la c'est pour un 2eme menu en horizontal
,"Acc&egrave;s client",topmenu+"client.php",,"",1  // c'est pour un 2eme menu en horizontal et lien direct
])


// menu deroulant de multimédia
	addmenu(menu=["multimedia",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Animatique multim&eacute;dia",topmenu+"animatique_art2com.php",,,1
	//,"DVD multim&eacute;dia",topmenu+"dvd_art2com.php",,,1
	,"CDrom multim&eacute;dia",topmenu+"cdrom_art2com.php",,,1
	,"3D",topmenu+"3D_art2com.php",,,1

	])// fin du menu deroulant
	
	// menu deroulant de Photographie
	addmenu(menu=["photo",
	,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Photos",topmenu+"photographie_art2com.php",,,1
	//,"Galerie photo",topmenu+"galerie_photo_art2com.php",,,1
	,"Vid&eacute;os",topmenu+"video_art2com.php",,,1

	//,"Vente photo/vidéo",topmenu+"vente_photo_vidéo_art2com.php",,,1
	//,"Reportage",topmenu+"reportage_art2com.php",,,1

	])// fin du menu deroulant
	
		// menu deroulant de stand
	addmenu(menu=["stand",
	,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"FFC",topmenu+"stand_art2com.php",,,1
	])// fin du menu deroulant
	
	// menu deroulant qui
	//addmenu(menu=["qui",
	//,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
	//,"Soci&eacute;t&eacute;",topmenu+"societe_art2com.php",,,1
	//,"Contact",topmenu+"contact_art2com.php",,,1
	//])// fin du menu deroulant

dumpmenus()
