BLANK_IMAGE = 'images-new/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:"#FFFFFF",	// color of the item border, if any
//		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#00263D",		// background color for the items
		bgOVER:"#00263D"	// 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:"#808080",	// color of the item border, if any
//		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#00263D",		// background color for the items
		bgOVER:"#00263D"	// 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:['relative'], itemoff:[0,164], leveloff:[37,0], style:STYLE, size:[35,164]},
	{code:'<img src="images-new/mcwane.poles.btn.gif" width="164" height="25" />', url:"http://www.mcwanepoles.com",
	   ocode: '<img src="images-new/mcwane.poles.btn.hover.gif" width="164" height="25" />',
	    sub:[
	        	{itemoff:[20,0], style:STYLE_BORDERS_1, size:[20,164]},
                        {code:"&nbsp; Affiliates", url:"affiliates.html"},
                        {code:"&nbsp; Installation Locations", url:"installation.map.html"},
                        {code:"&nbsp; Videos", url:"videos.html"}
		]},
	{code:'<img src="images-new/product.info.btn.gif" width="164" height="25" />',
	   ocode: '<img src="images-new/product.info.btn.hover.gif" width="164" height="25" />',
		sub:[
	        	{itemoff:[20,0], style:STYLE_BORDERS_1, size:[20,164]},
                        {code:"&nbsp; Iron Pole Specifications", url:"specifications.html"},
                        {code:"&nbsp; Life Cycle Cost", url:"life.cycle.cost.html"},
                        {code:"&nbsp; Properties of Ductile Iron", url:"properties.html"},
                        {code:"&nbsp; Wood Pole Equivalents", url:"equivalents.html"}
		]
	},
	{code:'<img src="images-new/contact.btn.gif" width="164" height="25" />',
	   ocode: '<img src="images-new/contact.btn.hover.gif" width="164" height="25" />',
	    sub:[
	        	{itemoff:[20,0], style:STYLE_BORDERS_1, size:[20,164]},
                        {code:"&nbsp; Contact Us", url:"contact.map.html"}
		]
	}
];
