function init2()
{
    //Main Menu items:
        menus[0] = new menu(22, "horizontal", 90, 0, -2, -2, "#87b77b", "#e6ede7", "Arial", 9, "bold", "bold", "white", "black", 1, "gray", 2, "", false, true, true, false, 5, true, 2, 2, "black");

        <!--Aktuelles-->
        menus[0].addItem("../aktuelles/index.htm", "", 90, "center", "Aktuelles", 0);

        <!--click-tt-->
        menus[0].addItem("http://wttv.click-tt.de/cgi-bin/WebObjects/ClickWTTV.woa/wa/leaguePage?championship=K183+11%2F12", "_blank", 84, "center", "click-TT", 0);

        <!--Chronik-->
        menus[0].addItem("#", "", 84, "center", "Chronik", 0);

        <!--Download-->
        menus[0].addItem("#", "", 90, "center", "Download", 0);

        <!--Internes-->
        menus[0].addItem("../intern/login.php", "", 80, "center", "Internes", 0);

        <!--Links-->
        menus[0].addItem("../links/index.htm", "", 100, "center", "Links", 0);

        <!--Rahmenterminplan-->
        menus[0].addItem("../terminplan/rahmenterminplan_11_12.pdf", "_blank", 130, "center", "Rahmenterminplan", 0);

        <!--Überkreislich-->
        menus[0].addItem("../ueberkreislich/index.htm", "", 120, "center", "Überkreislich", 0);
}
