function init()
{
	//Main Menu items:
	menus[0] = new menu(22, "horizontal", 380, 40, -2, -2, "#fffaed", "#FF9900", "Verdana,Helvetica", 9, 
		"bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, true, true, true, 12, true, 4, 4, "black");
	menus[0].addItem("http://www.automobile-calli.de", "", 100, "center", "Home", 0);
	menus[0].addItem("http://www.automobile-calli.de/index.php?NAV=01_1", "", 120, "center", "Angebote", 0);
	menus[0].addItem("http://www.automobile-calli.de/index.php?NAV=02", "", 110, "center", "Service", 1);
	menus[0].addItem("http://www.automobile-calli.de/index.php?NAV=03", "", 110, "center", "Kontakt", 2);

//Sub Menu for 3rd Main Menu Item ("infos"):
	menus[1] = new menu(130, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, false, false, 0, true, 4, 4, "black");
	menus[1].addItem("http://www.automobile-calli.de/index.php?NAV=02_1", "", 22, "left", "Inzahlungnahme", 0);
	menus[1].addItem("http://www.automobile-calli.de/index.php?NAV=02_2", "", 22, "left", "Finanzierung", 0);
	menus[1].addItem("http://www.automobile-calli.de/index.php?NAV=02_3", "", 22, "left", "Export", 0);
	menus[1].addItem("http://www.automobile-calli.de/index.php?NAV=02_4", "", 22, "left", "Garantie", 0);

//Sub Menu for 4th Main Menu Item ("contact"):
	menus[2] = new menu(130, "vertical", 0, 0, 0, 0, "#E1E1E1", "black", "Verdana,Helvetica", 9, "bold", "bold", "black", "white", 1, "gray", 2, ">>", false, true, false, false, 0, true, 4, 4, "black");
	menus[2].addItem("http://www.automobile-calli.de/index.php?NAV=03_1", "", 22, "left", "Impressum", 0);
	menus[2].addItem("http://www.automobile-calli.de/index.php?NAV=03_2", "", 22, "left", "Kontaktformular", 0);
	menus[2].addItem("http://www.automobile-calli.de/index.php?NAV=03_3", "", 22, "left", "Wegbeschreibung", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
