BLANK_IMAGE = 'menus/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:"#CC6600",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#E8B363",		// background color for the items
		bgOVER:"#FFFFFF"	// 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:"#CC6600",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#E8B363",		// background color for the items
		bgOVER:"#FFFFFF"	// 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,0], "leveloff":[25,0], "style":STYLE, "size":[25,120], "delay":100},
	{code:"&nbsp;Home",url:'index.htm',format:{size:[25,45]}},
	{code:"&nbsp;Map Store",url:'maps.asp',format:{size:[25,70], itemoff:[0,45]}},
	{code:"&nbsp;Features",url:'features.htm',format:{size:[25,60], itemoff:[0,70]}},
	{code:"&nbsp;Cust. Service",
		sub:[
			{itemoff:[23,0]},
			{code:"&nbsp;&nbsp;Order Policy",url:'order.htm',format:{size:[25,120]}, style:STYLE2},
			{code:"&nbsp;&nbsp;Contact Us",url:'contact.htm',format:{size:[25,120]}, style:STYLE2},	
			{code:"&nbsp;&nbsp;About Us",url:'about.htm',format:{size:[25,120]}, style:STYLE2},
			{code:"&nbsp;&nbsp;Company News",url:'news.htm',format:{size:[25,120]}, style:STYLE2},
			{code:"&nbsp;&nbsp;Links",url:'links.htm',format:{size:[25,120]}, style:STYLE2},									
			{code:"&nbsp;&nbsp;FAQ",url:'FAQ.htm',format:{size:[25,120]}, style:STYLE2},									
			{code:"&nbsp;&nbsp;Calendar",url:'EventCalendar.htm',format:{size:[25,120]}, style:STYLE2},									
			{code:"&nbsp;&nbsp;Gallery",url:'GalleryHome.htm',format:{size:[25,120]}, style:STYLE2},									
			{code:"&nbsp;&nbsp;Blog",url:'Blog',format:{size:[25,120]}, style:STYLE2}									
		],format:{size:[25,90], itemoff:[0,60]}
        },
	{code:"&nbsp;Dealers",url:'dealers.htm',format:{size:[25,55], itemoff:[0,90]}},
	{code:"&nbsp;Stream Flows",url:'streamflows.htm',format:{size:[25,90], itemoff:[0,55]}}
];
var MENU_ITEMS2 = [
	{pos:"relative", "itemoff":[0,90], "leveloff":[25,0], "style":STYLE, "size":[25,120], "delay":400},
	{code:"&nbsp;&nbsp;Home",url:'index.htm',format:{size:[25,50]}},
	{code:"&nbsp;&nbsp;Map Store",url:'maps.asp',format:{size:[25,80], itemoff:[0,50]}},
	{code:"&nbsp;&nbsp;Features",url:'features.htm',format:{size:[25,70], itemoff:[0,80]}},
	{code:"&nbsp;&nbsp;Cust. Service",
		sub:[
			{itemoff:[23,0]},
			{code:"&nbsp;&nbsp;Order Policy",url:'order.htm',format:{size:[25,120]}, style:STYLE2},
			{code:"&nbsp;&nbsp;Contact Us",url:'contact.htm',format:{size:[25,120]}, style:STYLE2},	
			{code:"&nbsp;&nbsp;About Us",url:'about.htm',format:{size:[25,120]}, style:STYLE2},
			{code:"&nbsp;&nbsp;Company News",url:'news.htm',format:{size:[25,120]}, style:STYLE2},
			{code:"&nbsp;&nbsp;Links",url:'links.htm',format:{size:[25,120]}, style:STYLE2},									
			{code:"&nbsp;&nbsp;FAQ",url:'FAQ.htm',format:{size:[25,120]}, style:STYLE2},									
			{code:"&nbsp;&nbsp;Calendar",url:'EventCalendar.htm',format:{size:[25,120]}, style:STYLE2},									
			{code:"&nbsp;&nbsp;Gallery",url:'GalleryHome.htm',format:{size:[25,120]}, style:STYLE2},									
			{code:"&nbsp;&nbsp;Blog",url:'Blog',format:{size:[25,120]}, style:STYLE2}									
		],format:{size:[25,95], itemoff:[0,70]}
        },
	{code:"&nbsp;&nbsp;Dealers",url:'dealers.htm',format:{size:[25,70], itemoff:[0,95]}},
	{code:"&nbsp;&nbsp;Stream Flows",url:'streamflows.htm',format:{size:[25,100], itemoff:[0,70]}}
];
