_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 eng;url=index.php;');
	aI("showmenu=credit;text=Cr&eacute;dito ;url=https://www.lacuracao.com//credit_application.php"); 
	aI("showmenu=money_transfer;text=Env&iacute;os de dinero ;url=http://www.lacuracaomt.com;target=_blank;");	
	aI("showmenu=export;text=Exportaci&oacute;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=https://www.lacuracao.com//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=export.php;");
}
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();
