function init()
{
	//Main Menu items:
	menus[0] = new menu(32, "horizontal", 12, 183, -2, -2, "#fffac2", "#ffcc99", "Verdana,Helvetica", 9, "bold", "bold", "black", "#336600", 1, "gray", 2, "rollover:includes/images/tri-down1.gif:includes/images/tri-down2.gif", false, true, true, true, 12, true, 0, 0, "black");
	menus[0].addItem("index.html", "", 100, "center", "Home", 0);
	menus[0].addItem("about.html", "", 100, "center", "About Shoshanna", 1);
	menus[0].addItem("whatisqig.html", "", 100, "center", "What is Qigong", 2);
	menus[0].addItem("whatis.html", "", 100, "center", "Why Qigong", 0);
	menus[0].addItem("teaching.html", "", 100, "center", "Sample Exercises", 0);
	menus[0].addItem("order.html", "", 100, "center", "Order<br>Now", 0);
	menus[0].addItem("faq.html", "", 100, "center", "FAQ", 7);
	menus[0].addItem("contactus.html", "", 100, "center", "Contact Us", 0);

//Sub Menu for 2nd Main Menu Item ("About"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "#fffac2", "#669966", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("teaching.html", "", 22, "left", "Teaching", 0);
	menus[1].addItem("testimonial.html", "", 22, "left", "Testimonial", 0);
	menus[1].addItem("endorsement.html", "", 22, "left", "Endorsements", 0);
	menus[1].addItem("clips.html", "", 22, "left", "View Video", 0);
	menus[1].addItem("about.html", "", 22, "left", "Shoshanna", 0);

//Sub Menu for 3rd Main Menu Item ("What is Q"):
	menus[2] = new menu(130, "vertical", 0, 0, 0, 0, "#fffac2", "#669966", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:includes/images/tri-right1.gif:includes/images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("ageless.html", "", 22, "left", "Ageless", 0);
	menus[2].addItem("qigong-cancer.html", "", 22, "left", "Healing", 0);
	menus[2].addItem("whatis.html", "", 22, "left", "What is QI", 0);
	//menus[2].addItem("http://www.cbsnews.com", "", 22, "left", "New Link", 0);

//Sub Menu for Sub Menu "What is Q":
	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#fffac2", "#669966", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	//menus[3].addItem("whatisqig.html", "", 22, "left", "Qigong", 0);
	//menus[3].addItem("http://www.nba.com", "", 22, "left", "New Link", 0);

//Sub Menu for 4th Main Menu Item ("Why Qigong"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#fffac2", "#669966", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	//menus[4].addItem("whatis.html", "", 22, "left", "Qigong", 0);
	//menus[4].addItem("http://www.yahoo.com", "", 22, "left", "Yahoo", 0);
	//menus[4].addItem("http://www.altavista.com", "", 22, "left", "AlltheWeb", 0);
	//menus[4].addItem("javascript:alert('hi')", "", 22, "left", "Teoma", 0);
	
	//Sub Menu for 5th Main Menu Item ("Sample Exercise"):
	menus[5] = new menu(130, "vertical", 0, 0, 0, 0, "#fffac2", "#669966", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	//menus[5].addItem("teaching.html", "", 22, "left", "Exercise", 0);
	//menus[5].addItem("http://www.yahoo.com", "", 22, "left", "Yahoo", 0);


		//Sub Menu for 7th Main Menu Item ("Order"):
	menus[6] = new menu(130, "vertical", 0, 0, 0, 0, "#fffac2", "#669966", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	//menus[6].addItem("video.html", "", 22, "left", "Video/DVD", 0);
	//menus[6].addItem("usingbook.html", "", 22, "left", "Book", 0);
	//menus[6].addItem("clips.html", "", 22, "left", "View Video", 0);

			//Sub Menu for 6th Main Menu Item ("FAQ"):
	menus[7] = new menu(130, "vertical", 0, 0, 0, 0, "#fffac2", "#669966", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
    menus[7].addItem("video.html", "", 22, "left", "Video/DVD", 0);
	menus[7].addItem("usingbook.html", "", 22, "left", "Using Book", 0);
	menus[7].addItem("clips.html", "", 22, "left", "View Video", 0);

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