menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;
effect = "fade(duration=0.3))"

hlp=[                                            // hlp is an array of properties you can have as many property arrays as you need
"D9E3EC",                                        // Off Font Color
"114C8A",                                        // Off Back Color
"E6E907",                                        // On Font Color
"033563",                                        // On Back Color
"8AAED0",                                        // Border Color
13,                                              // Font Size
"normal",                                        // Font Style
"normal",                                        // Font Weight
"verdana,helvetica",               				 // Font
3,                                               // Padding
"arrow.gif",                              		 // Sub Menu Image
0,                                                // 3D Border & Separator
"cccccc",                                        // 3D High Color
"000000"                                         // 3D Low Color
]

addmenu(menu=["menu1",                           // this is the array that contains your menu properties and details
0,                                               // Top
30,                                               // left
0,                                             // Width
1,                                               // Border Width
"",                                              // Screen Position - here you can use "center;middle;right"
hlp,                                             // Properties Array - as above
1,                                               // Always Visible - allows the menu item to be visible at all time
"left",                                          // Alignment - sets the menu elements alignment, HTML values are valid here
effect,                                			 // Filter - Text variable for setting transitional effects on menu activation
1,                                               // Follow Scrolling - Tells this menu item to follow the user down the screen
1,                                               // Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,                                                // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere
,,,,,,,,                                         // Reserved
,    


                                            // Reserved
"Informacje o Szkole ","show-menu=menu2",,,1,
"Dyrekcja i nauczyciele","dyrekcja.html",,,1,
"Uczniowie","uczniowie.html",,,1,
"Życie szkoły","show-menu=menu3",,,1,
"Nadanie imienia","show-menu=menu4",,,1,
"Inne strony","show-menu=menu5",,,1

])

addmenu(menu=["menu2",
        ,,150,1,"",hlp,,,effect,,,,,,,,,,,,,
        "Historia","historia.html",,,1,
        "Podstawowa dokumentacja szkoly","dokumenty.html",,,1,
        "Nasza miejscowość","miejscowosc.html",,,1,
        "Hymn szkoły","hymn.html",,,1,
        "Strona główna","text1.html",,,1
        ])


addmenu(menu=["menu3",
        ,,145,1,"",hlp,,,effect,,,,,,,,,,,,,
        "Gazetka Szkolna","gazetka.html",,,1,
        "Kółka pozalekcyjne","kolka.html",,,1,
        "Galeria zdjęć","galeria.html",,,1		

        ])

addmenu(menu=["menu4",
        ,,145,1,"",hlp,,,effect,,,,,,,,,,,,,
        "Przebieg ceremonii","uroczystosc.html",,,1,
        "Nasz Patron","Patron.html",,,1

        ])

		addmenu(menu=["menu5",
        ,,145,1,"",hlp,,,effect,,,,,,,,,,,,,
        "Aktualności","aktualnosci.html",,,1,
        "Nauczyciele piszą","pisza.html",,,1

        ])
dumpmenus() 

