_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over with(menuStyleBase=new mm_style()){ onclass="mm-base-on"; offclass="mm-base-off"; } with(menuStyle=new mm_style()){ onclass="mm-second-on"; offclass="mm-second-off"; } with(milonic=new menuname("_MAIN")){ style=menuStyleBase; position="relative"; alwaysvisible=1; orientation="horizontal"; aI('showmenu=shop;text=Shop;url=index.php;'); aI("showmenu=credit;text=Credit;url=credit_application.php"); aI("showmenu=store_finder;text=Store Finder;url=store_finder.php"); aI("showmenu=services;text=Services;url=services.php"); aI("showmenu=account;text=My Account;url=account.php"); // aI('showmenu=shop;text=Shop;url=index.php;'); // aI("showmenu=credit;text=Credit;url=https://www.lacuracao.com//credit_application.php"); // aI("showmenu=money_transfer;text=Money Transfer;url=http://www.lacuracaomt.com;target=_blank;"); // aI("showmenu=export;text=Export;url=http://www.lacuracao.net/export/pasitoexp/export.htm;target=_blank;"); // aI("showmenu=travel;text=Travel;url=http://www.lacuracaotravel.com;target=_blank;"); // aI("text=Pasito ;url=http://www.pasito.com;target=_blank;"); //aI("text=Homeloans ;url=homeloans/;target=_blank;"); } with(milonic=new menuname("shop")){ style=menuStyle; alwaysvisible=0; width="242px"; height="153px"; top='offset=0'; aI("image=images/pop_shop.png;url=index.php;"); } with(milonic=new menuname("credit")){ style=menuStyle; alwaysvisible=0; width="242px"; height="153px"; top='offset=0'; aI("image=images/pop_credit.png;url=credit_application.php;"); } /* with(milonic=new menuname("money_transfer")){ style=menuStyle; alwaysvisible=0; width="242px"; height="153px"; top='offset=0'; aI("image=images/pop_money_transfer.png;url=money_transfer.php;"); } with(milonic=new menuname("export")){ style=menuStyle; alwaysvisible=0; width="242px"; height="153px"; top='offset=0'; aI("image=images/pop_export.png;url=http://www.lacuracao.net/export/pasitoexp/export.htm;"); } with(milonic=new menuname("travel")){ style=menuStyle; alwaysvisible=0; width="242px"; height="153px"; top='offset=0'; aI("image=images/pop_travel.png;url=travel.php;"); } */ drawMenus();