// Milonic DHTML Menu
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.



// The following line is critical for menu operation, and must appear only once.
menunum=0;
menus=new Array();
_d=document;
function addmenu() {
	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);
}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


effect = "Fade(duration=0.2);Alpha(style=0,opacity=80);Shadow(color='#777777', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=-1;			// Sub menu offset Top position 
suboffset_left=-1;			// Sub menu offset Left position


style1=[				// Menu Properties Array
"666666",						// Off Font Color
"FFFFFF",					// Off Back Color
"000000",					// On Font Color
"CCCCCC",					// On Back Color
0,					// Border Color
10,							// Font Size
"normal",					// Font Style
"regular",						// Font Weight
"Verdana, Arial, Geneva, Helvetica",	// Font
5,							// Padding
"../images/global/flechesousmenu_off.gif"			// Sub Menu Image
,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
]

style2=[				// Menu Properties Array
"666666",						// Off Font Color
"FFFFFF",					// Off Back Color
"000000",					// On Font Color
"CCCCCC",					// On Back Color
"CCCCCC",					// Border Color
10,							// Font Size
"normal",					// Font Style
"regular",						// Font Weight
"Verdana, Arial, Geneva, Helvetica",	// Font
5,							// Padding
"../images/global/flechesousmenu_off.gif"			// Sub Menu Image
,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
]

style3=[				// Menu Properties Array
"666666",						// Off Font Color
"FFFFFF",					// Off Back Color
"000000",					// On Font Color
"CCCCCC",					// On Back Color
"666666",					// Border Color
9,							// Font Size
"bold",					// Font Style
"regular",						// Font Weight
"Verdana, Arial, Geneva, Helvetica",	// Font
5,							// Padding
"../images/global/flechesousmenu_off.gif"			// Sub Menu Image
,							// 3D Border & Separator
,					// 3D High Color
,					// 3D Low Color
]


/*
addmenu(menu=[				// This is the array that contains your menu properties and details
"menuprincipal",				// Menu items Name
0,						// Top
0,						// left
,							// Width
0,							// Border Width
,							// Screen Position - here you can use "center;left;right;middle;top;bottom"
style1,				// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
"left",						// 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
,
,
,
,"ACCUEIL","accueil_fr.html",,,0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"PRODUITS","show-menu=produits",,"",0
,"UTILITAIRES","show-menu=utilitaires",,"",0
,"COMPAGNIE","show-menu=compagnie",,"",0
,"MÉDIAS","show-menu=medias",,"",0
,"CONTACT","show-menu=contact",,"",0
])
*/

/*
addmenu(menu=["produits",,47,100,1,,style2,0,,,0,,,,,,,"form1",,,,
,"Baronet Silver", "show-menu=baronetsilver",,,0
,"Baronet", "show-menu=baronet",,,0
])
*/


addmenu(menu=["produits",32,0,170,1,,style2,0,,,0,,,,,,,"form1",,,,
,"Recherche", "produits_recherche.php",,,0
,"Collections", "produits_collections.php",,,0
,"Cat&eacute;gories", "produits_categories.php",,,0
,"Mat&eacute;riaux", "produits_materiaux.php",,,0
,"Entretien", "produits_entretien.php",,,0
,"Documents d'assemblage", "produits_assemblage.php",,,0
])

addmenu(menu=["medias",32,53,150,1,,style2,0,"left",,0,,,,,,,"form1",,,,
,"Dossier de presse","medias_presse.php",,,0
,"Campagnes publicitaires","medias_pub.php",,,0
])

addmenu(menu=["distributeurs",32,95,130,1,,style2,0,"left",,0,,,,,,,"form1",,,,
,"Comptes","distri_comptes.php",,,0
,"Points de vente","distri_ptsdevente.php",,,0
,"Classes de prix","distri_classesprix.php",,,0
,"Nouvelles aux clients","distri_nouvelles.php",,,0
,"Formulaire démo","client/fr/validation.php",,,0
,"Demo Form","client/en/validation.php",,,0
])

addmenu(menu=["autres",32,173,130,1,,style2,0,"left",,0,,,,,,,"form1",,,,
,"Lexique","autres_lexique.php",,,0
,"Offres d'emploi","autres_emplois.php",,,0
])

dumpmenus()