
function initMenu() 
{
	/* This is the header that accompanies every menu */
	var width = 200, height = 30; 
	var menuColor = "" ;
	var HTMLToGenerate = "";

	sideMenu = new List(false, width, height, menuColor );
	sideMenu.addItem("<div class='menus_level2_item'><a href='/Indigenous_people.html' title='Indigenous people'><span>Indigenous people</span></a></div>", "/Indigenous_people.html");
	sideMenu.addItem("<div class='menus_level2_item'><a href='/Indigenous_people/Contact_details.html' title='Contact details'><span>Contact details</span></a></div>", "/Indigenous_people/Contact_details.html");
	sideMenu.addItem("<div class='menus_level2_item'><a href='/Indigenous_people/Services.html' title='Services'><span>Services</span></a></div>", "/Indigenous_people/Services.html");
	sideMenu.addItem("<div class='menus_level2_item'><a href='/Indigenous_people/FAQs.html' title='FAQs'><span>FAQs</span></a></div>", "/Indigenous_people/FAQs.html");
	sideMenu.addItem("<div class='menus_level2_item'><a href='/About_OIR/Our_services/e-Newsletters/Two_Rivers_Newsletter.html' title='Two Rivers e-Newsletter'><span>Two Rivers e-Newsletter</span></a></div>", "/About_OIR/Our_services/e-Newsletters/Two_Rivers_Newsletter.html");
	itemMenu3_5 = new List(false, width, height, menuColor );
	itemMenu3_5.addItem("<div class='menus_level3_item'><a href='/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/Recruiting_staff.html' title='Recruiting staff'><span>Recruiting staff</span></a></div>", "/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/Recruiting_staff.html");
	itemMenu3_5.addItem("<div class='menus_level3_item'><a href='/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/Starting_a_new_employee.html' title='Starting a new employee'><span>Starting a new employee</span></a></div>", "/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/Starting_a_new_employee.html");
	itemMenu3_5.addItem("<div class='menus_level3_item'><a href='/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/A_productive_workplace.html' title='A productive workplace'><span>A productive workplace</span></a></div>", "/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/A_productive_workplace.html");
	itemMenu3_5.addItem("<div class='menus_level3_item'><a href='/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/Health_and_safety_in_the_workplace.html' title='Health and safety in the workplace'><span>Health and safety in the workplace</span></a></div>", "/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/Health_and_safety_in_the_workplace.html");
	itemMenu3_5.addItem("<div class='menus_level3_item'><a href='/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/Terminating_employment.html' title='Terminating employment'><span>Terminating employment</span></a></div>", "/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff/Terminating_employment.html");
	sideMenu.addList(itemMenu3_5, "<div class='menus_level2_list'><a href='/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff.html' title='Employing Aboriginal and Torres Strait Islander staff'><span>Employing Aboriginal and Torres Strait Islander staff</span></a></div>", "/Indigenous_people/Employing_Aboriginal_and_Torres_Strait_Islander_staff.html");
	sideMenu.addItem("<div class='menus_level2_item'><a href='/Indigenous_people/Helpful_resources.html' title='Helpful resources'><span>Helpful resources</span></a></div>", "/Indigenous_people/Helpful_resources.html");

	HTMLToGenerate = sideMenu.build(1,225); 
	
	//alert("HTML is : " + HTMLToGenerate);
	return HTMLToGenerate;
}

