function init()
{
	//Main Menu items:
	menus[0] = new menu(175, "vertical", 10,150, -2, -2, "yellow", "#990099", "Verdana,Helvetica", 9, 
		"bold", "bold", "#990099", "yellow", 1, "#990099", 2, "rollover:tri.gif:tri.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.stanfordclean.com/stanfordclean/WEB FRONT PAGE 3PW.htm", 25, "center", "Home", 0);
	menus[0].addItem("http://www.stanfordclean.com/stanfordclean/residential cleaning pagepw.htm", 25, "center", "Cleaning Services", 0);
	menus[0].addItem("http://www.stanfordclean.com/stanfordclean/residential pricespw.htm", 25, "center", "Pricing", 0);
        menus[0].addItem("javascript:location='WEB FRONT PAGE 3PW.htm';window.open('frequently asked questionspw.htm','characters','height=185,width=435,scrollbars=no')",25, "center", "FAQs", 0);
        menus[0].addItem("#", 25, "center", "Contact Us", 1);


//Sub Menu for Sub Menu "Sports News":
	menus[1] = new menu(135, "vertical", 0, 0, 0, 0, "yellow", "#990099", "Verdana,Helvetica", 9, "bold", "bold", "#990099", "yellow", 1, "#990099", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("mailto:stanfo3@galaxy.lunarpages.com", 22, "left", "E Mail", 0);
        menus[1].addItem("#", 22, "left", "651-639-9100", 0);
        
	

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.