function init()
{
	menus[0] = new menu(150, "vertical", 10, 150, -2, -2, "#F2FBFB", "#00D0B8", "Arial,Helvetica,sans-serif", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "", false, true, true, false, 0, true, 5, 5, "#295658");
	menus[0].addItem("index.html", "", 22, "left", "Back to Main", 0);
	menus[0].addItem("#", "", 22, "left", "", 0);
	menus[0].addItem("nordoffrobbins.html", "", 33, "left", "Nordoff-Robbins Music Therapy", 0);
	menus[0].addItem("amt.html", "", 33, "left", "Analytical Music Therapy (AMT)", 0);
	menus[0].addItem("gim.html", "", 33, "left", "Guided Imagery and Music", 0);
	menus[0].addItem("mpsychotherapy.html", "", 22, "left", "Music Psychotherapy", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.