function init()
{
	//Main Menu items:
	menus[0] = new menu(20, "horizontal", 137, 300, -2, -2, "img:images/menubutt2.jpg", "img:images/menubutt1.jpg", "Verdana,Helvetica", 9, 
		"bold", "bold", "#803848", "#000000", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 0, 0, "#000000");
	menus[0].addItem("index.html", "", 90, "center", "Home", 0);
	menus[0].addItem("", "", 90, "center", "Salukis", 1);
	menus[0].addItem("", "", 90, "center", "Champions", 3);
	menus[0].addItem("plans.html", "", 90, "center", "Puppies", 0);
           menus[0].addItem("", "", 90, "center", "Results", 2);
           menus[0].addItem("updates.html", "", 90, "center", "Updates", 0);
           menus[0].addItem("mailto:JeannaJaques@aol.com", "", 90, "center", "Contact", 0);
           menus[0].addItem("http://www.gastboken.com/6118", "", 90, "center", "Guestbook", 0);
           menus[0].floatMenu(1024, 768, 10, 0);


//Sub Menu for 2nd Main Menu Item ("Our dogs"):
	menus[1] = new menu(100, "vertical", 0, 0, -5, -5, "img:images/menubutt2.jpg", "img:images/menubutt1.jpg", "Verdana,Helvetica", 9, 
		"bold", "bold", "#803848", "#000000", 1, "gray", 2, 62, false, true, false, true, 6, true, 0, 0, "black");
	menus[1].addItem("present.html", "", 20, "left", "Present", 0);
	menus[1].addItem("past.html", "", 20, "left", "Past", 0);
	menus[1].addItem("gallery.html", "", 20, "left", "Gallery 1", 0);
	menus[1].addItem("gallery2.html", "", 20, "left", "Gallery 2", 0);
      
//Sub Menu for 2nd Main Menu Item ("Shows"):
	menus[2] = new menu(110, "vertical", 0, 0, -5, -5, "img:images/menubutt2.jpg", "img:images/menubutt1.jpg", "Verdana,Helvetica", 9, 
		"bold", "bold", "#803848", "#000000", 1, "gray", 2, 62, false, true, false, true, 6, true, 0, 0, "black");
      menus[2].addItem("shows0304.html", "", 20, "left", "2003-2004", 0);
	menus[2].addItem("shows05.html", "", 20, "left", "2005", 0);
	menus[2].addItem("shows06.html", "", 20, "left", "2006", 0);
           menus[2].addItem("shows07.html", "", 20, "left", "2007", 0);

//Sub Menu for 4th Main Menu Item ("Results"):
	menus[3] = new menu(200, "vertical", 0, 0, 0, 0, "img:images/menubutt2.jpg", "img:images/menubutt1.jpg", "Verdana,Helvetica", 9, 
		"bold", "bold", "803848", "000000", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 0, 0, "black");
	menus[3].addItem("ukchampions.html", "", 20, "left", "UK Champions", 0);
	menus[3].addItem("intchampions.html", "", 20, "left", "Overseas Champions", 0);
	
//Sub Menu for 5th Main Menu Item ("Litters"):
	menus[7] = new menu(100, "vertical", 0, 0, 0, 0, "#dbd2bf", "#8d7b50", "Verdana,Helvetica", 9, "bold", 
		"bold", "8d7b50", "dbd2bf", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[7].addItem("gallery.html", "", 18, "center", "Gallery 1", 0);
	menus[7].addItem("gallery2.html", "", 18, "center", "Gallery 2", 0);
	menus[7].addItem("gallery3.html", "", 18, "center", "Gallery 3", 0);
	menus[7].addItem("gallery4.html", "", 18, "center", "Gallery 4", 0);
           menus[7].addItem("gallery5.html", "", 18, "center", "Gallery 5", 0);
           menus[7].addItem("gallery6.html", "", 18, "center", "Gallery 6", 0);
           menus[7].addItem("gallery7.html", "", 18, "center", "Gallery 7", 0);
           menus[7].addItem("gallery8.html", "", 18, "center", "Gallery 8", 0);
           menus[7].addItem("gallery9.html", "", 18, "center", "Gallery 9", 0);
           menus[7].addItem("gallery10.html", "", 18, "center", "Gallery 10", 0);
           menus[7].addItem("gallery11.html", "", 18, "center", "Gallery 11", 0);
          
//Sub Menu for 4th Main Menu Item ("Search"):
	menus[4] = new menu(130, "vertical", 0, 0, 0, 0, "#CACAFF", "#0000A0", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[4].addItem("http://www.google.com", "", 22, "left", "Google", 0);
	menus[4].addItem("http://www.yahoo.com", "", 22, "left", "Yahoo", 0);
	menus[4].addItem("http://www.altavista.com", "", 22, "left", "AlltheWeb", 0);
	menus[4].addItem("javascript:alert('hi')", "", 22, "left", "Teoma", 0);

//Sub Menu for Sub Menu "Present dogs":
	menus[5] = new menu(275, "vertical", 0, 0, 0, 0, "#dbd2bf", "#8d7b50", "Verdana,Helvetica", 9, "bold", "bold", "8d7b50", "dbd2bf", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
           menus[5].addItem("rosas.html ", "", 18, "left", "Al-Shên Oronfel il Warda", 0);
           menus[5].addItem("kiyaras.html ", "", 18, "left", "Al-Shên Kiyara Bint Qasida", 0);
	     menus[5].addItem("aswads.html ", "", 18, "left", "Al-Shên Aswad al Jamil", 0);
           menus[5].addItem("tittis.html ", "", 18, "left", "Al-Shên Abla Bint Qasida", 0);
           menus[5].addItem("dottys.html", "", 18, "left", "Al-Shên Alimah Batul", 0);
           menus[5].addItem("najmas.html ", "", 18, "left", "Jizbasa' Idu", 0);
           menus[5].addItem("shafeeks.html ", "", 18, "left", "Al Wathba Shafeek Ibn Amir", 0);
           menus[5].addItem("amirahs.html ", "", 18, "left", "Seadis Amiirah Al-Shên", 0);
           menus[5].addItem("kasibs.html ", "", 18, "left", "Khalils Kasib Ibn Amjad Al-Shên", 0);
           menus[5].addItem("qamars.html ", "", 18, "left", "Al-Shên Qamar al Dahabi", 0);
           menus[5].addItem("zahras.html ", "", 18, "left", "Shadri Zahra", 0);
           menus[5].addItem("zeldas.html ", "", 18, "left", "Al-Shên Shadijah Bint Najmah", 0);
           menus[5].addItem("naomis.html ", "", 18, "left", "Al-Shên Nejma al Zahra", 0);
           menus[5].addItem("banderas.html ", "", 18, "left", "Gold'N Copper Black'N White Blues", 0);

//Sub Menu for Sub Menu "Past dogs":
	menus[6] = new menu(275, "vertical", 0, 0, 0, 0, "#dbd2bf", "#8d7b50", "Verdana,Helvetica", 9, "bold", "bold", "8d7b50", "dbd2bf", 1, "gray", 2, 62, false, true, false, false, 0, true, 4, 4, "black");
           menus[6].addItem("jamjams.html ", "", 18, "left", "Khalils Omar Khayyam", 0);
           menus[6].addItem("omajjads.html ", "", 18, "left", "Khalils Omawad", 0);
	     menus[6].addItem("kaslas.html ", "", 18, "left", "Khalils Pawabir Kasla", 0);
           menus[6].addItem("qasidas.html ", "", 18, "left", "Khalils Qasida", 0);
           menus[6].addItem("bagens.html", "", 18, "left", "Al-Shên Omar Wad An Nejma", 0);
           menus[6].addItem("finas.html ", "", 18, "left", "Shafaq Fabiola Fess", 0);
           menus[6].addItem("bullens.html ", "", 18, "left", "Al-Shên Amjad Al Jadab", 0);
           menus[6].addItem("jullans.html ", "", 18, "left", "Al-Shên Baraka Jumanah", 0);
 } //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.

