function init()
{
	menus[0] = new menu(20, "horizontal", 372, 195, 0, -2, "img:images/background1.jpg", "img:images/background2.jpg", "Trebuchet MS,Arial,Helvetica", 8, "normal", 
		"normal", "#000080", "#000000", 0, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 3, 3, "#5d6276");
	menus[0].addItem("index.php", "", 70, "left", "&Uuml;bersicht", 0);
	menus[0].addSeparator(1, "#222a5b");
	menus[0].addItem("index.php?content=einleitung", "", 170, "left", "CSS Einf&uuml;hrung - Rubriken", 1);
	menus[0].addSeparator(1, "#222a5b");
	menus[0].addItem("#", "", 200, "left", "CSS Interpretation &amp; Tutorials", 2);
	menus[0].addSeparator(1, "#222a5b");
	menus[0].addItem("index.php?content=csslinks", "", 40, "left", "Links", 0);
	menus[0].floatMenu(1024, 768, 10, 0);
	
	menus[1] = new menu(170, "vertical", 0, 0, 0, 0, "#ccccff", "#b4bbe0", "Trebuchet MS,Arial,Helvetica", 8, "", 
		"normal", "#000080", "#9c1437", 1, "#000080", 3, 187, false, true, false, false, 0, true, 3, 3, "#5d6276");
	menus[1].addItem("index.php?content=einleitung", "", 22, "left", "Einleitung", 0);
	menus[1].addItem("index.php?content=csssyntax", "", 22, "left", "Die CSS Syntax", 0);
	menus[1].addItem("index.php?content=cssattrib", "", 22, "left", "CSS Attribute", 3);
	menus[1].addItem("index.php?content=csseinbindung", "", 22, "left", "CSS Implementierung", 4);
	
	menus[2] = new menu(200, "vertical", 0, 0, 0, 0, "#ccccff", "#b4bbe0", "Trebuchet MS,Arial,Helvetica", 8, "", 
		"normal", "#000080", "#9c1437", 1, "#000080", 3, 187, false, true, false, false, 0, true, 3, 3, "#5d6276");
	menus[2].addItem("index.php?content=cssbrowser", "", 22, "left", "&Uuml;bersicht", 0);
	menus[2].addItem("index.php?content=cssbrowser#rollover", "", 22, "left", "1. Rollover", 0);
	menus[2].addItem("index.php?content=cssbrowser#rahmen", "", 22, "left", "2. 3D Rahmen", 0);
	menus[2].addItem("index.php?content=cssbrowser#form", "", 22, "left", "3. Formular-Buttons", 0);
	menus[2].addItem("index.php?content=cssbrowser#text", "", 22, "left", "4. Texteingabeflder", 0);
	menus[2].addItem("index.php?content=cssbrowser#dropdown", "", 22, "left", "5. Dropdown-Men&uuml;s", 0);
	menus[2].addItem("index.php?content=cssbrowser#scroll", "", 22, "left", "6. Scrollleisten", 0);
	menus[2].addItem("index.php?content=cssbrowser#cursor", "", 22, "left", "7. Cursor anpassen", 0);
	menus[2].addItem("index.php?content=cssbrowser#rollover2", "", 22, "left", "8. Textunterstreichung", 0);
	menus[2].addItem("index.php?content=cssbrowser#trans", "", 22, "left", "9. Transparenz / Transluzenz", 0);
	
	menus[3] = new menu(220, "vertical", 0, 0, 0, 0, "#ccccff", "#b4bbe0", "Trebuchet MS,Arial,Helvetica", 8, "", 
	"normal", "#000080", "#9c1437", 1, "#000080", 3, 187, false, true, false, false, 0, true, 3, 3, "#5d6276");
	menus[3].addItem("index.php?content=cssattrib", "", 22, "left", "&Uuml;bersicht", 0);
	menus[3].addItem("index.php?content=cssattrib#schriften", "", 22, "left", "Schriften", 0);
	menus[3].addItem("index.php?content=cssattrib#farben", "", 22, "left", "Farben und Hintergr&uuml;nde", 0);
	menus[3].addItem("index.php?content=cssattrib#darstellung", "", 22, "left", "Textdarstellung und -ausrichtung", 0);
	menus[3].addItem("index.php?content=cssattrib#rra", "", 22, "left", "R&auml;nder, Rahmen, Abst&auml;nde", 0);
	
	
	menus[4] = new menu(220, "vertical", 0, 0, 0, 0, "#ccccff", "#b4bbe0", "Trebuchet MS,Arial,Helvetica", 8, "", 
	"normal", "#000080", "#9c1437", 1, "#000080", 3, 187, false, true, false, false, 0, true, 3, 3, "#5d6276");
	menus[4].addItem("index.php?content=csseinbindung", "", 22, "left", "&Uuml;bersicht", 0);
	menus[4].addItem("index.php?content=csseinbindung#inline", "", 22, "left", "Inline Style Sheets", 0);
	menus[4].addItem("index.php?content=csseinbindung#eingebettet", "", 22, "left", "Eingebettete Stylesheets", 0);
	menus[4].addItem("index.php?content=csseinbindung#verknuepft", "", 22, "left", "Verkn&uuml;pfte Formatvorlagen", 0);
	
	

}