_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=40;                // Follow scrolling Rate
_subOffsetTop=-5;              // Sub menu top offset
_subOffsetLeft=4;            // 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()){
onbgcolor="#ececec"; // pozadi po najeti mysi
oncolor="#e18700"; // pismo po najeti mysi
offbgcolor="#3b598c"; // pozadi bez mysi
offcolor="#ffffff"; // pismo bez mysi
bordercolor="#1a4481"; // barva okraje
borderstyle="solid"; // styl okraje
borderwidth=1; // tloustka okraje
separatorcolor="#c0c0c0"; // linka mezi odkazy v menu
separatorstyle="dotted";
separatorsize="1"; // tloustka linky mezi odkazy v menu
padding=4; // odsazeni kolem textu v menu
fontsize="90%"; // velikost pisma
fontstyle="normal"; // styl pisma
fontweight="bold";
align="left";
fontfamily="Verdana,Geneva CE,sans-serif"; // typ pisma
pagecolor="black"; // ????
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="fade(duration=0)";
}

/*
with(m1=new menuname("m2")){
style=menuStyle;
aI("text=&nbsp;Prodávaný sortiment;url=./o-d-sortiment.php;");
aI("text=&nbsp;Nabídka skladu;url=./info.php;");
aI("text=&nbsp;Poptávka;url=mailto:info@bkbtechnik.cz;");
aI("text=&nbsp;Služby&nbsp;;url=./info.php;");
aI("text=&nbsp;Dodací a polatební podmínky;url=./info.php;");
aI("text=&nbsp;ISO;url=./info.php;");
aI("text=&nbsp;Mapa;url=./info.php;");
}
*/

