
function init(str)
{
	//Main Menu items:
	
	menus[0] = new menu(33, "horizontal", 10, 86.1, 0, -1, "#ff9900", "#CACAFF", "Verdana,Helvetica", 9, 
		"", "", "white", "blue", 1, "orange", 2, "rollover:pic/tri-down2.gif:pic/tri-down2.gif", false, true, true, true, 12, false, 0, 0, "yellow");
	menus[0].addItem("default.aspx", "",90, "center", "  Home ", 0);
	menus[0].addItem("NormalUser_AboutUs.aspx", "", 99, "center", " About Us ", 0);
	menus[0].addItem("#", "", 170, "center", "Domestic Services", 1);
//comment by asha	menus[0].addItem("NormalUser_Location.aspx", "", 150, "center", "Domestic Location", 0);
	menus[0].addItem("Customer_LogIn.aspx", "", 154, "center", "Login", 0);
	menus[0].addItem("NormalUser_Contact_Us.aspx", "", 135, "center", "Contact Us", 0);
	menus[0].addItem("NormalUser_FeedBack.aspx", "", 115, "center", "FeedBack", 0);
//	menus[0].addItem("NormalUser_Tracking.asp", "", 170, "center", "Consignment Trcking", 0);
	menus[0].addItem("NormalUser_FAQs.aspx", "", 100, "center", "FAQs", 0);
	menus[0].addItem("NormalUser_site_map.aspx", "", 110, "center", "Site Map", 0);


//Sub Menu for 3rd Main Menu Item ("domestic services"):
	menus[1] = new menu(170, "vertical", 0, 0, -5, -5, "#ff9900", "#CACAFF", "Verdana,Helvetica", 9, "", 
		"", "white", "blue", 1, "gray", 2, 62, false, true, false, true, 6, false, 4, 4, "black");
     	menus[1].addItem("NormalUser_Tracking.aspx", "", 22, "left", "Tracking", 0);
//comment by asha        	menus[1].addItem("NormalUser_Costing.aspx", "", 22, "left", "Costing", 0);

	//menus[1].addItem("Location.asp", "", 22, "left", "Domestic Locations", 0);
	//menus[1].addItem("http://www.builder.com", "NEWWIN", 22, "left", "Builder.com", 0);

//Sub Menu for 4th Main Menu Item ("International services"):
/*menus[2] = new menu(192, "vertical", 0, 0, -5, -5, "#ff9900", "#CACAFF", "Verdana,Helvetica", 9, "", 
		"", "white", "blue", 1, "gray", 2, 62, false, true, false, true, 6, false, 4, 4, "black");
	menus[2].addItem("constuction.asp", "", 22, "left", "Tracking", 0);
	menus[2].addItem("Inter_pricing.asp", "", 22, "left", "Costing", 0);
		menus[2].addItem("Inter_locations.asp", "", 22, "left", "International Locations", 0);
*/
	//Sub Menu for 7th Main Menu Item ("Consignment search"):
/*	menus[3] = new menu(170, "vertical", 0, 0, -5, -5, "#ff9900", "#CACAFF", "Verdana,Helvetica", 9, "", 
		"", "white", "blue", 1, "gray", 2, 62, false, true, false, true, 6, false, 4, 4, "black");
	menus[3].addItem("consignment.asp", "", 22, "left", "by date", 0);
	menus[3].addItem("consignment_by_num.asp", "", 22, "left", "by consignment no.", 0);*/

//Sub Menu for Sub Menu "Sports News":


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
