_scrollAmount=5; // Used for Netscape 4 scrolling _scrollDelay=10; // Used for Netscape 4 scrolling _menuCloseDelay=500; // The delay for menus to remain visible on mouse off _menuOpenDelay=150; // The delay for opening menus on mouse over _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=0; // Sub menu offset Left position Goverfilter="Alpha(style=1,opacity=25,finishOpacity=100,startX=0,finishX=100,startY=100,finishY=0);Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"; Goverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; Goutfilter="randomdissolve(duration=0.3)"; Goutfilter=""; Goverfilter=""; AllMargin=0; treeOffset=0; // Used to set the offset of sub menus singleMasterMenu=false; // Informs the system to on;y have one menu open at a time with(tstyle1=new mm_style()){ ondecoration="underline"; borderstyle = "solid"; subimage="js/white_arrow.gif"; onsubimage="js/white_arrow_down.gif"; bordercolor="black"; borderwidth=0; padding = "0 0 0 6px"; fontfamily="Verdana, Tahoma, Arial"; fontsize="11px"; fontstyle="normal"; fontweight="bold"; subimageposition="middle right" ; separatorcolor="#ffffff"; separatorsize=1; subimagepadding="0 6px 0 0"; imagepadding=0; itemheight=23; itemwidth=193; offbgcolor="#cc0000"; offcolor="#ffffff"; //onbgcolor="#ddffdd"; onbgcolor="#dad8e8"; //oncolor="#000099"; oncolor="#333399"; clicksubimage="js/white_arrow_down.gif"; pagebgcolor="#333399"; } sub1Style=new copyOf(tstyle1); sub1Style.offcolor = "#ffffff"; sub1Style.offbgcolor="#8EA2BB"; sub1Style.separatorcolor="#556E8C"; sub1Style.padding = "0 0 0 16px"; sub1Style.fontsize="11px"; sub1Style.fontweight="normal"; sub1Style.pagebgcolor="#8EA2BB"; sub1Style.pagecolor="#000000"; sub2Style=new copyOf(tstyle1); sub2Style.offcolor = "#000000"; sub2Style.offbgcolor="#D6DDE6"; sub2Style.separatorcolor="#8EA2BB"; sub2Style.padding = "0 0 0 26px"; sub2Style.fontsize="10px"; sub2Style.fontweight="normal"; sub2Style.pagebgcolor="#D6DDE6"; sub2Style.pagecolor="#cc0000"; tstyle1.clickcolor="#ffffff"; tstyle1.clickbgcolor="#D70B0B"; //tstyle1.clickimage="js/red_blip.gif"; //tstyle1.clicksubimage="js/white_arrow_down.gif"; with(new menuname("main Tree Menu")){ orientation='vertical'; top=130; left=0; style = tstyle1; alwaysvisible = 1; itemwidth=193; //margin=AllMargin; position="relative"; aI("text=Hlavní stránka;url=http://www.bohemiakombi.cz/?sekce=hlavni;"); aI("text=Novinky;url=http://www.bohemiakombi.cz/?sekce=novinky"); aI("text=Produkty;showmenu=produkty;type=tree;"); aI("text=Terminály;showmenu=terminaly;type=tree;"); aI("text=Partneři;url=http://www.bohemiakombi.cz/?sekce=partneri"); aI("text=Cenová poptávka;url=http://www.bohemiakombi.cz/?sekce=cenova_poptavka"); aI("text=Online nástroje;url=http://www.bohemiakombi.cz/?sekce=online_nastroje"); aI("text=Technika a legislativa;url=http://www.bohemiakombi.cz/?sekce=technika"); } with(new menuname("produkty")){ style = sub1Style; margin=AllMargin; aI("text=Úvod;url=http://www.bohemiakombi.cz/?sekce=_uvod"); aI("text=\"Bohemia Express\";showmenu=primy_vlak;type=tree;"); aI("text=Jednotlivé zásilky;url=http://www.bohemiakombi.cz/?sekce=_jednotlive_zasilky"); aI("text=Podmínky přepravy;url=http://www.bohemiakombi.cz/?sekce=_podminky_prepravy"); } with(new menuname("primy_vlak")){ style = sub2Style; margin=AllMargin; aI("text=O produktu;url=http://www.bohemiakombi.cz/?sekce=__o_produktu"); aI("text=Návazná spojení;url=http://www.bohemiakombi.cz/?sekce=__navazna_spojeni"); aI("text=Jízdní řád;url=http://www.bohemiakombi.cz/?sekce=__jizdni_rad"); aI("text=Objednávky a rezervace;url=http://www.bohemiakombi.cz/?sekce=__objednavky_rezervace"); } with(new menuname("terminaly")){ style = sub1Style; margin=AllMargin; aI("text=ČR / SR;url=http://www.bohemiakombi.cz/?sekce=_terminaly_crsr"); aI("text=Evropa;url=http://www.bohemiakombi.cz/?sekce=_terminaly_evropa"); } drawMenus();