/* --- menu items --- */
var MENU_ITEMS00 = [	
	['Product', 'product_main.htm', {'sw' : 100},
		['&nbsp;&nbsp;1000 Series','1000series.htm'],
		['&nbsp;&nbsp;2000 Series','2000series.htm'],
		['&nbsp;&nbsp;3000 Series','3000series.htm'],
		['&nbsp;&nbsp;Other Series','otherseries.htm'],
		['&nbsp;&nbsp;Custom Hinges','custom_hinges.htm'],
		['&nbsp;&nbsp;Misc. Hinges','misc_hinges.htm'],
		['&nbsp;&nbsp;Latches','latches.htm'],
		['&nbsp;&nbsp;Handles','handles.htm'],
		['&nbsp;&nbsp;Slides','slides.htm']
	],
	['Industry', 'industry_main.htm', {'sw' : 100}
	],	
	['Resource', 'resource_main.htm', {'sw' : 100},	
		['&nbsp;&nbsp;Calculator','resource_main.htm'],
		['&nbsp;&nbsp;Download','download_main.htm']
	],
	['Contact Us', 'mailto:sales@hanayainc.com', {'sw' : 100},
		['&nbsp;&nbsp;Contact Information','contact_info.htm']
]];
