_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=2              // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset



with(menuStyle=new mm_style()){
itemheight="20"
onbgcolor="none";
oncolor="#FFC601";
offbgcolor="none";
offcolor="#ffffff";
bordercolor="none";
borderstyle="solid";
borderwidth=0;
separatorcolor="none";
separatorsize="5";
padding=0;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana,Arial";
pagecolor="#ffffff";
pagebgcolor="none";
headercolor="#ffffff";
headerbgcolor="none";
subimage="arrow01.gif";
subimagepadding="5";
overfilter="Fade(duration=0);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0)";
}
with(submenuStyle=new mm_style()){
itemheight="15"
itemwidth="175"
align="left"
onbgcolor="none";
oncolor="#D29E00";
offbgcolor="#A07FAF";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Verdana,Arial";
pagecolor="#ffffff";
pagebgcolor="#856093";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow01.gif";
subimagepadding="3";
overfilter="Fade(duration=0);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=20;
alwaysvisible=1;
overflow="auto";
orientation="horizontal";
aI("image=imagens/spacer_menu.gif;pageimage=imagens/spacer_menu01.gif;text=home;url=index.htm;target=_self;");
aI("image=imagens/spacer_menu.gif;pageimage=imagens/spacer_menu01.gif;text=destinations;url=destinations.htm;target=_self;");
aI("image=imagens/spacer_menu.gif;pageimage=imagens/spacer_menu01.gif;text=packages;url=packages.htm;target=_self;");
aI("image=imagens/spacer_menu.gif;pageimage=imagens/spacer_menu01.gif;text=ecotourism;url=ecoturism.htm;target=_self;");
aI("image=imagens/spacer_menu.gif;pageimage=imagens/spacer_menu01.gif;text=incentive travel;url=travel.htm;target=_self;");

aI("image=imagens/spacer_menu.gif;pageimage=imagens/spacer_menu01.gif;text=about us;url=about.htm;target=_self;");
aI("image=imagens/spacer_menu.gif;pageimage=imagens/spacer_menu01.gif;text=environmental responsibility;url=carbon.htm;target=_self;");
aI("image=imagens/spacer_menu.gif;pageimage=imagens/spacer_menu01.gif;text=contacts;url=contacts.htm;target=_self;");
}

with(milonic=new menuname("destinos")){
style=submenuStyle;
top=49;
left=365;
orientation="vertical";
aI("text=O que É;url=mcash_hsbc_oque.htm;target=_self;");
aI("text=Promoções;url=mcash_hsbc_promo.htm;target=_self;");
aI("text=Lojas Participantes;url=mcash_hsbc_lojas.htm;target=_self;");
aI("text=Como Aderir;url=mcash_hsbc_aderir.htm;target=_self;");
aI("text=Dúvidas;url=mcash_hsbc_duvidas.htm;target=_self;");
}

drawMenus();

