function init()
{
	menus[0] = new menu(120, "vertical", 5, 19, 2, -2, "white", "#99CCFF", "Verdana,arial,Tahoma,sans-serif", 8, 
		"bold", "bold", "#FF6600", "white", 1, "#99CCFF", 3, "rollover:../guna/images/tri-right1.gif:../guna/images/tri-right2.gif", false, true, true, true, 12, true, 3, 3, "#F5EAC5");
	menus[0].addItem("guna_intor.htm", "contents", 22, "left", "Home", 0);
	menus[0].addItem("#", "", 22, "left", "About Us", 1);
	menus[0].addItem("#", "", 22, "left", "Export", 2);
	menus[0].addItem("#", "", 22, "left", "Import", 3);
	menus[0].addItem("#", "", 22, "left", "Agent", 4);
        menus[0].addItem("#", "", 22, "left", "Contact Us", 5);
     
   
//Sub Menu for 2nd Main Menu Item ("About Us"):
	menus[1] = new menu(142, "vertical", 0, 0, -5, -5, "#E2BD4B", "#AA871C", "Tahoma,arial,Verdana,sans-serif", 8, "bold", 
		"bold", "black", "white", 1, "white", 1, 62, false, true, false, true, 6, true, 3, 3, "#F5EAC5");
	menus[1].addItem("guna_background.htm", "contents", 18, "left", "Guna Background", 0);
    
    
//Sub Menu for 3rd Main Menu Item ("Export"):
	menus[2] = new menu(134, "vertical", 0, 0, 0, 0, "#E2BD4B", "#AA871C", "Tahoma,arial,Verdana,sans-serif", 8, "bold", 
		"bold", "black", "white", 1, "white", 1, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 3, 3, "#F5EAC5");
	menus[2].addItem("guna_export1.htm", "contents", 18, "left", "Coffee Arabica", 0);
	menus[2].addItem("guna_export2.htm", "contents", 18, "left", "Sesame Seeds", 0);
	menus[2].addItem("guna_export3.htm", "contents", 18, "left", "Spices", 0);
	menus[2].addItem("guna_export4.htm", "contents", 18, "left", "Pulses", 0);
	menus[2].addItem("guna_export5.htm", "contents", 18, "left", "Natural Gum", 0);


//Sub Menu for 4th Main Menu Item ("Import"):
	menus[3] = new menu(130, "vertical", 0, 0, 0, 0, "#E2BD4B", "#AA871C", "Tahoma,arial,Verdana,sans-serif", 8, "bold",
                "bold", "black", "white", 1, "white", 1, ">>", false, true, false, false, 0, true, 3, 3, "#F5EAC5");
	menus[3].addItem("guna_import1.htm", "", 18, "left", "Construction", 0);
	menus[3].addItem("guna_import2.htm", "", 18, "left", "Agricultural Input", 0);


//Sub Menu for 5th Main Menu Item ("Agent"):
	menus[4] = new menu(134, "vertical", 0, 0, 0, 0, "#E2BD4B", "#AA871C", "Tahoma,arial,Verdana,sans-serif", 8, "bold",
                "bold", "black", "white", 1, "white", 1, ">>", false, true, false, false, 0, true, 3, 3, "#F5EAC5");
	menus[4].addItem("guna_agent.htm", "", 18, "left", "General Information", 0);


//Sub Menu for 6th Main Menu Item ("Contact Us"):
	menus[5] = new menu(130, "vertical", 0, 0, 0, 0, "#E2BD4B", "#AA871C", "Tahoma,arial,Verdana,sans-serif", 8, "bold",
                "bold", "black", "white", 1, "white", 1, ">>", false, true, false, false, 0, true, 3, 3, "#F5EAC5");
        menus[5].addItem("guna_contactus.htm", "", 18, "left", "How To Reach Us", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
