_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='#004062'; // Bg color down oncolor='#999999'; // Down font offbgcolor='#004062'; // Down Bg color offcolor='#ffffff'; // Up font separatorcolor="#ffffff"; separatorsize="1"; bordercolor='#ffffff'; borderstyle='normal'; borderwidth=0; padding=3; fontsize='13'; fontfamily='arial'; overfilter='fade(Duration=0.1);scroll;' outfilter='fade(Duration=0.2)'; } with(menuStyleMain=new mm_style()){ oncolor='#000000'; offcolor='#fefefe'; // onbgcolor='#2A75AF'; // itemheight=40; borderstyle='thin'; borderwidth=0; padding=2.5; fontsize='12'; 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; margin=6; separatorcolor="#ffffff"; separatorsize="1"; top=298; alwaysvisible=1; //position='relative'; position='absolute'; orientation='horizontal'; align='right'; openstyle='rtl'; aI("text= אודותינו showmenu=IMenu1"); aI("text=         |         "); aI("text=הפעילות שלנו ;url=page.asp?page=13"); aI("text=         |         "); aI("text=היכן אנחנו ;url=page.asp?page=14"); aI("text=         |         "); aI("text=מרכז מידע showmenu=IMenu3"); aI("text=         |         "); aI("text=כלים שימושיים showmenu=IMenu4"); aI("text=         |         "); aI("text=כאן תפגשו אותנו showmenu=IMenu5"); aI("text=         |      "); aI("text=ENGLISH;url=indexEN.html"); } with(milonic=new menuname('IMenu1')){ style=menuStyle; itemwidth=130; itemheight=20; openstyle='rtl'; align='right'; aI("text= אודותינו;url=page.asp?page=1"); aI("text= צוות BTC;url=page.asp?page=35"); //aI("text= תקציר מנהלים;url=page.asp?page=22"); aI("text= חזון BTC;url=page.asp?page=20"); } with(milonic=new menuname('IMenu2')){ style=menuStyle; itemwidth=160; itemheight=20; openstyle='rtl'; align='right'; aI("text= הפעילות שלנו;url=page.asp?page=13"); } with(milonic=new menuname('IMenu3')){ style=menuStyle; itemwidth=100; itemheight=20; openstyle='rtl'; align='right'; aI("text= חדשות תיירות;url=http://www.passportnews.co.il/;target=_blank"); aI("text= חדשות תעופה;url=http://www.airlinetrends.com;target=_blank"); } with(milonic=new menuname('IMenu4')){ style=menuStyle; itemwidth=160; itemheight=20; openstyle='rtl'; align='right'; aI("text= מזג אוויר בעולם;url=http://www.timeanddate.com/worldclock/;target=_blank"); aI("text= המרות מט'ח;url=http://finance.yahoo.com/currency-converter;target=_blank"); aI("text= זמני כניסת שבת;url=http://www.chabad.org.il/Time/Index.asp?CategoryID=176;target=_blank"); aI("text= שגרירות ישראל;url=http://www.embassy.co.il/"); aI("text= משרד הבריאות חיסונים;url=http://www.health.gov.il/;target=_blank"); aI("text= נתב''ג;url=http://www.iaa.gov.il/Rashat/he-IL/Airports/BenGurion/;target=_blank"); aI("text= משרדי BCD בעולם;url=http://www.bcdtravel.com/aw/home/Global_site/en-us/Content/~cn/Network/;target=_blank"); } with(milonic=new menuname('IMenu5')){ style=menuStyle; itemwidth=130; itemheight=20; openstyle='rtl'; align='right'; aI("text= אנשי קשר;url=page.asp?page=45"); aI("text= דרושים;url=page.asp?page=44"); } drawMenus();