function init2()
{
menus[0] = new menu(25, "horizontal", 10, 110, -1,-1, "#3366CC", "#FFCC99", "Verdana,Helvetica", 10, "", "", "white", "red", 1, "brown", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("deposit.htm", "", 180, "middle", "Deposit Schemes", 0);
	menus[0].addItem("loan.htm", "", 180, "middle", "Loan Schemes", 0);
	menus[0].addItem("other.htm", "", 250, "middle", "Other Schemes and Services", 0);
	menus[0].addItem("contactus.htm", "", 180, "middle", "Contact Us", 0);
	menus[0].addItem("implinks.htm", "", 180, "middle", "Important Links", 0);
} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.