// Currently, only "_NEW" is supported for target. If not specified, "_TOP" is assumed.

var menustruct = 
[
	{
		"display":"Home",
		"link":"index.mhtml"
	},
	{
		"display":"Products",
		"link":"productmatrix.mhtml"
	},
	{
		"display":"Where&nbsp;to&nbsp;Buy",
		"link":"dealerfinder.mhtml"
	},
	{
		"display":"Customer&nbsp;Care",
		"submenu":[
			{
				"display":"Events",
				"link":"tradeshows.mhtml"
			},
			{
				"display":"FAQs",
				"link":"faq.mhtml"
			},
			{
				"display":"Contact&nbsp;Us",
				"link":"contactus.mhtml"
			}
		]
	},
	{
		"display":"Company",
		"submenu":[
			{
				"display":"Who&nbsp;We&nbsp;Are",
				"link":"whoweare.mhtml"
			},
			{
				"display":"Parent&nbsp;Company",
				"link":"http://inscribe.com",
				"target":"_NEW"
			},
			{
				"display":"Press&nbsp;Room",
				"link":"press.mhtml"
			},
			{
				"display":"Careers",
				"link":"employment.mhtml"
			},
			{
				"display":"Contact&nbsp;Us",
				"link":"contactus.mhtml"
			}
		]
	},
	{
		"display":"Dealers",
		"submenu":[
			{
				"display":"Dealer&nbsp;Login",
				"link":"http://www.inscribe.com/dealers/index.mhtml",
				"target":"_NEW"
			},
			{
				"display":"Trade&nbsp;Shows",
				"link":"tradeshows.mhtml"
			},
			{
				"display":"Become&nbsp;a&nbsp;Dealer",
				"link":"becomeadealer.mhtml"
			}
		]
	}
];


