function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 166, 232, 0, 0, "img:http://sivanandaonline.org/html/images/background1.jpg", "img:http://sivanandaonline.org/html/images/background1.jpg", "Arial,Verdana,Georgia", 9, 
		"bold", "bold", "#4b5052", "#4b5052", 0, "", 4, "", false, false, true, false, 0, false,0, 0, "gray");
	menus[0].addItem("#", "", 140, "left", "Swami Sivananda", 0);
	menus[0].addItem("#", "", 150, "left", "Swami Chidananda", 0);
	menus[0].addItem("#", "", 150, "left", "Swami Krishnananda", 0);
	menus[0].addItem("#", "",150, "left", "Swami Venkatesananda", 0);
	menus[0].addItem("#", "", 150, "left", "Others", 0);
		



} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.