BLANK_IMAGE = 'images/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:"#000",	// color of the item border, if any
		shadow:"#000",	// color of the item shadow, if any
		bgON:"#00703C",		// background color for the items
		bgOVER:"#00542A"	// 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 STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#0068b3",	// color of the item border, if any
		shadow:"#000",	// color of the item shadow, if any
		bgON:"#fff",		// background color for the items
		bgOVER:"#d1eafd"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_drop",		// CSS class for items
		OVER:"clsCMOver_drop"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{leveloff:[25,0], style:STYLE},
	{code:"WHY T-WEDGE", url:"why.htm", "format":{"size":[22,100], "itemoff":[0,93]},
		sub:[]
	},

	
	{code:"INSTRUCTIONS", url:"#", "format":{"size":[22,100], "itemoff":[0,100]},
		sub:[{style:STYLE2, itemoff:[24,0], size:[22,100]},
			{code:"4400", url:"4400.htm"},
			{code:"4500", url:"4500.htm#"},
			{code:"4600", url:"4600.htm"},
			{code:"4900", url:"4900.htm"},
			{code:"6600", url:"6600.htm"},
]
	},
	{code:"SIZES", url:"#", "format":{"size":[22,68], "itemoff":[0,100]},
		sub:[{style:STYLE2, itemoff:[24,0], size:[22,90]},
			{code:"4-5 Inches ", url:"#",
				sub:[
				{style:STYLE2, leveloff:[0,92]},
				{code:"K Style", url:"4400.htm"},
				
				]
			},
			{code:"6 Inches ", url:"#",
				sub:[
				{style:STYLE2, leveloff:[0,92]},
				{code:"K Style", url:"4500.htm"},
				{code:"Half-Round", url:"4900.htm"}
				]
			},
]
	},
	
	{code:"APPLICATIONS", url:"#", "format":{"size":[22,93], "itemoff":[0,68]},
		sub:[{style:STYLE2, itemoff:[24,0], size:[22,120]},
			{code:"K Style ", url:"#",
				sub:[
				{style:STYLE2, leveloff:[0,122]},
				{code:"4 Inches", url:"4400.htm"},
				{code:"6 Inches", url:"4500.htm"},
				{code:"1x2 T-Wedge", url:"4600.htm"},
				{code:"1x2 Hanger T-Wedge", url:"6600.htm"}
				]
			},
			{code:"Half-Round ", url:"#",
				sub:[
				{style:STYLE2, leveloff:[0,122]},
				{code:"6 Inches", url:"4900.htm"}
				]
			},
			]
	},
	{code:"ORDER", url:"order.htm", target:'_blank', "format":{"size":[22,80], "itemoff":[0,93]},
		sub:[]
	}

];

