// menu_items.js file

var MENU_ITEMS =[
	["&nbsp;About Us", "../about/about.html", null,
	],
	["&nbsp;Tarrawood News", "../news/news.html", null,
	],
	["&nbsp;Plant Catalogue", "../catalogue/catalogue.html", null,
	["&nbsp;Printable catalogue", "../catalogue/catalogue.pdf", null]
	],
	["&nbsp;Current Stocklist", "../stocklist/stocklist.html", null,
	],
	["&nbsp;Locate an Outlet", "../outlets/outlets.html", null,
	],
	["&nbsp;Plant Notes", "../notes/notes.html", null,
	],
	["&nbsp;Links", "../links/links.html", null,
	],
	["&nbsp;Contact Us", "../contact/contact.html", null,
	],
	["&nbsp;Home", "../index.html", null,
	],
];

