BLANK_IMAGE = '/java/b.gif';


var STYLE0 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#888888",	// color of the item shadow, if any
		bgON:"#003096",		// background color for the items
		bgOVER:"#4775BE"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style0MOn",		// CSS class for items
		OVER:"Style0MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#888888",	// color of the item shadow, if any
		bgON:"003096",		// background color for the items
		bgOVER:"#4775BE"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style1MOn",		// CSS class for items
		OVER:"Style1MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#001645",	// color of the item border, if any
		shadow:"#22396B",	// color of the item shadow, if any
		bgON:"#C1D1E0",		// background color for the items
		bgOVER:"#A5C6E6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:[-80,15], itemoff:[26,0], leveloff:[0,99], style:STYLE1, size:[27,140]},
	{code:'<img src="/image/sm_icon_union.gif"> Home', sub:[], url:'/index.htm'},
	//{code:'<img src="/image/sm_icon_union.gif"> English Tea', sub:[], url:'/england/english_tea.htm'},
	{code:'<img src="/image/sm_icon_union.gif"> Tea Towel',	sub:[], url:'/england/tea_towel.htm'},
	{code:'<img src="/image/sm_icon_union.gif"> Tea Cozy &nbsp;&nbsp;&nbsp;&nbsp;<img src="/img-btn/icon_arrow.gif">',
		url:'/england/tea_cozy.htm',
		sub:[
			{leveloff:[6,94], style:STYLE2, size:[26,150], itemoff:[25,0]},
			{code:"Cotton Tea Cozy", url:'/england/tea_cozy.htm'},
			{code:"Knitted Tea Cozy", url:'/england/hand_knitted_tea_cozy.htm'},
		]
	},
	{code:'<img src="/image/sm_icon_union.gif"> Kitchen Apron', sub:[], url:'/england/kitchen_apron.htm'
	},
	{code:'<img src="/image/sm_icon_union.gif"> Oven Mitt', sub:[], url:'/england/oven_mitt.htm'
	},
	{code:'<img src="/image/sm_icon_union.gif"> Tote Bag', sub:[], url:'/england/tote_bag.htm'
	},
	//-----------------------------------
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Shop by Pattern", sub:[], url:'/main/by_motif.htm', format:{style:STYLE0, size:[30,140]}},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Shop by Type", sub:[], url:'/main/shop_by_type.htm', format:{style:STYLE0, size:[30,140], itemoff:[29,0]}},

	{code:'<img src="/img-btn/icon_circle.gif"> Mug &nbsp;&nbsp;&nbsp;&nbsp;<img src="/img-btn/icon_arrow.gif">',
		url:'/england/bone_china_mug.htm',
		sub:[
			{leveloff:[6,64], style:STYLE2, size:[26,210], itemoff:[25,0]},
			{code:"Bone China Mug", url:'/england/bone_china_mug.htm'},
			{code:"Ideal Bone China Mug", url:'/england/bone_china_mug_a.htm'},
			{code:"Earthenware Mug", url:'/england/souvenir_mug.htm'},
			{code:"James Salder Mug", url:'/england/bone_china_mug_sadler.htm'},
			
		], format:{itemoff:[29,0]}},
	{code:'<img src="/img-btn/icon_circle.gif"> Teapot &nbsp;&nbsp;&nbsp;&nbsp;<img src="/img-btn/icon_arrow.gif">',
		url:'/england/teapot_traditional.htm',
		sub:[
			{leveloff:[6,64], style:STYLE2, size:[26,210], itemoff:[25,0]},
			{code:"Traditional Teapots", url:'/england/teapot_traditional.htm'},
			{code:"Sadler Teapots", url:'/england/teapot_james_sadler.htm'},
		]
	},
	{code:'<img src="/img-btn/icon_circle.gif"> Brown Betty', sub:[], url:'/england/teapot_brown_betty.htm'},
	{code:'<img src="/img-btn/icon_circle.gif"> Chintz', sub:[], url:'/england/teapot_chintz.htm'},
	{code:'<img src="/img-btn/icon_circle.gif"> Blue Willow &nbsp;&nbsp;&nbsp;&nbsp;<img src="/img-btn/icon_arrow.gif">', 
		url:'/england/blue_willow_china.htm',
		sub:[
			{leveloff:[6,106], style:STYLE2, size:[26,180], itemoff:[25,0]},
			{code:"English Blue Willow", url:'/england/blue_willow_china.htm'},
			{code:"Blue Willow Accessories", url:'/england/blue_willow_china2.htm'},
		]
	},
	{code:'<img src="/img-btn/icon_circle.gif"> Tea for One', sub:[], url:'/england/teapot_teaforone.htm'},

	{code:'<img src="/img-btn/icon_circle.gif"> Children&#8242;s Tea Sets', sub:[], url:'/england/childrens_tea_set.htm'},

	{code:'<img src="/img-btn/icon_circle.gif"> Cream & Sugar', sub:[], url:'/england/cream_and_sugar.htm'},
	{code:'<img src="/img-btn/icon_circle.gif"> Cup & Saucer &nbsp;&nbsp;&nbsp;&nbsp;<img src="/img-btn/icon_arrow.gif">',
		url:'/england/cup_and_saucer.htm',
		sub:[
			{leveloff:[6,116], style:STYLE2, size:[26,180], itemoff:[25,0]},
			{code:"Cup & Saucer Set", url:'/england/cup_and_saucer.htm'},
			{code:"Flower of the Month", url:'/england/cup_saucer_month.htm'},
		]
	},
	{code:'<img src="/img-btn/icon_circle.gif"> Plate', sub:[], url:'/england/plate.htm'},
	{code:'<img src="/img-btn/icon_circle.gif"> Tea Accessories', sub:[], url:'/england/tea_accessories.htm'},
	//-----------------------------------
	//{code:"<center>By Brand</center>", sub:[], format:{style:STYLE0, size:[30,140]}},

	//{code:'<img src="/img-btn/icon_circle.gif"> Burleigh', 
	//	sub:[], url:'/england/teapot_burleigh.htm', format:{itemoff:[29,0]}},
	//{code:'<img src="/img-btn/icon_circle.gif"> David Michael China', 
	//	sub:[], url:'/england/david_michael_china.htm'},
	//{code:'<img src="/img-btn/icon_circle.gif"> Hudson & Middleton', 
	//	sub:[], url:'/england/hudson_middleton.htm'},
	//{code:'<img src="/img-btn/icon_circle.gif"> Mayfair', 
	//	sub:[], url:'/england/mayfair_bone_china.htm'},
	//{code:'<img src="/img-btn/icon_circle.gif"> Royal Collection', 
	//	sub:[], url:'/england/royal_collection.htm'},
	//{code:'<img src="/img-btn/icon_circle.gif"> Ulster Weavers', 
	//	sub:[], url:'/england/ulster_weavers.htm'},

	//-----------------------------------
	{code:'<img src="/image/sm_icon_union.gif"> Sales', sub:[], url:'/cgi-bin/auto/ets_db_gen_filter.cgi?terms=sale_price'},

	//{code:'<img src="/image/sm_icon_cart.gif"> View Cart', sub:[], url:'/cgi-bin/ets_cart.cgi'},
	{code:'<img src="/image/sm_icon_union.gif"> Customer Service', sub:[], url:'/main/customer_service.htm'}

];
