/*
  --- 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_ITEMS = [
	['Home',  'http://www.ameron.com/index.cfm',  {'tw' : '_self'}],
	['About Ameron','',  {'tw' : '_self'},
		['Company Overview','http://www.ameron.com/about/company_overview.cfm',  {'tw' : '_self'}],
		['Locations', 'http://www.ameron.com/about/locations.cfm', {'tw' : '_self'}],
		['Board of Directors', 'http://www.ameron.com/about/board.cfm', {'tw' : '_self'}],
	],
	['Photo Gallery','http://www.ameron.com/gallery/index.cfm', {'tw' : '_self'}],
	['Financials','',  {'tw' : '_self'},
		['Financial Reports','http://www.ameron.com/financial/reports.cfm',  {'tw' : '_self'}],
		['Request Printed Report', 'http://www.ameron.com/financial/request.cfm', {'tw' : '_self'}],
		['Information Request', 'http://phx.corporate-ir.net/phoenix.zhtml?c=87370&p=irol-infoReq', {'tw' : '_self'}],
	],
	['News','',  {'tw' : '_self'},
		['Ameron Stock Quote','http://finance.yahoo.com/q?s=AMN&d=t',  {'tw' : '_self'}],
		['Press Release', 'http://phx.corporate-ir.net/phoenix.zhtml?c=87370&p=irol-news', {'tw' : '_self'}],
	],
	['Shareholders','',  {'tw' : '_self'},
		['Fundamentals','http://phx.corporate-ir.net/phoenix.zhtml?c=87370&p=irol-fundamentals',  {'tw' : '_self'}],
		['Corp. Governance', 'http://phx.corporate-ir.net/phoenix.zhtml?c=87370&p=irol-govHighlights', {'tw' : '_self'}],
		['Investor Overview', 'http://phx.corporate-ir.net/phoenix.zhtml?c=87370&p=irol-irhome', {'tw' : '_self'}],
		['Calendar', 'http://phx.corporate-ir.net/phoenix.zhtml?c=87370&p=irol-calendar', {'tw' : '_self'}],
		['Dividends', 'http://phx.corporate-ir.net/phoenix.zhtml?c=87370&p=irol-Dividends', {'tw' : '_self'}],
	],
	
	['Contact Us','http://www.ameron.com/contact/index.cfm', {'tw' : '_self'}],
];