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:[29,0], style:STYLE, size:[30,115]},
	{code:"PROFILE", url:"profile_an.htm",
		sub:[
			{ itemoff: [29, 0], size: [30, 160] }
		    ]
	},
	{code:"PRODUCTS", url:"intro_products.htm",
		sub:[
			{itemoff:[29,0], size:[30,160]},
			{code:"BUCKET", url:"intro_bucket.htm",
				sub:[
					{leveloff:[0,159], size:[30,160]},
					{code:"ROCK BUCKET", url:"rock_an.htm",
                               sub:[
					               {leveloff:[0,159],  size:[30,160] },
					               {code:"BB SERIES : 30 to 60 HP", url:"fourche_BB_an.htm"},
                                   {code:"B SERIES  : 60 to 100 HP", url:"fourche_B_an.htm"},
					               {code:"HB SERIES  : 85 to 200 HP", url:"fourche_HB_an.htm"},
				                   {code:"SHB SERIES  :  + 200 HP", url:"fourche_SHB_an.htm"}
				                   ] 
                                        },
					{code:"UTILITY BUCKET", url:"Utility_Bucket.htm"},
					{code:"BRUSH BUCKET", url:"brush_an.htm"}
				]
			},
			{code:"GRAPPLE", url:"intro_grapple.htm",
				sub:[
					{leveloff:[0,159]},
					{code:"GP-06", url:"gp06_an.htm"},
					{code:"SGP-01", url:"sgp01_an.htm"}
				]
			},
			{code:"ROCK RAKE", url:"intro_rockrake.htm",
				sub:[
					{leveloff:[0,159]},
					{code:"WD-06", url:"wd6_an.htm"},
					{code:"WD-10B", url:"wd10b_an.htm"},
					{code:"PWD-10", url:"pwd10_an.htm"},
					{code:"SRR-15", url:"srr15_an.htm"},
					{code:"SWD-15C", url:"swd15_an.htm"}
				]
			},
			{code:"TREE SHEAR AND SAW", url:"intro_treeshear.htm",
				sub:[
					{leveloff:[0,159]},
					{code:"TS-08", url:"ts08_an.htm"},
					{code:"TS-10+", url:"ts10+_an.htm"},
					{code:"TREEREX", url:"treerex_an.htm"},
					{code:"TS-17", url:"ts17_an.htm"},
					{code:"ROTO SAW", url:"RotoSaw_an.htm"}
				]
			},
			{code:"DITCH BLADE", url:"intro_ditch.htm",
				sub:[
					{leveloff:[0,159]},
					{code:"LF", url:"lf_an.htm"},
					{code:"LFA", url:"lfa_an.htm"}
				]
			},
			{code:"LAND LEVELER", url:"intro_leveler.htm",
				sub:[
					{leveloff:[0,159]},
					{code:"HLL", url:"hll_an.htm"},
					{code:"LNS", url:"lns_an.htm"},
					{code:"LN", url:"ln_an.htm"},
					{code:"SLN", url:"sln_an.htm"}
				]
			},
			{code:"SNOW BLADE", url:"tableau_pelles_an.htm",
				sub:[
					{leveloff:[0,159]},
					{code:"ARCTIC BLASTER", url:"tableau_pelles_an.htm",
                        sub:[
					        {leveloff:[0,159]},
					        {code:"L CATEGORY", url:"arctic_lt3_an.htm"},
					        {code:"S CATEGORY", url:"arctic_small_an.htm"},
				            {code:"M CATEGORY", url:"arctic_catM_an.htm"},
                            {code:"H CATEGORY", url:"arctic_hd_an.htm"}
				            ]
                    },
					{code:"WINTER BLASTER", url:"winter_an.htm"},
					{code:"SNOW BLASTER", url:"tableau_pelles_an.htm",
                        sub:[
					        {leveloff:[0,159]},
					        {code:"L CATEGORY", url:"snow_g2_an.htm"},
                            {code:"S CATEGORY", url:"snow_s_an.htm"}
				            ]
                    },
					{ code: "REVERSILBLE", url: "intro_reversibles_an.htm",
					    sub: [
					        { leveloff: [0, 159] },
					        { code: "C CATEGORY", url: "reversible_catC_an.htm" },
					        { code: "S CATEGORY", url: "reversible_an.htm" },
				            { code: "L CATEGORY", url: "reversible_catL_an.htm" }
				            ]
                    }
				    ]
			},
			{code:"INV. SNOWBLOWER", url:"souffleuse_s492_an.htm"},
			{code:"COMPACT SERIES", url:"intro_compact_AN.htm",
				sub:[
					{leveloff:[0,159]},
					{code:"HITCH", url:"HarnaisCompact_an.htm"},
					{code:"SNOW 6/10", url:"snow610compact_an.htm"},
                    {code:"SNOWBLOWER", url:"SoufCompact_an.htm"},
					{code:"SIDEWALK BLADE", url:"TrottoirCompact_an.htm"}
				    ]
			},
			{code:"ACCESSORIES", url:"hitch_an.htm",
				sub:[
					{leveloff:[0,159]},
					{code:"HITCH", url:"hitch_an.htm"}
				    ]
			}
		    ]
	},
	{code:"DISTRIBUTORS", url:"distributors.htm",
		sub:[
			{itemoff:[29,0]}
		    ]
	},
	{code:"CONTACT US", url:"contact_an.htm",
		sub:[
			{itemoff:[29,0], size:[30,160]},
			{code:"CONTACT US", url:"contact_an.htm",
				sub:[
					{leveloff:[0,114]},
			        ]
			},
			{code:"INFORMATION REQUEST", url:"request_info_an.htm",
				sub:[
					{leveloff:[0,114]},
				    ]
			}
		    ]
	},
	{code:"FAQ", url:"faq_an.htm",
		sub:[
			{itemoff:[29,0]}
		    ]
	}
];

