_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=Compras;url=index.php;'); aI("showmenu=credit;text=Crédito;url=credit_application.php"); aI("showmenu=store_finder;text=Localizador de Tiendas;url=store_finder.php"); aI('showmenu=servicios;text=Servicios;url=services.php;'); aI("showmenu=account;text=Mi Cuenta;url=account.php"); // aI('showmenu=shop;text=Compras;url=index.php;'); // aI("showmenu=credit;text=Crédito;url=https://www.lacuracaostore.us//credit_application.php"); // aI("showmenu=money_transfer;text=Envíos de dinero;url=http://www.lacuracaomt.com;target=_blank;"); // aI("showmenu=export;text=Exportación;url=http://www.lacuracao.net/export/pasitoexp/export.htm;target=_blank;"); // aI("showmenu=travel;text=Viajes;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_es.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_es.jpg;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_es.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_es.jpg;url=http://www.lacuracaoexport.com/;"); } with(milonic=new menuname("travel")){ style=menuStyle; alwaysvisible=0; width="242px"; height="153px"; top='offset=0'; aI("image=images/pop_travel_es.jpg;url=travel.php;"); } */ drawMenus();