


_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=15                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#353535";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma";
fontsize="9px";
fontstyle="normal";
fontweight="normal";
headercolor="#FFFFFF";
offbgcolor="#1B1B1B";
offcolor="#5F5F5F";
onbgcolor="#D9BA42";
oncolor="#1B1B1B";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=3;
pagecolor="#FFFFFF";
separatorcolor="#FFFFFF";
separatorsize=0;
image="themes/wobiektywie/js/arrow.gif";
subimagepadding=12;
}

with(menuStyle2=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma";
fontsize="9px";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#51240D";
offcolor="#FFFFFF";
onbgcolor="#BD8646";
oncolor="#FFFFFF";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=3;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
image="arrow.gif";
subimagepadding=8;
}


with(zi=new menuname("kategorie")){
style=menuStyle;
top=1;
left=1;
aI("text=Wydarzenia ;url=index.php?cat=3");
aI("text=Sport ;url=index.php?cat=11");
aI("text=Architektura ;url=index.php?cat=4");
aI("text=Ludzie;url=index.php?cat=5");
aI("text=Zagłębie znane i nieznane&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;url=index.php?cat=2");
aI("text=Przyroda;url=index.php?cat=6");
aI("text=Makro;url=index.php?cat=7");
aI("text=Akt;url=index.php?cat=8");
aI("text=Odręczne;url=index.php?cat=9");
aI("text=Różne;url=index.php?cat=10");
}




drawMenus();


