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);
}
////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

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


timegap=500			// The time delay for menus to remain visible
followspeed=4			// Follow Scrolling speed
followrate=2			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position
suboffset_left=10;		// Sub menu offset Left position
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.
"FF970A",			// Mouse Off Font Color
"333399",			// Mouse Off Background Color
"333399",//C7027A			// Mouse On Font Color
"FF970A",//EAF1FF			// Mouse On Background Color
"333399",			// Menu Border Color
12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold", 			// Font Weight (bold or normal)
"Verdana",		  // Font Name
2,				// Menu Item Padding
"",				// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"",			// 3D High Color
"",			// 3D Low Color
"FFFFFF",			  // Current Page Item Font Color (leave this blank to disable)
"",			    // Current Page Item Background Color (leave this blank to disable)
"",				// Top Bar image (Leave this blank to disable)
"000000",			// Menu Header Font Color (Leave blank if headers are not needed)
"C1D2F5",			// Menu Header Background Color (Leave blank if headers are not needed)
"B5ECF5",			// Menu Item Separator Color
]
addmenu(menu=[   
"MainMenu",
"-20",
"0",
,
1,
,
style1,
1,  
"left",
,
,
1,
,
,
,
,
,
,
,
,
, 
,"<img src='image/puce_ronde.gif' width='8' height='8' border='0'>&nbsp;&nbsp;Accueil&nbsp;&nbsp;","?p=accueil",,"",0
,"<img src='image/puce_ronde.gif' width='8' height='8' border='0'>&nbsp;&nbsp;Entreprise&nbsp;&nbsp;","show-menu=DEntreprise",,"",0
,"<img src='image/puce_ronde.gif' width='8' height='8' border='0'>&nbsp;&nbsp;Produits&nbsp;&nbsp;","show-menu=DProduits",,"",0
,"<img src='image/puce_ronde.gif' width='8' height='8' border='0'>&nbsp;&nbsp;Contact&nbsp;&nbsp;","?p=contact",,"",0
])
addmenu(menu=["DEntreprise",,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Carte de visite","?p=entreprise_cdv",,,1
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Stratégie","?p=entreprise_strategie",,,1
])
addmenu(menu=["DProduits",,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Solution grif","show-menu=DSolutionGrif",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Solution Distrifuel","show-menu=DSolutionDistrifuel",,,1
])
addmenu(menu=["DSolutionGrif",,,250,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Aide à la navigation","?p=produit_solutiongrif_aidenaviguation",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Architecture","?p=produit_solutiongrif_architecture",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Gestion des missions","?p=produit_solutiongrif_gestionmission",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Gestion des remorques","?p=produit_solutiongrif_gestionremorque",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Gestion des temps sociaux","?p=produit_solutiongrif_gestiontpssociaux",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Localisation","?p=produit_solutiongrif_localisation",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Sécurité","?p=produit_solutiongrif_securite",,,1	  
])
addmenu(menu=["DSolutionDistrifuel",,,250,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Découvrez Distrifuel","?p=produit_solutiondistrifuel_decouvrir",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Etape 1 : Client » Entreprise","?p=produit_solutiondistrifuel_step1",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Etape 2 : Entreprise » Chauffeur","?p=produit_solutiondistrifuel_step2",,,1	  
,"&nbsp;&nbsp;<img src='image/puce_triangle.gif'  width='8' height='8'>&nbsp;Etape 3 : Chauffeur » Client","?p=produit_solutiondistrifuel_step3",,,1	  
])
dumpmenus();