/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS0 = [
	['<img src="/images/btn_our_company.gif" border="0" alt="Our Company">', '/ourcompany/', {'sw':95}, 
		['Our Staff', '/ourcompany/staff.cfm'],
		['Service/Training', '/ourcompany/service.html'],
		['Get Directions', 'http://www.mapquest.com/directions/main.adp?2a=6332+Flank+Drive&2c=Harrisburg&2s=PA&2z=17112&2y=US&cid=lfddlink', {'tw' :'_blank'}]
	],
	['<img src="/images/btn_news.gif" " border="0" alt="News & Information">', '/news/', {'sw':133}],
	['<img src="/images/btn_products.gif" border="0" alt="Products">', '/products/', {'sw':78},
		['Sheet Metal Fabrication', '/products/prod_list.cfm?subcat_id=18'],
		['Plate & Structural Fabrication', '/products/prod_list.cfm?subcat_id=10'],
		['Metal Stamping', '/products/prod_list.cfm?subcat_id=2'],
		['Tube & Pipe Fabrication', '/products/prod_list.cfm?subcat_id=19']
		
	],
	['<img src="/images/btn_preowned.gif" border="0" alt="Pre-Owned & Stock Machinery">', '/preowned/', {'sw':188}],
	['<img src="/images/btn_links.gif" border="0" alt="Manufacturer Links">', '/links/', {'sw':128}],
	['<img src="/images/btn_contact.gif" border="0" alt="Contact Us">', '/contact/', {'sw':86}],
	['<img src="/images/btn_territory.gif" border="0" alt="Territory">', '/territory/', {'sw':61}]
];

