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)}
effect2 = "Alpha(style=0,opacity=90)"

timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=5;	// Sub menu offset Left position

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"222222",			// Kolor Czcionki Off 
"FFFFFF",			// Kolor Tło Off
"000000",			// Kolor Czcionki On
"3E9ACA",			// Kolor Tło On
"3E9ACA",			// Kolor Ramki Menu
11,					// Rozmiar Czcionki
"normal",			// Styl Czcionki
"bold",			// Styl Czcionki
"Arial, Helvetica",	// Nazwa Czcionki
4,					// Menu Item Padding
]

addmenu(menu=[	// This is the array that contains your menu properties and details
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
164,				// Menu Top - The Top position of the menu in pixels
11,				// Menu Left - The Left position of the menu in pixels
150,			// Menu Width - Menus width in pixels
2,				// Menu Border Width 
"center",		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,			// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect2,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,				// Position of TOP sub image left:center:right
,				// ..Now Obsolete..
,				// Right To Left - Used in Hebrew for example. (1=on/0=off)
,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,				// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,				// Reserved for future use
,				// Reserved for future use
,				// Reserved for future use

,":: Strona Główna","http://www.milc.pl/index.html",,"Aktualności: Strona Główna",1  // "Description Text", "./Anaconda_Pliki/1.html", "Alternate URL", "Status", "Separator Bar"
,":: O Firmie","show-menu=ofirmie",,"Podstawowe informacje o Firmie",1
,":: INTERNET","show-menu=inter",,"INTERNET: Oferta dostępu do internetu",1
,":: Nasze Usługi","show-menu=nuslugi",,"Nasze Usługi",1
,":: Pobierz Pliki","show-menu=pliki",,"Przydatne pliki do pobrania",1
])

	addmenu(menu=["ofirmie",,,152,1,,style1,0,"left",effect2,0,,,,,,,,,,,
	,"Informacje o Firmie","http://www.milc.pl/firma.html",,"",
	,"Biuro Obsługi Klienta","http://www.milc.pl/biuro.html",,"",
	])

	addmenu(menu=["inter",,,150,1,,style1,0,"left",effect2,0,,,,,,,,,,,
	,"INTERNET dla Ciebie","http://www.milc.pl/skawinanet.html",,"",
	,"Biuro Obsługi Klienta","http://www.milc.pl/biuro.html",,"",
        ,"Dla Abonentów  >>","show-menu=instrukcje",,"",
	,"Biuletyn Skawina.NET","http://www.milc.pl/biuletyn.html",,"",
	])

	addmenu(menu=["instrukcje",,,215,1,,style1,0,"left",effect2,0,,,,,,,,,,,
	,"Konfiguracja: Serwer poczty","http://www.milc.pl/ia-mail.html",,"",
	,"Konfiguracja: Serwer News","http://www.milc.pl/ia-news.html",,"",
        ,"Konfiguracja: Serwer Proxy","http://www.milc.pl/ia-proxy.html",,"",
        ,"Instrukcja: Hub DC","http://www.milc.pl/ia-dc.html",,"",
	,"Usuwanie wirusa Blaster","http://www.milc.pl/ia-blaster.html",,"",
        ,"Usuwanie wirusa Sasser","http://www.milc.pl/ia-sasser.html",,"",
	])

	addmenu(menu=["nuslugi",,,170,1,,style1,0,"left",effect2,0,,,,,,,,,,,
	,"Obsługa Serwisowa","http://www.milc.pl/os.html",,"",
	,"Budowa i Eksploatacja Sieci","http://www.milc.pl/bes.html",,"",
	,"Łączenie Sieci Firmowych","http://www.milc.pl/lsf.html",,"",
	,"Sklep Komputerowy","http://www.milc.pl/sk.html",,"",
	])

	addmenu(menu=["pliki",,,153,1,,style1,0,"left",effect2,0,,,,,,,,,,,
	,"Aktualizacje Systemowe","http://dctr.skawina.net/as.html",,"",
	,"Pliki Antywirusowe","http://dctr.skawina.net/pw.html",,"",
	,"Sterowniki","http://dctr.skawina.net/st.html",,"",
	,"Aktualizacje do Gier","http://dctr.skawina.net/ag.html",,"",
	,"Przydatne Programy","http://dctr.skawina.net/pp.html",,"",
	])
		
dumpmenus()
