//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#000", "shadow":"#DBD8D1", "bgON":"","bgOVER":"#ffc"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":0, "borders":[1,0,1,0], "shadow":0, "color":color, "css":css};

var sub_color = {"border":"#fc0", "shadow":"#DBD8D1", "bgON":"#ffc", "bgOVER":"#ff3"};
var css_sub = {"ON":"clsCMSubOn", "OVER":"clsCMSubOver"};
var SUBSTYLE = {"border":1, "shadow":0, "color":sub_color, "css":css_sub};


var BLANK_IMAGE = "images/spacer.gif";
//items and formats
var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,70], leveloff:[19,0], style:STYLE, size:[20,70]},
	{code:"Home", url:"index.html", format:{itemoff:[0,50], size:[20,50]}},
	{code:"News & Events", url:"news.html", format:{itemoff:[0,60], size:[20,110]}},
	{code:"Contact", format:{itemoff:[0,110]},
		sub:[
			{itemoff:[21,0], size:[22,130]},
			{code:"Corporate Contacts", url:"corp_contacts.html", format:{style:SUBSTYLE}},
			{code:"Customer Service", url:"customer_service.html", format:{style:SUBSTYLE}},
			{code:"Sales", url:"rfq.html" , format:{style:SUBSTYLE}},
			{code:"Careers", url:"careers.html" , format:{style:SUBSTYLE}}
		]
	},
	{code:"Company", url:"company.html", format:{itemoff:[0,70]},
		sub:[
			{itemoff:[21,0], size:[22,130]},
			{code:"About Us", url:"company.html", format:{style:SUBSTYLE}},
			{code:"Careers", url:"careers.html" , format:{style:SUBSTYLE},
				sub:[
					{leveloff: [0,129], size:[22,130]},
					{code:"Openings/Internships", url:"openings.html" , format:{style:SUBSTYLE}},
					{code:"Benefits", url:"benefits.html" , format:{style:SUBSTYLE}},
					{code:"Culture & Community", url:"culture.html" , format:{style:SUBSTYLE}}
				]
			},
			{code:"News", url:"news.html" , format:{style:SUBSTYLE}}
		]
	},
	{code:"Facility", format:{itemoff:[0,85]},
		sub:[
			{itemoff:[21,0], size:[22,130]},
			{code:"Facility Tour", url:"facility.html" , format:{style:SUBSTYLE}},
			{code:"Equipment", url:"equipment.html" , format:{style:SUBSTYLE}}
		]
	},
	{code:"Products",
		sub:[
			{itemoff:[21,0], size:[22,130]},
			{code:"Discrete Wire Harness", url:"dwh.html" , format:{style:SUBSTYLE}},
			{code:"RF Cable Assembly", url:"rf_cable.html" , format:{style:SUBSTYLE}},
			{code:"Jacketed Cable Assembly", url:"jack_cable.html" , format:{style:SUBSTYLE}},
			{code:"Fiber Optic", url:"fiber_optic.html" , format:{style:SUBSTYLE}},
			{code:"Connector Over-Molding", url:"com.html" , format:{style:SUBSTYLE}},
			{code:"Flat Cable", url:"flat_cable.html" , format:{style:SUBSTYLE}},
			{code:"Conduit", url:"conduit.html" , format:{style:SUBSTYLE}}
		]
	},
	{code:"RFQ", url:"rfq.html", format:{itemoff:[0,80], size:[20,60]}},
	{code:"Engineering", url:"engineering.html", format:{itemoff:[0,55], size:[20,100]},
		sub:[
			{itemoff:[21,0], size:[22,130]},
			{code:"Engineering", url:"engineering.html", format:{style:SUBSTYLE}},
			{code:"Supplier Partners", url:"partners.html" , format:{style:SUBSTYLE}},
			{code:"Mold Tooling", url:"mold_tooling.html" , format:{style:SUBSTYLE}}
		]
	},
	{code:"Quality", url:"quality.html", format:{itemoff:[0,100]},
		sub:[
			{itemoff:[21,0], size:[22,130]},
			{code:"Quality", url:"quality.html", format:{style:SUBSTYLE}},
			{code:"ISO Certificate", url:"NQA_cert.pdf", target: "new", format:{style:SUBSTYLE}}
		]
	},
];
