BLANK_IMAGE = 'b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		// border:"#666666",	// color of the item border, if any
		// shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#336699",		// background color for the items
		bgOVER:"#3399CC"	// 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 STYLE_BORDERS_1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#BBBBBB",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#336699",		// background color for the items
		bgOVER:"#3399CC"	// 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 STYLE_HOME = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		// border:"#666666",	// color of the item border, if any
		// shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#336699",		// background color for the items
		bgOVER:"#3399CC"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnHome",		// CSS class for items
		OVER:"clsCMOverHome"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,39], leveloff:[22,0], style:STYLE},
	
	{code:"Home", url:"http://www.omerandbobs.com/index.html", format:{size:[22,59], style:STYLE_HOME}
	},
	
	{code:"Bikes", url:"http://www.omerandbobs.com/bikes_selection.html", format:{size:[22,59], itemoff:[0,58]},
		sub:[
			{itemoff:[21,0], size:[22,120], style:STYLE_BORDERS_1},
			{code:"Mountain Bikes", url:"http://www.omerandbobs.com/bike_season_files/mountain_gear.html"
				
			},
			{code:"Road Bikes", url:"http://www.omerandbobs.com/bike_season_files/road_gear.html"
				
			},
			{code:"Hybrid/Comfort", url:"http://www.omerandbobs.com/bike_season_files/hybrid_gear.html"
				
			},
			{code:"Kid's Bikes", url:"http://www.omerandbobs.com/bike_season_files/kids_gear.html"
				
			}
		]
	},
	{code:"Skis & Boards", url:"http://www.omerandbobs.com/skis_boards_selection.html", format:{size:[22,99], itemoff:[0,58]},
		sub:[
			{itemoff:[21,0], size:[22,120], style:STYLE_BORDERS_1},
			{code:"Alpine Skis", url:"http://www.omerandbobs.com/ski_season_files/alpine_skis.html"
				
			},
			{code:"Nordic Skis", url:"http://www.omerandbobs.com/ski_season_files/xc_gear.html"
				
			},
			{code:"Tele/AT Skis", url:"http://www.omerandbobs.com/ski_season_files/telemark_gear.html"
				
			},
			{code:"Snowboards", url:"http://www.omerandbobs.com/ski_season_files/snowboards.html"
				
			}
		]
	},
	{code:"Service Dept.", url:"http://www.omerandbobs.com/service_dept_files/servicebike.html", format:{size:[22,109], itemoff:[0,98]},
		sub:[
			{itemoff:[21,0], size:[22,120], style:STYLE_BORDERS_1},
			{code:"Bike Service", url:"http://www.omerandbobs.com/service_dept_files/servicebike.html"
				
			},
			{code:"Ski/Board Service", url:"http://www.omerandbobs.com/service_dept_files/serviceski.html"
				
			},
			{code:"Racquet Stringing", url:"http://www.omerandbobs.com/service_dept_files/serviceracquet.html"
				
			}
		]
	},
	{code:"Clothing", url:"http://www.omerandbobs.com/misc_files/clothing.htm", format:{size:[22,73], itemoff:[0,108]}
		
	},
	{code:"Footwear", url:"http://www.omerandbobs.com/footwear_files/footwear.htm", format:{size:[22,73], itemoff:[0,72]}
		
	},
	{code:"Car Racks", url:"http://www.omerandbobs.com/misc_files/car_racks.html", format:{size:[22,79], itemoff:[0,72]}
		
	},
	{code:"Sunglasses", url:"http://www.omerandbobs.com/misc_files/sunglasses_main.html", format:{size:[22,89], itemoff:[0,78]}
		
	},
	
	{code:"Info Center", url:"http://www.omerandbobs.com/info center.html", format:{size:[22,108], itemoff:[0,88]}
		
	}
];
