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:"#3c3f47",	// color of the item border, if any
		shadow:"#3c3f47",	// color of the item shadow, if any
		bgON:"#313237",		// background color for the items
		bgOVER:"#5f6573"	// 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:'absolute'},
	{code:"<img src='../images/nav_01.jpg' width='96' height='41' />", size:[41,96], itemoff:[0,0], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_01.jpg' width='96' height='41' />", url:"../Default.aspx", rel:"nofollow", alt:"Home", title:"Home"
	},
	{code:"<img src='../images/nav_02.jpg' width='114' height='41' />", size:[41,114], itemoff:[0,96], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_02.jpg' width='114' height='41' />", url:"../about-dynamic-defense-materials", rel:"nofollow", alt:"About Us", title:"About Us"
	},
			sub:[
			{leveloff:[41,0],"size":[34,136], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Testimonials", style:STYLE, url:"../about-dynamic-defense-materials/Testimonials.aspx"}
		]
	},
	{code:"<img src='../images/nav_03.jpg' width='185' height='41' />", size:[41,185], itemoff:[0,114], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_03.jpg' width='185' height='41' />", url:"javascript:void(0)", onclick:"return false;", alt:"McCurdy's Armor", title:"McCurdy's Armor"
	},
			sub:[
			{leveloff:[41,0],"size":[34,217], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Product Info", style:STYLE, url:"../mccurdys-armor/mccurdys-armor-product.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;The Story", style:STYLE, url:"../mccurdys-armor/mccurdys-armor-story.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Video", style:STYLE, url:"../mccurdys-armor/mccurdys-armor-video.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Testing", style:STYLE, url:"../mccurdys-armor/mccurdys-armor-testing.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Photos", style:STYLE, url:"../mccurdys-armor/mccurdys-armor-photos.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Configurations", style:STYLE, url:"../mccurdys-armor/mccurdys-armor-configurations.aspx"}
		]
	},
	{code:"<img src='../images/nav_04.jpg' width='81' height='41' />", size:[41,81], itemoff:[0,185], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_04.jpg' width='81' height='41' />", url:"javascript:void(0)", onclick:"return false;", alt:"News", title:"News"
	},
			sub:[
			{leveloff:[41,0],"size":[34,140], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;Events", style:STYLE, url:"../news/events.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Company News", style:STYLE, url:"../news/dynamic-defense-materials-news.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Public Relations", style:STYLE, url:"../news/dynamic-defense-materials-pr.aspx"}
		]
	},
	{code:"<img src='../images/nav_05.jpg' width='160' height='41' />", size:[41,160], itemoff:[0,81], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_05.jpg' width='160' height='41' />", url:"../mccurdys-armor-from-the-field", rel:"nofollow", alt:"From the Field", title:"From the Field"
	},
	{code:"<img src='../images/nav_06.jpg' width='146' height='41' />", size:[41,146], itemoff:[0,160], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_06.jpg' width='146' height='41' />", url:"javascript:void(0)", onclick:"return false;", alt:"Contact Us", title:"Contact Us"
	},
			sub:[
			{leveloff:[41,0],"size":[34,166], itemoff:[33,0]},
			{code:"&nbsp;&nbsp;&nbsp;General Inquiries", style:STYLE, url:"../contact/contact-dynamic-defense-materials.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Product Registration", style:STYLE, url:"../contact/dynamic-defense-materials-registration.aspx"}
		]
	},
];



