BLANK_IMAGE = '/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"nav",
		OVER:"nav"
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#095aa6",	// color of the item border, if any
		shadow:"#333333",	// color of the item shadow, if any
		bgON:"#cccccc",		// 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
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var TITLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#095aa6",	// color of the item shadow, if any
		bgON:"#095aa6",		// background color for the items
		bgOVER:"#095aa6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"navtitle",		// CSS class for items
		OVER:"navtitle_over"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[315,51], itemoff:[0,40], leveloff:[14,0], style:TITLE, size:[11,60]},
	{code:"Home", "format":{"size":[12,35], "itemoff":[0,92]}, "url":"/"},
	
	
	{code:"Industries", "format":{"size":[12,60], "itemoff":[0,45]},
		sub:[
			{itemoff:[12,0],  style:STYLE},
			{code:"Aerospace/Military", "format":{"size":[12,110]}, "url":"/industries/aerospace/aerospace_home/index.html"},
			{code:"Farm and Construction", "format":{"size":[12,110]}, "url":"/industries/agricultural/agricultural_home/index.html"},
			{code:"Automotive", "format":{"size":[12,110]}, "url":"/industries/automotive/automotive_home/index.html"},
			{code:"Heavy Truck", "format":{"size":[12,110]}, "url":"/industries/heavy_truck/heavy_truck_home/index.html"},
			{code:"Medical", "format":{"size":[12,110]}, "url":"/industries/medical/medical_home/index.html"},
			{code:"Other Industries", "format":{"size":[12,110]}, "url":"/industries/other_industries/other_industries_home/index.html"}
		]
	},

	{code:"Products", "format":{"size":[12,60], "itemoff":[0,70]}, "url":"/technology/products/index.html"},

	{code:"Technology", "format":{"size":[12,82], "itemoff":[0,65]}, "url":"/technology/technology_home/index.html",
		sub:[
			{itemoff:[12,0],  style:STYLE},
			{code:"Our Technology", "format":{"size":[12,80]}, "url":"/technology/technology_home/index.html",
				sub:[
					{leveloff:[3,78], size:[12,220]},
					{code:"Torque/Tension and Load Distribution", "url":"/technology/about_technology/torque.html"},
					{code:"Vibration Loosening Resistance and Fatigue Life", "url":"/technology/about_technology/vibration.html"},
					{code:"Product Animations", "url":"/technology/about_technology/animations.html"},
					{code:"Request Product Validation Test Results", "url":"/technology/about_technology/dynamicdocument.2005-01-12.5211864381/"}
				]			
			},
			{code:"Online Tools", "format":{"size":[12,80]},
				sub:[
					{leveloff:[3,78], size:[12,125]},
					{code:"Torque Calculator", "url":"/technology/online_tools/torque_calculator.html"},
					{code:"Drill Size Calculator", "url":"/technology/online_tools/drill_calculator.html"},
					{code:"Troubleshooting Guide", "url":"/technology/online_tools/troubleshooting_guide.html"},
					//{code:"Tap Selection", "url":"/technology/online_tools/tap_selection.html"}
				]
			},
			{code:"Drill Size Charts", "format":{"size":[12,80]}, "url":"/pdf_general/drillsize_cut.pdf"},
			{code:"Torque Charts", "format":{"size":[12,80]}, "url":"/pdf_general/torque_charts.pdf"},
		]
	},
	
	{code:"Company", "format":{"size":[12,70], "itemoff":[0,83]}, "url":"/company/company_home/index.html",
		sub:[
			{itemoff:[12,0],  style:STYLE},
			{code:"History", "format":{"size":[12,130]}, "url":"/company/about_spiralock/history/index.html"},
			{code:"Frequently Asked Questions", "format":{"size":[12,130]}, "url":"/company/company_home/index.html",
				sub:[
					{leveloff:[3,128], size:[12,100]},
					{code:"General", "url":"/company/faq/general_questions.html"},
					{code:"Manufacturing", "url":"/company/faq/manufacturing_questions.html"},
					{code:"Purchasing", "url":"/company/faq/purchasing_questions.html"},
					{code:"Quality Control", "url":"/company/faq/qc_questions.html"},
					{code:"Technical and Design", "url":"/company/faq/tech_questions.html"}
				]			
			},
		]
	},
	
	{code:"News", "format":{"size":[12,35], "itemoff":[0,75]}, "url":"/news/"},

	{code:"Contact Us", "format":{"size":[12,65], "itemoff":[0,47]},
		sub:[
			{itemoff:[12,0],  style:STYLE},
			{code:"North America", "format":{"size":[12,75]}, "url":"/company/contact_us/north_america.html"},
			{code:"South America", "format":{"size":[12,75]}, "url":"/company/contact_us/south_america.html"},
			{code:"Asia", "format":{"size":[12,75]}, "url":"/company/contact_us/china.html"},
			{code:"Europe", "format":{"size":[12,75]}, "url":"/company/contact_us/europe.html"},
			//{code:"Mexico", "format":{"size":[12,75]}, "url":"/company/contact_us/mexico"},			
		]
	},

];
