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:"PROFILE", url:"profile_an.htm",
		sub:[
			{itemoff:[24,0]}
		    ]
	},
	{code:"PRODUCTS", url:"intro_products.htm",
		sub:[
			{itemoff:[24,0], size:[25,135]},
			{code:"BUCKET", url:"intro_bucket.htm",
				sub:[
					{leveloff:[0,134], size:[25,135]},
					{code:"ROCK BUCKET", url:"rock_an.htm",
                                            sub:[
					               {leveloff:[0,134],  size:[25,180] },
					               {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  :  more than 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,134]},
					{code:"GP-06", url:"gp06_an.htm"},
					{code:"GRAPTOR", url:"graptor_an.htm"},
					{code:"SGP-01", url:"sgp01_an.htm"}
				]
			},
			{code:"ROCK RAKE", url:"intro_rockrake.htm",
				sub:[
					{leveloff:[0,134]},
					{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,134]},
					{code:"TS-08", url:"ts08_an.htm"},
					{code:"TREEREX", url:"treerex_an.htm"},
					{code:"TS-17F", url:"ts17_an.htm"},
					{code:"ROTO SAW", url:"RotoSaw_an.htm"}
				]
			},
			{code:"DITCH BLADE", url:"intro_ditch.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"LF", url:"lf_an.htm"},
					{code:"LFA", url:"lfa_an.htm"}
				]
			},
			{code:"LAND LEVELER", url:"intro_leveler.htm",
				sub:[
					{leveloff:[0,134]},
					{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,134]},
					{code:"ARCTIC BLASTER", url:"tableau_pelles_an.htm",
                                            sub:[
					               {leveloff:[0,134]},
					               {code:"LSL SERIES", url:"arctic_lsl_an.htm"},
                                                       {code:"LT 3 SERIES", url:"arctic_lt3_an.htm"},
					               {code:"S SERIES", url:"arctic_small_an.htm"},
				                       {code:"HD SERIES", url:"arctic_hd_an.htm"},
                                                       {code:"SIDEWALK BLADE", url:"sidewalk_an.htm"}
				                ]
                                        },
					{code:"WINTER BLASTER", url:"winter_an.htm"},
					{code:"SNOW BLASTER", url:"tableau_pelles_an.htm",
                                            sub:[
					               {leveloff:[0,134]},
					               {code:"G2 SERIES", url:"snow_g2_an.htm"},
                                                       {code:"S SERIES", url:"snow_s_an.htm"}
				                ]
                                        },
					{code:"REVERSILBLE", url:"reversible_an.htm"}
				]
			},
			{code:"SNOWBLOWER", url:"sn100_an.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"SN-100", url:"sn100_an.htm"}
				]
			},
			{code:"ACCESSORIES", url:"hitch_an.htm",
				sub:[
					{leveloff:[0,134]},
					{code:"HITCHES", url:"hitch_an.htm"}
				]
			}
		]
	},
	{code:"DISTRIBUTORS", url:"distributors.htm",
		sub:[
			{itemoff:[24,0]}
		    ]
	},
	{code:"CONTACT US", url:"contact_an.htm",
		sub:[
			{itemoff:[24,0], size:[25,150]},
			{code:"CONTACT US", url:"contact_an.htm",
				sub:[
					{leveloff:[0,114]},
			            ]
			},
			{code:"INFORMATION REQUEST", url:"request_info_an.htm",
				sub:[
					{leveloff:[0,114]},
				    ]
			},
			{code:"QUOTE REQUEST", url:"request_quote_an.htm",
				sub:[
					{leveloff:[0,114]},
				    ]
			}
		]
	},
	{code:"FAQ", url:"faq_an.htm",
		sub:[
			{itemoff:[24,0]}
		    ]
	}
];
