
/*DHTML Menu version 3.0 (beta)
* written by Andy Woolley
* Copyright 2001 Andy Woolley. All Rights Reserved.
* This script featured on Dynamic Drive (http://www.dynamicdrive.com)
* 
* 
* MOJA NOTKA:
* Poniżej są ustawiane nbastępujące zmienne:
* timegap - czas po którym zniknie menu po mouseout
* effect - efekt towarzyszący pojawianiu się menu
* suboffset... - parametry translacji podmenu
* 
*/


timegap=550
followspeed=500
followrate=400
suboffset_top=3;
suboffset_left=2;

effect = "fade(duration=0.2)";
//effect = "";

function openwin(url)
{
  nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
  nwin.focus();
}

prop1=[                                   // prop1 is an array of properties you can have as many property arrays as you need
"000000",                                 // Off Font Color
"FFFB16",                                 // Off Back Color
"000000",                                 // On Font Color
"C2D1FE",                                 // On Back Color
"000000",                                 // Border Color
10,                                       // Font Size
"normal",                                 // Font Style 
"bold",                                   // Font Weight
"Verdana,Helvetica,sans-serif",               // Font
3,                                        // Padding
"/arrow.gif",     // Sub Menu Image
0,                                        // 3D Border & Separator
"66ffff",                                 // 3D High Color
"000099",                                 // 3D Low Color
"",                                       // Referer item Font Color (leave this blank to disable)
"",					  // Referer item Back Color (leave this blank to disable)
]

prop2=[                                   // prop1 is an array of properties you can have as many property arrays as you need
"000000",                                 // Off Font Color
"FFFB80",                                 // Off Back Color
"131C5F",                                 // On Font Color
"C2D1FE",                                 // On Back Color
"000000",                                 // Border Color
10,                                       // Font Size
"normal",                                 // Font Style 
"bold",                                   // Font Weight
"Verdana,Helvetica,sans-serif",               // Font
3,                                        // Padding
"/arrow.gif",     // Sub Menu Image
0,                                        // 3D Border & Separator
"66ffff",                                 // 3D High Color
"000099",                                 // 3D Low Color
"",                                       // Referer item Font Color (leave this blank to disable)
"",					  // Referer item Back Color (leave this blank to disable)
]


menu1=[	                                  // This is the array that contains your menu properties and details
118,                                      // Top
440,                                        // Left
95,                                         // Width
0,                                        // Border Width
"",                                 // Screen Position - here you can use "center;middle;right"
prop1,                                    // Properties Array - this is set higher up, 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 for example: left, right or center
,                                         // Filter - Text variable for setting transitional effects on menu activation
,                                         // Follow Scrolling - Tells the 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 on the page
,                                         // Position of sub image left:center:right:middle:top:bottom
,                                         // Show an image on top menu bars indicating a sub menu exists below
,                                         // Reserved for future use
"<div align=center><b>AGS</b></div>","show-menu4","ags.html",,1,      // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"<div align=center><b>o nas</b></div>","show-menu2","o_nas.html",,1,      // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"<div align=center>oferta</div>","show-menu3","uslugi.html",,1,
"<div align=center><b>przedstawiciele</b></div>","show-menu5","ags.html",,1, 
"<div align=center>kontakt</div>","kontakt.html",,,1,
"<div align=center>e-mail</div>","mailto:ags@masters-service.com.pl",,,1
]

menu4=[
,,180,1,"",prop2,,"left",,,,,,,,
"Anti Graffiti System","ags.html",,,,
"zabezpieczanie i czyszczenie","zabezpieczenie.html",,,,
"czyszczenie chemiczne","czyszczenie.html",,,,
"preparaty","preparaty.html",,,,
"certyfikaty","certyfikaty.html",,,,
"ekologia","ekologia.html",,,,
"efekty","efekty.html",,,,
"porównanie systemów","porownanie.html",,,,
"opinie","opinie.html",,,,
"filmy","filmy.html",,,,
"graffiti","graffiti.html",,,
]



menu2=[
  ,,80,1,"",prop2,,"left",,,,,,,,
  "firma","o_nas.html",,,,
  "MS w akcji","w_akcji.html",,,,
  "dyplomy","dyplomy.html",,,,
  "pisali o nas","pisali.html",,,,
  "targi","targi.html",,,,
  "referencje","referencje.html",,,
]


menu3=[
,,80,1,"",prop2,,"left",,,,,,,,
"sprzedaż","sprzedaz.html",,,,
"usługi","uslugi.html",,,,
"współpraca","wspolpraca.html",,,,
"formularze","formularze.html",,,,
"filmy","filmy.html",,,
]

menu5=[
,,180,1,"",prop2,,"left",,,,,,,,
"Autoryzowani Wykonawcy","przedstawiciele.php",,,
]





