_menuCloseDelay=50 // 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 with(menuStyle=new mm_style()){ onbgcolor='#999999'; // Bg color down oncolor='#ffffff'; // Down font offbgcolor='#999999'; // Down Bg color offcolor='#aa2a07'; // Up font separatorcolor="#aa2a07"; separatorsize="1"; bordercolor='#000000'; borderstyle='normal'; borderwidth=4; padding=3; fontsize='12'; fontfamily='arial'; overfilter='fade(Duration=0.1);scroll;' outfilter='fade(Duration=0.2)'; } with(menuStyleMain=new mm_style()){ oncolor='#333333'; offcolor='#aa2a07'; borderstyle='thin'; borderwidth=0; padding=1; fontsize='13'; fontstyle='normal'; fontfamily='Arial, Tahoma, Arial'; fontweight='bold'; subimagepadding='2'; overfilter='GradientWipe(Duration=0.2, Direction="360");'; } with(milonic=new menuname('Main Menu')){ style=menuStyleMain; separatorcolor="#333333"; separatorsize="1"; top=235; alwaysvisible=1; position='relative'; orientation='horizontal'; align='left'; openstyle='ltr'; aI("text=About;url=index.asp"); aI("text= | "); aI("text=Team;url=page.asp?page_num=2;"); aI("text= | "); aI("text=Runs;;showmenu=IMenu39;"); aI("text= | "); aI("text=Corporate & Special Events ;url=page.asp?page_num=7;"); aI("text= | "); aI("text=Press;url=page.asp?page_num=8;"); aI("text= | "); aI("text=Gallery;url=gallery.htm;"); aI("text= | "); aI("text=Reservations & Contact;url=page.asp?page_num=10;"); } with(milonic=new menuname('IMenu39')){ style=menuStyle; itemwidth=140; openstyle='rtl'; align='left'; left='offset=105'; aI("text=General Information;url=page.asp?page_num=3"); aI("text=Tel Aviv Runs;url=page.asp?page_num=4"); aI("text=Jerusalem Runs;url=page.asp?page_num=5"); aI("text=Prices;url=page.asp?page_num=6"); } with(milonic=new menuname('IMenu36')){ style=menuStyle; itemwidth=100; openstyle='rtl'; align='left'; left='offset=1'; } with(milonic=new menuname('IMenu34')){ style=menuStyle; itemwidth=100; openstyle='rtl'; align='right'; left='offset=1'; } with(milonic=new menuname('IMenu32')){ style=menuStyle; itemwidth=100; openstyle='rtl'; align='right'; left='offset=1'; } with(milonic=new menuname('IMenu28')){ style=menuStyle; itemwidth=100; openstyle='rtl'; align='right'; left='offset=1'; } with(milonic=new menuname('IMenu19')){ style=menuStyle; itemwidth=100; openstyle='rtl'; align='right'; left='offset=1'; } with(milonic=new menuname('IMenu42')){ style=menuStyle; itemwidth=100; openstyle='rtl'; align='left'; left='offset=1'; } drawMenus();