fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
//bordercolor="#999999";
//borderstyle="none none solid none";
//borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9px";
fontstyle="normal ";
align='right';
onbold=1;
//pageclass='pagactiva';
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff"; //background normal           offbgcolor="#eeeeee";
offcolor="#183579";   //font normal       
onbgcolor="#ffffff";  //background para onmouseover         onbgcolor="#ddffdd";
oncolor="#183579";    //font para onmouseover         oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";  //Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)
padding=4;
pagebgcolor="#bbbbbb";  //background para la pagina activa;
pagecolor="#183579";      //font para la pagina activa
separatorcolor="#183579";
separatorsize=1;
//subimage="/wtc_puebla/imagen/arrow.gif";
//subimagepadding=2;
}

with(menuStyleSub=new mm_style()){
bordercolor="#999999";
borderstyle="none none solid none";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9px";
fontstyle="bold";
onbold=1;
align='center';
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#7f7f7f"; //background normal           offbgcolor="#eeeeee";
offcolor="#ffffff";   //font normal       
onbgcolor="#666666";  //background para onmouseover         onbgcolor="#ddffdd";
oncolor="#ffffff";    //font para onmouseover         oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";  //Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)
padding=4;
pagebgcolor="#4c4c4c";  //background para la pagina activa;
pagecolor="#ffffff";      //font para la pagina activa
separatorcolor="#999999";
separatorsize=1;
subimage="/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
//left=15;    //260;
orientation="vertical";
style=menuStyle;
//top=70;
menuwidth="115";   //128   110
aI("showmenu=Somos;text=who we are;url=/en/whoweare.html;");
aI("showmenu=Puebla;text=puebla;");
aI("showmenu=Operaciones;text=operations;");
aI("showmenu=Infraestructura;text=infraestructure;");
aI("showmenu=Guia;text=cargo guide;");
aI("text=faqs;url=/en/faqs.html;");
aI("text=contact;url=/enviomailel.aspx");
}

with(milonic=new menuname("Somos")){
style=menuStyleSub;
menuwidth="130";
aI("text=directory;url=/en/directory.html;");
}

with(milonic=new menuname("Puebla")){
overflow="scroll";
style=menuStyleSub;
menuwidth="160";
aI("text=strategic location (RCP);url=/en/location.html;")
aI("text=airport (AIP);url=/en/airport.html;")
aI("text=benefits;url=/en/benefits.html;")
aI("text=business sectors;url=/en/sectors.html;")
aI("text=growth projections;url=/en/projections.html;")
}

with(milonic=new menuname("Operaciones")){
style=menuStyleSub;
menuwidth="130";
aI("text=imports;url=/en/imports.html;");
aI("text=exports;url=/en/exports.html;");
aI("text=services;url=/en/services.html;");
}

with(milonic=new menuname("Infraestructura")){
style=menuStyleSub;
menuwidth="130";
aI("text=cargo terminal;url=/en/cargoterminal.html;");
aI("text=virtual tour;url=/en/virtualtour.html;");
aI("text=images;url=/en/images.html;");
}

with(milonic=new menuname("Guia")){
style=menuStyleSub;
menuwidth="130";
aI("text=customs agents;url=/en/agents.html;");
aI("showmenu=Lineas;text=Airlines;");
aI("text=Freight Forwarders;url=/en/FreightForwarders.html;")
aI("text=International Air Cargo Terminals;url=/en/AirCargoTerminals.html;")
}

with(milonic=new menuname("Lineas")){
style=menuStyleSub;
menuwidth="130";
aI("text=cargo;url=/en/cargocompanies.html;");
aI("text=passenger;url=/en/passtranscompanies.html;");
}

drawMenus();


