// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>home page", "index.html"],
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>our story", "story.html"],
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>our team", "",
		["management", "management.html"],
		["volunteer team", "volunteer.html"],
		["management committee", "committee.html"],
		["others involved", "others.html"]
	],
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>our work", "",
		["introduction", "work.html"],
		["training", "training.html"],
		["home visits", "home.html"],
		["meetings,workshops &amp; networking", "meetings.html"]
		
	],
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>personal stories", "",
		["nonjabulo dlamini", "nonjabulodlamini.html"],
		["mongezi dlamini ", "mongezidlamini.html"],
		["ntombifuthi mzobe", "mzobe.html"],
		["philile and nokuzola mbele", "mbele.html"],
		["mhlonishwa dlamini", "dlamini.html"],
		["ndlovu family", "ndlovu.html"],
		["lusiba & sinevuso schools", "schools.html"]
	],
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>reports & updates", "",
		["annual report apr 2006-mar 2007", "annualreportwozamoya2006-04-01to2007-03-31.pdf"],
                ["annual report 2008 - 2009", "Woza Moya Annual Report 2008-2009 PDF.pdf"],
		["woza moya iacd piece", "iacdpiece.pdf"]
		
	],
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>how can you help?", "help.html"],
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>contact details", "contact.html"],
	["<img src='images/linkdot.gif' width='9' height='9' border=0 class=linkdot>site map", "sitemap.html"]
	];
