function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal",00, 80, -2, -2, "white", "#ff9933", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:IMG/tri-down1.gif:IMG/tri-down2.gif", false, true, true, true, 25, true, 4, 4, "black");
	menus[0].addItem("/", "", 90, "center", "Home", 0);
	menus[0].addItem("#", "", 140, "center", "About Hospital", 1);
	menus[0].addItem("#", "", 158, "center", "Other Details", 2);
	menus[0].addItem("dinayan.htm", "", 155, "center", "Dinayan Kalaparv", 0);
	menus[0].addItem("career.htm", "", 148, "center", "Career Options", 0);
	menus[0].addItem("news.htm", "", 80, "center", "News", 0);

//Sub Menu for 2nd Main Menu Item ("web building"):
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "white", "#ff9933", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, 62, false, true, false, true, 6, true, 4, 4, "black");
	menus[1].addItem("for_ipd.htm", "", 22, "left", "In Patients", 0);
	menus[1].addItem("for_opd.htm", "", 22, "left", "Out Patients", 0);
	menus[1].addItem("pat_srv.htm", "", 22, "left", "Services", 0);
	menus[1].addItem("facilities.htm", "", 22, "left", "Facilities", 0);
	menus[1].addItem("package.htm", "", 35, "left", "Health Packages", 0);
	menus[1].addItem("features.htm", "", 22, "left", "Features", 0);
	menus[1].addItem("cons_schedule.htm", "", 35, "left", "Consultant Schedule", 0);
	menus[1].addItem("the_best.htm", "", 35, "left", "Why The Best ?", 0);

//Sub Menu for 3rd Main Menu Item ("News"):
	menus[2] = new menu(130, "vertical", 0, 0, 0, 0, "white", "#ff9933", "Verdana,Helvetica", 9, "bold", 
		"bold", "black", "white", 1, "gray", 2, "rollover:IMG/tri-right1.gif:IMG/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("http://www.dmhospital.org/cardpayment.asp", "", 35, "left", "Online Card Payment", 0);
	menus[2].addItem("research.htm", "", 22, "left", "Research", 0);
	menus[2].addItem("associates.htm", "", 22, "left", "Associates", 0);
	menus[2].addItem("charity.htm", "", 22, "left", "Charity", 0);
	

//Sub Menu for Sub Menu "Sports News":
	menus[3] = new menu(135, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[3].addItem("http://www.espn.com", "", 22, "left", "ESPN Sports", 0);
	menus[3].addItem("http://www.nba.com", "", 22, "left", "NBA", 0);


//Sub Menu for 4th Main Menu Item ("Search"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.google.com", "", 22, "left", "Google", 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);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.