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;


//impostazioni grafiche

with(menuStyle=new mm_style()){
bordercolor="#3366CC";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#3366CC";
headercolor="#FFFFFF";
offbgcolor="#3366CC";
offcolor="#FFFFFF";
onbgcolor="#ddffdd";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="buttons/downarrow.gif";
subimagepadding=2;
}

// barra principale

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=30;
orientation="horizontal";
position="relative";
style=menuStyle;
top=125;
aI("showmenu=Rules;text=Regolamento;");
aI("showmenu=Players;text=Players;");
aI("showmenu=Teams;text=Teams;");
aI("showmenu=Gameday;text=Gameday;");
aI("showmenu=Awards;text=Awards;");
aI("showmenu=Stats;text=Statistics;");
aI("showmenu=Extras;text=Extras;");
// aI("showmenu=WIR;text=Week In Review;");
// aI("showmenu=Downloads;text=Downloads;");
// aI("showmenu=Chat;text=Chat;");
aI("showmenu=FOLNCAA;text=FOLNCAA;");
aI("showmenu=Draft;text=Drafts;");
// aI("showmenu=HOF;text=Hall Of Fame;");
aI("showmenu=CDM;text=Citta' di Milano;");
}

// ogni paragrafo che segue corrisponde a una voce della barra menu principale


with(milonic=new menuname("Rules")){
overflow="scroll";
style=menuStyle;
aI("text=Le regole della FOL;url=RegolamentoFOL.htm;")
}

with(milonic=new menuname("Players")){
style=menuStyle;
aI("text=Search;url=PlyrSrc.php;");
aI("text=Rosters;url=rosters.htm;");
aI("text=Cards;url=FOLPlayersStory.htm;");
aI("text=Injuries List;url=Injury.htm;");
aI("text=Salary Cap;url=SalaryCap.html;");
}

with(milonic=new menuname("Teams")){
style=menuStyle;
aI("text=Rosters;url=rosters.htm;");
aI("text=Storico Partite;url=Games_Src.php;");
aI("text=Search DB;url=Scelta2.php;");
aI("text=Standings;url=Stands.htm;");
aI("text=Schedule;url=Schedule.htm;");
aI("text=Salary Cap;url=SalaryCap.html;");
}

with(milonic=new menuname("Gameday")){
style=menuStyle;
aI("text=Game Files;url=GameFiles.htm;");
aI("text=Results;url=games.htm;");
aI("text=Highlights;url=highlights.htm;");
}

with(milonic=new menuname("Awards")){
style=menuStyle;
aI("text=Weekly;url=awards.htm;");
aI("text=Annual;url=annualawards96.htm;");
aI("text=All Times;url=FOLhistory.htm;");
aI("text=M.I.P.;url=mip.htm;");
aI("text=T.M.T.;url=tmt.htm;");
aI("text=Coach;url=coty.htm;");
}

with(milonic=new menuname("Stats")){
style=menuStyle;
aI("text=Individuals;url=leaders.htm;");
aI("text=Teams;url=Teamstat.htm;");
aI("text=Weekly Games;url=games.htm;");
aI("text=Careers;url=career.htm;");
aI("text=Records;url=Records.htm;");
}

with(milonic=new menuname("Extras")){
style=menuStyle;
aI("text=Week In Review;url=WIR.htm;");
aI("text=Highlights;url=highlights.htm;");
aI("text=Downloads;url=Downloads.htm;");
aI("text=Chat;url=chat.htm;");
aI("text=Hall Of Fame;url=FOLHoF.htm;");
}

with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=Gli Add-On FOL;url=Downloads.htm;");
}

with(milonic=new menuname("Chat")){
style=menuStyle;
aI("text=La Chat della FOL;url=chat.htm;");
}

with(milonic=new menuname("FOLNCAA")){
style=menuStyle;
aI("text=I college della FOL;url=FOLNCAA.php;");
}

with(milonic=new menuname("Draft")){
style=menuStyle;
aI("text=1998;url=Draft98.htm;");
aI("text=1997;url=Draft97.htm;");
aI("text=1996;url=Draft96.htm;");
aI("text=1995;url=Draft95.htm;");
aI("text=1994;url=Draft94.htm;");
aI("text=1993;url=Draft93.htm;");
aI("text=1992;url=Draft92.htm;");
aI("text=1991;url=Draft1991.htm;");
}

with(milonic=new menuname("HOF")){
style=menuStyle;
aI("text=L'Arca della Gloria FOL;url=FOLHoF.htm;");
}

with(milonic=new menuname("CDM")){
style=menuStyle;
aI("text=1998;url=CdM98.htm;");
aI("text=1997;url=CdM97.htm;");
aI("text=1996;url=CdM96.htm;");
aI("text=1995;url=CdM95.htm;");
aI("text=1994;url=CdM94.htm;");
aI("text=1993;url=CdM93.htm;");
aI("text=1992;url=CdM92.htm;");
aI("text=1991;url=CdM91.htm;");
aI("text=1990;url=CdM90.htm;");
}

drawMenus();

