_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#DEDEDE";
oncolor="#D80F28";
//onborder="1px solid #393C3F";
offbgcolor="#FFFFFF";
offcolor="#505050";
bordercolor="#505050";
borderstyle="solid";
borderwidth=1;
separatorcolor="#505050";
separatorsize="1";
//separatorwidth="125";
//padding=5;
fontsize="14px";
fontstyle="normal";
fontweight="bold";
fontfamily="Times";
//pagecolor="black";
//pagebgcolor="#F5F9FC";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage=rootpath + "img/arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
//outfilter="Fade(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
overflow="scroll";
//itemwidth=108;
//itemheight=20;
aI("image=" + rootpath + "img/menu/m4_off.gif;overimage=" + rootpath + "img/menu/m4_on.gif;pageimage=" + rootpath + "img/menu/m4_off.gif;url=" + rootpath + "servicos.aspx");
aI("image=" + rootpath + "img/menu/m5_off.gif;overimage=" + rootpath + "img/menu/m5_on.gif;pageimage=" + rootpath + "img/menu/m5_off.gif;url=" + rootpath + "programacao.aspx");
aI("image=" + rootpath + "img/menu/m6_off.gif;overimage=" + rootpath + "img/menu/m6_on.gif;pageimage=" + rootpath + "img/menu/m6_off.gif;url=" + rootpath + "cotacao.aspx");
aI("image=" + rootpath + "img/menu/m7_off.gif;overimage=" + rootpath + "img/menu/m7_on.gif;pageimage=" + rootpath + "img/menu/m7_off.gif;url=" + rootpath + "reserva.aspx");
aI("image=" + rootpath + "img/menu/m8_off.gif;overimage=" + rootpath + "img/menu/m8_on.gif;pageimage=" + rootpath + "img/menu/m8_off.gif;url=" + rootpath + "Bl.aspx");
aI("image=" + rootpath + "img/menu/m9_off.gif;overimage=" + rootpath + "img/menu/m9_on.gif;pageimage=" + rootpath + "img/menu/m9_off.gif;url=" + rootpath + "vip/Tracking.aspx");
aI("image=" + rootpath + "img/menu/mA_off.gif;overimage=" + rootpath + "img/menu/mA_on.gif;pageimage=" + rootpath + "img/menu/mA_off.gif;url=" + rootpath + "vip/Historico.aspx");
}
