BLANK_IMAGE = '../images/b.gif'; // should probably just be BLANK_IMAGE = '/images/b.gif'; // switch back if it stops working!

var STYLE = {
	border:1,			// 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:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items  originally "clsCMOn"
		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:"#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:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items  originally "clsCMOn"
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};
var MENU_ITEMS = [
	{pos:[0,0], itemoff:[21,0], leveloff:[0,149], style:STYLE, size:[22,150]},
	{code:"Home", url:"http://www.greenwoodresearch.com",
		sub:[ ]
	},
	{code:"About Us", url:"http://www.greenwoodresearch.com/About.php",
		sub:[
			{style:STYLE2},
			{code:"Greenwood Research", url:"http://www.greenwoodresearch.com/About.php",
				sub:[]
			},
			{code:"The Network of Experts",
				sub:[
					{style:STYLE2},
					{code:"NOE Overview", url:"http://www.greenwoodresearch.com/noe.php"},
					{code:"NOE Home Page", url:"http://www.networkofexperts.com", target:"blank"},
					{code:"NOE Process", url:"http://www.networkofexperts.com/Process.php", target:"blank"},
					{code:"NOE Application", url:"http://www.networkofexperts.com/Application.php", target:"blank"}
				]
			},
			{code:"Management", url:"http://www.greenwoodresearch.com/Management.php",
				sub:[ ]
			}
		]
	},
	{code:"Services", url:"http://www.greenwoodresearch.com/Services.php",
		sub:[ ]
	},
	{code:"Industry Sectors", url:"http://www.greenwoodresearch.com/Sectors.php",
		sub:[
			{style:STYLE2},
			{code:"All Sectors", url:"http://www.greenwoodresearch.com/Sectors.php",
				sub:[]
			},
			{code:"Tech/Telecom", url:"http://www.greenwoodresearch.com/TMT.php",
				sub:[]
			},
			{code:"Healthcare Related", url:"http://www.greenwoodresearch.com/Healthcare.php",
				sub:[]
			},
			{code:"Consumer", url:"http://www.greenwoodresearch.com/ConsumerProducts.php",
				sub:[]
			},
			{code:"Energy", url:"http://www.greenwoodresearch.com/Energy.php",
				sub:[]
			},
			{code:"Real Estate", url:"http://www.greenwoodresearch.com/RealEstate.php",
				sub:[]
			},
			{code:"Other", url:"http://www.greenwoodresearch.com/OtherSectors.php",
				sub:[]
			}
		]
	},
	{code:"Event Registration", url:"http://www.greenwoodresearch.com/events",
		sub:[ ]
	},
	{code:"Join The Network", url:"http://www.networkofexperts.com/Application.php",
		sub:[ ]
	},
	{code:"Employment", url:"http://www.greenwoodresearch.com/Employment.php",
		sub:[ ]
	},
	{code:"Contact Us", url:"http://www.greenwoodresearch.com/Contact.php",
		sub:[ ]
	}
];
