_menuCloseDelay=0;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;            // The time delay before menus open on mouse over
_subOffsetTop=0;             // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

/// Style Definitions ///

with(mainStyleVert=new mm_style()){
//onbgcolor="#ffd89d";
onbgcolor="#b0c4de";
//oncolor="#B36B00";
oncolor="#000000";
offbgcolor="#708090";
//offbgcolor="#f4a460";
//offcolor="#F7F9F7";
offcolor="#ffffff";
//bordercolor="#367E45";
bordercolor="#367E45";
borderstyle="solid";
borderwidth=1;
separatorcolor="#325235";
//separatorcolor="#FFFFFF";
//separatorsize=2;
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="Courier, Verdana, Tahoma, Arial";
//subimage="/arrow.gif";
subimage="submenu_arrow_right-on.gif";
//onsubimage="submenu_arrow_right-on.gif";
subimagepadding=2;
high3dcolor="#FFFFFF";
low3dcolor="#367E45";
swap3d=1;
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
}

// Main

with(milonic=new menuname("mainMenuVert")){
style=mainStyleVert;
top=185;
left=1;
itemwidth=128;
alwaysvisible=1;
aI("text=&nbsp;Home;url=/;");
aI("text=&nbsp;Aktuality;url=/aktuality;");
//aI("decoration:blink;offbgcolor=#d2691e;onbgcolor=#ff8c00;text=&nbsp;Začínáme;url=/zaciname;");
aI("text=&nbsp;Začínáme;url=/zaciname;");
aI("text=&nbsp;Sortiment;url=/sortiment;");
aI("text=&nbsp;Nabídka;url=/sklad;");
aI("text=&nbsp;Kolejiště;url=/panel;");
aI("text=&nbsp;Návody;url=/navody;");
aI("text=&nbsp;DCC;url=/dcc;");
aI("text=&nbsp;Výstavy;url=/vystavy;");
//aI("text=&nbsp;Katalog;url=http://www.TTkatalog.cz;target=_blank");
aI("text=&nbsp;Kontakt;url=/kontakt;");
//aI("text=&nbsp;LEGO trains;type=header");
}

drawMenus();

