

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="script/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=175;
left=3;
alwaysvisible=1;
orientation="horizontal";
aI("status=Home;text=Home;url=/;");
aI("status=Financiamientos;text=Financiamientos;url=?latfin=financiamiento;");
aI("status=Seguros;text=Seguros;url=http://sp.farmersagent.com/fcastillo/index.htm;");
aI("status=Títulos;text=T&iacute;tulos;url=#;");
aI("status=Hipotecas;text=Hipotecas;url=#;");
aI("status=Bienes Raices;text=Bienes Raices;url=#;");
aI("status=Preparación de Impuestos;text=Preparaci&oacute;n de Impuestos;url=#;");
aI("status=Intranet Colaboradores;text=INTRANET;url=marketing;");

}

with(milonic=new menuname("servicios")){
style=menuStyle;
aI("text=Oportunidad de Empleo!!!;url=?latfin=Empleos;");
aI("showmenu=servicios;text=Servicios;");

}

drawMenus();

