_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=20;


with(menuStyle=new mm_style()){
bordercolor="#ABABAB";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
itemheight=46;
menubgimage="images/barmenu_back.png";
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#FFFFCC";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.5);Shadow(color=#ADAEAD,Direction=180,Strength=0";
rawcss="padding-left:10px;padding-right:10px";
}

with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#1E4161";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
image="./images/mac_trans.gif";
//menubgimage="images/barmenu_back.png";
offbgcolor="#006699";
offcolor="#ffffff";
onbgcolor="#0091D7";
oncolor="#ffffff";
//onsubimage="macarrow_on.gif";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.5);Shadow(color=#ADAEAD,Direction=180,Strength=6";
padding=2;
rawcss="padding-left:5px;padding-right:5px;";
separatorcolor="#D2D4D4";
separatorpadding=5;
//subimage="macarrow_off.gif";
menubgcolor="#006699";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=20;
menuwidth=752;
align="center";
orientation="horizontal";
style=menuStyle;
//top=20;
aI("align=center;status=Noticias de Tigre;text=HOME;url=index.html;");
aI("align=center;status=Resumenes de los partidos de la temporada;text=RESUMENES;url=comentarios.html;");
aI("align=center;status=Fixture de Tigre;text=FIXTURE;url=fixture.html;");
aI("align=center;status=Tablas de posiciones y promedio de descensos;text=TABLAS;url=tablas.html;");
//aI("align=center;status=Copa Nissan Sudamericana 2009;text=COPA SUDAMERICANA;url=copasudamericana2009.html;");
aI("align=center;status=Plantel de Tigre;text=PLANTEL;url=plantel.html;");
aI("align=center;status=Fotos de Tigre;text=FOTOS;url=fotos.html;");
//aI("align=center;status=Videos de Tigre;text=VIDEOS;url=videos.html;");
aI("align=center;status=Videos de Tigre;text=VIDEOS;url=http://www.youtube.com/GolesTigre;");
aI("align=center;status=Links a sitios amigos;text=LINKS;url=links.html;");
//aI("align=center;status=Sitio para que el hincha de Tigre se exprese;text=FORO;url=foro.html;");
}

drawMenus();


