﻿function init()
{
	menus[0] = new menu(125, "vertical", 5, 175, -2, -2, "#BBBBEC", "#0000A0", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:/images/tri-right1.gif:/images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("mystory.htm", "", 22, "left", "My Story", 0);
	menus[0].addItem("diyquestions.htm", "", 35, "left", "Questions & Answers", 0);
	menus[0].addItem("reluctantfathers.html", "", 35, "left", "Reluctant Fathers", 0);
	menus[0].addItem("conference.html", "", 22, "left", "Conference", 0);
	menus[0].addItem("pictures.html", "", 22, "left", "Photographs", 0);
	menus[0].addItem("marilyn.html", "", 35, "left", "Marilyn Moran Memoriam", 0);
	menus[0].addItem("index.html", "", 22, "left", "Home", 0);
	menus[0].addItem("/index.html", "", 60, "left", "Unassisted Homebirth/Terra Publishing", 0);

//Sub Menu for 2nd Main Menu Item ("Your Body, Your Birth"):
//	menus[1] = new menu(150, "vertical", 0, 0, -5, -5, "#99CCCC", "#0000A0", "Verdana,Helvetica", 8, "bold", 
//		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
//	menus[1].addItem("twosecrets.html", "", 22, "left", "2 Secrets", 0);
//	menus[1].addItem("description.html", "", 22, "left", "Description", 0);

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