function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 185, 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", "Epistle of Sivananda", 1);
	menus[0].addItem("#", "", 140, "left", "The Science of Yoga", 2);
	menus[0].addItem("#", "", 60, "left", "Serve", 3);
	menus[0].addItem("#", "", 60, "left", "Love", 4);
	menus[0].addItem("#", "", 80, "left", "Meditate", 5);
	menus[0].addItem("#", "", 60, "left", "Realise",6);




//Sub Menu for 1st Main Menu Item 
	menus[1] = new menu(125, "vertical", 0, 0, 0, 0, "#ffffff", "#6699ff", "Arial,Verdana,Georgia", 9, "bold", 
		"bold", "#4b5052", "#ffffff", 1, "#f7f78b", 3, "", false, true, false, false, 5, true, 1, 1, "gray");
	menus[1].addItem("http://sivanandaonline.org/html/kutiryoga/highest/epistle.shtm", "", 22, "left", "&nbsp;About", 0);


//1st Sub sub Menu for 1st Main Menu Item 
	menus[2] = new menu(120, "vertical", 0, 0, 0, 0, "#ffffFF", "#6699ff", "Arial,Verdana,Georgia", 9, "bold", 
		"bold", "#4b5052", "#ffffff", 1, "#f7f78b", 3, "", false, true, false, false, 5, true, 1, 1, "gray");
	menus[2].addItem("http://sivanandaonline.org/html/kutiryoga/highest/scienceyoga.shtm", "", 22, "left", "&nbsp;About", 0);

//2nd Sub sub Menu for 1st Main Menu Item 
	menus[3] = new menu(140, "vertical", 0, 0, 0, 0, "#ffffFF", "#6699ff", "Arial,Verdana,Georgia", 9, "bold", "bold", "#4b5052", "#ffffff", 1, "#f7f78b", 3, "", false, true, false, false, 5, true, 1, 1, "gray");
	menus[3].addItem("http://sivanandaonline.org/html/kutiryoga/highest/understandingkarma.shtm", "", 22, "left", "&nbsp;Understanding Karma", 0);
	menus[3].addItem("http://sivanandaonline.org/html/kutiryoga/highest/secretkarma.shtm", "", 22, "left", "&nbsp;Secret of Karma Yoga", 0);

//3rd Sub sub Menu for 1st Main Menu Item 
	menus[4] = new menu(240, "vertical", 0, 0, 0, 0, "#ffffFF", "#6699ff", "Arial,Verdana,Georgia", 9, "bold", "bold", "#4b5052", "#ffffff", 1, "#f7f78b", 3, "", false, true, false, false, 5, true, 1, 1, "gray");
	menus[4].addItem("http://sivanandaonline.org/html/kutiryoga/highest/understandingbhakti.shtm", "", 22, "left", "&nbsp;Understanding Bhakti", 0);
	menus[4].addItem("http://sivanandaonline.org/html/kutiryoga/highest/secretbhakti.shtm", "", 22, "left", "&nbsp;Secret of Bhakti Yoga", 0);
	menus[4].addItem("http://sivanandaonline.org/html/kutiryoga/highest/worshipliberation.shtm", "", 22, "left", "&nbsp;Worship, Self-Surrender and Liberation", 0);


//4th Sub sub Menu for 1st Main Menu Item 
	menus[5] = new menu(150, "vertical", 0, 0, 0, 0, "#ffffFF", "#6699ff", "Arial,Verdana,Georgia", 9, "bold", "bold", "#4b5052", "#ffffff", 1, "#f7f78b", 3, "", false, true, false, false, 6, true, 1, 1, "gray");
	menus[5].addItem("http://sivanandaonline.org/html/kutiryoga/highest/transcending.shtm", "", 22, "left", "&nbsp;Transcending The Mind", 0);
	menus[5].addItem("http://sivanandaonline.org/html/kutiryoga/highest/yogasara.shtm", "", 22, "left", "&nbsp;Yogasara Upanishad", 0);
	menus[5].addItem("http://sivanandaonline.org/html/kutiryoga/highest/secretraja.shtm", "", 22, "left", "&nbsp;Secret of Raja Yoga", 0);



//5th Sub sub Menu for 1st Main Menu Item 

	menus[6] = new menu(130, "vertical", 0, 0, 0, 0, "#ffffFF", "#6699ff", "Arial,Verdana,Georgia", 9, "bold", "bold", "#4b5052", "#ffffff",1, "#f7f78b", 3, "", false, true, false, false, 5, true, 1, 1, "gray");
	menus[6].addItem("http://sivanandaonline.org/html/kutiryoga/highest/sivanandagita.shtm", "", 22, "left", "&nbsp;Sivananda Gita", 0);
	menus[6].addItem("http://sivanandaonline.org/html/kutiryoga/highest/essentialjnana.shtm", "", 22, "left", "&nbsp;Essential Jnana", 0);
	menus[6].addItem("http://sivanandaonline.org/html/kutiryoga/highest/towardsperfection.shtm", "", 22, "left", "&nbsp;Towards Perfection", 0);
	menus[6].addItem("http://sivanandaonline.org/html/kutiryoga/highest/mokshagita.shtm", "", 22, "left", "&nbsp;Moksha Gita", 0);

//6th Sub sub Menu for 1st Main Menu Item 
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.