/*
  --- 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', 'index.htm',
],
	['About Namoi', null, null,
		['Corporate Profile', '01a.htm'],
		['Board Profiles', '01b.htm'],
		['Senior Managers Profiles', '01c.htm'],
		['Locations', '01e.htm'],
		['Corporate Governance Statement', '01d.htm'],
		['Rules of Namoi Cotton', 'pdf/Namoi Rules 27 July 2005.pdf'],
],
	['Growers', null, null,
		['Prices', null, null,
			['DMR - Daily Market Report', 'pdf/dmr.pdf'],
		],
		['Contacts', null, null,
			['General', '02a.htm'],
			['Grain', '02g.htm'],
			['Grower Services', '02b.htm'],
			['Grower Finance', '02c.htm'],
			['Ginning', '02e.htm'],
			['Logistics', '02f.htm'],
			['Global Sales', '02d.htm'],
	],
	],
	['Investors', null, null,
		['Financial Calendar', '03a.htm'],
		['Financial Reports', null, null,
				['2009/2010', '03j.htm'],
				['2008/2009', '03i.htm'],
				['2007/2008', '03h.htm'],
				['2006/2007', '03g.htm'],
				['2005/2006', '03f.htm'],
				['2004/2005', '03b.htm'],
				['2003/2004', '03c.htm'],
				['2002/2003', '03d.htm'],
				['2001/2002', '03e.htm'],						
		],
	],
	['Community', null, null,
		['Sponsorships', '04a.htm'],
	],
	['People', null, null,
		['Employment', '05a.htm'],
		['Environment & Safety', '05b.htm'],
	],
];

