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:../sds/images/tri-right1.gif:../sds/images/tri-right2.gif", false, true, true, true, 12, true, 3, 3, "#F5EAC5");
	menus[0].addItem("sds_intor.htm", "contents", 22, "left", "Home", 0);
	menus[0].addItem("#", "", 22, "left", "About Us", 1);
	menus[0].addItem("#", "", 22, "left", "Product", 2);
        menus[0].addItem("#", "", 22, "left", "Contact Us", 3);
     
   
//Sub Menu for 2nd Main Menu Item ("About Us"):
	menus[1] = new menu(140, "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("sds_background.htm", "contents", 18, "left", "SDS Background", 0);
    
    
//Sub Menu for 3rd Main Menu Item ("Product"):
	menus[2] = new menu(180, "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("sds_product1.htm", "contents", 18, "left", "General Information", 0);
	menus[2].addItem("sds_product2.htm", "contents", 18, "left", "List of Stones", 0);


//Sub Menu for 4th Main Menu Item ("Contact Us"):
	menus[3] = new menu(145, "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("sds_contactus.htm", "", 18, "left", "How To Reach Us", 0);


} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.