BLANK_IMAGE = 'b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#ffffff",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#ffb923"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[143,100], itemoff:[0,114], leveloff:[24,0], style:STYLE, size:[25,115]},
	{code:"PROFIL", url:"profil_fr.htm",
		sub:[
			{itemoff:[24,0]}
		    ]
	},
	{code:"PRODUITS", url:"intro_produits.htm",
		sub:[
			{itemoff:[24,0], size:[25,135]},
			{code:"FOURCHE", url:"intro_fourches.htm",
				sub:[
					{leveloff:[0,134], size:[25,135]},
					{code:"FOURCHE À ROCHES", url:"fourcheroches.htm",
                                            sub:[
					               {leveloff:[0,134],  size:[25,180]},
					               {code:"SÉRIE BB : 30 à 60 HP", url:"fourche_BB_fr.htm"},
                                                       {code:"SÉRIE B  : 60 à 100 HP", url:"fourche_B_fr.htm"},
					               {code:"SÉRIE HB  : 85 à 200 HP", url:"fourche_HB_fr.htm"},
				                       {code:"SÉRIE SHB  :  plus de 200 HP", url:"fourche_SHB_fr.htm"}
				                ] 
                                        },
					{code:"FOURCHE ECONO", url:"fourche_Econo.htm"},
					{code:"FOURCHE À BRANCHES", url:"fourchebranches.htm"}
				]
			},
			{code:"GRAPPIN", url:"intro_grappins.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"GP-06", url:"grappin gp06.htm"},
					{code:"GRAPTOR", url:"graptor_fr.htm"},
					{code:"SGP-01", url:"grappin sgp01.htm"}
				]
			},
			{code:"RATEAU À ROCHES", url:"intro_rateaux.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"WD-06", url:"wd6_fr.htm"},
					{code:"WD-10B", url:"wd10b_fr.htm"},
					{code:"PWD-10", url:"pwd10_fr.htm"},
					{code:"SRR-15", url:"srr15_fr.htm"},
					{code:"SWD-15C", url:"swd15_fr.htm"}
				]
			},
			{code:"CISAILLE ET SCIE", url:"intro_cisailles.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"TS-08", url:"ts08_fr.htm"},
					{code:"TREEREX", url:"treerex_fr.htm"},
					{code:"TS-17F", url:"ts17_fr.htm"},
					{code:"ROTO SAW", url:"RotoSaw_fr.htm"}
				]
			},
			{code:"LAME À FOSSÉS", url:"intro_fosses.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"LF", url:"lf_fr.htm"},
					{code:"LFA", url:"lfa_fr.htm"}
				]
			},
			{code:"NIVELEUSE", url:"intro_niveleuses.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"HLL", url:"niveleuse_hll_fr.htm"},
					{code:"LNS", url:"niveleuse_lns_fr.htm"},
					{code:"LN", url:"niveleuse_ln_fr.htm"},
					{code:"SLN", url:"niveleuse_sln_fr.htm"}
				]
			},
			{code:"LAME À NEIGE", url:"tableau_pelles_fr.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"ARCTIC BLASTER", url:"tableau_pelles_fr.htm",
                                            sub:[
					               {leveloff:[0,134]},
					               {code:"CATÉGORIE L", url:"arctic_lt3_fr.htm"},
					               {code:"CATÉGORIE S", url:"arctic_small_fr.htm"},
				                       {code:"CATÉGORIE M", url:""},
                                                       {code:"CATÉGORIE H", url:"arctic_hd_fr.htm"}
				                ]
                                        },
					{code:"WINTER BLASTER", url:"winter_fr.htm"},
					{code:"SNOW BLASTER", url:"tableau_pelles_fr.htm",
                                            sub:[
					               {leveloff:[0,134]},
					               {code:"CATÉGORIE L", url:"snow_g2_fr.htm"},
                                                       {code:"CATÉGORIE S", url:"snow_s_fr.htm"}
				                ]
                                        },
					{code:"RÉVERSIBLE", url:"reversible_fr.htm"}
				]
			},
			{code:"SÉRIE COMPACT", url:"intro_compact_fr.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"HARNAIS COMPACT", url:"harnaiscompact_fr.htm"},
					{code:"SNOW 6/10", url:"snow610compact_fr.htm"},
                                        {code:"SOUFFLEUSE", url:"soufcompact_fr.htm"},
					{code:"LAME TROTTOIR", url:"trottoircompact_fr.htm"}
				]
			},
			{code:"ACCESSOIRES", url:"harnais_fr.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"HARNAIS STANDARD", url:"harnais_fr.htm"}
				]
			}
		]
	},
	{code:"DISTRIBUTEURS", url:"distributeurs.htm",
		sub:[
			{itemoff:[24,0]}
		    ]
	},
	{code:"CONTACT", url:"contact_fr.htm",
		sub:[
			{itemoff:[24,0], size:[25,150]},
			{code:"COORDONNÉES", url:"contact_fr.htm",
				sub:[
					{leveloff:[0,114]},
			            ]
			},
			{code:"DEMANDE D'INFORMATION", url:"demande_info_fr.htm",
				sub:[
					{leveloff:[0,114]},
				    ]
			},
			{code:"DEMANDE DE COTATION", url:"demande_cote_fr.htm",
				sub:[
					{leveloff:[0,114]},
				    ]
			}
		]
	},
	{code:"FAQ", url:"faq_fr.htm",
		sub:[
			{itemoff:[24,0]}
		    ]
	}
];
