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="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily=" Arial, Verdana, Tahoma,";
fontsize="12";
fontstyle="normal";
fontweight="bold"
headerbgcolor="#EA744E";
headercolor="#000000";
offbgcolor="#D61421";
offcolor="#FFFFFF";
onbgcolor="#EA744E";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#CC99CC";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
style=menuStyle;
itemheight=4;
top=105;
aI("status=Buckeye Prep Report - A Junior High School Basketball Magazine;text=&nbsp;Home&nbsp;;url=index.php;");
aI("status=Buckeye Prep Report - About Us;text=&nbsp;About Us&nbsp;;url=about.php;");
aI("showmenu=NewsMenu;status=News;text=&nbsp;News&nbsp;;");
aI("showmenu=PlayerTeamMenu;status=Player/Team Information;text=&nbsp;Player/Teams&nbsp;;");
aI("showmenu=EventsMenu;status=Events;text=&nbsp;Events&nbsp;;");
aI("status=Buckeye Prep Report - Order Magazine;text=&nbsp;Order&nbsp;;url=order.php;");
aI("showmenu=OtherMenu;status=Buckeye Prep Report - Other Pages;text=&nbsp;Other&nbsp;;");
}

with(milonic=new menuname("NewsMenu")){
style=menuStyle;
aI("status=BPR News;text=BPR News;url=news.php;");
aI("status=Special Features and Articles;text=Special Features and Articles&nbsp;&nbsp;;url=spec_articles.php;");
}

with(milonic=new menuname("PlayerTeamMenu")){
style=menuStyle;
aI("status=Photos;text=Photos;url=photos.php;");
aI("status=State Top Players;text=State Top Players;url=state_rank.php;");
aI("status=National Top Players;text=National Top Players&nbsp;&nbsp;;url=national_rank.php;");
aI("status=Player & Team Profiles;text=Player & Team Profiles&nbsp;&nbsp;;url=profiles.php;");
}

with(milonic=new menuname("EventsMenu")){
style=menuStyle;
aI("status=Upcoming Events;text=Upcoming Events&nbsp;&nbsp;;url=events.php;");
aI("status=Tournament/Event Reports;text=Tournament/Event Reports &nbsp;&nbsp; ;url=tournaments.php;");
aI("status=Add Your Event/Team Schedule;text=Add Your Event/Team Schedule &nbsp;&nbsp; ;url=add_event_schedule.php;");
}

with(milonic=new menuname("OtherMenu")){
style=menuStyle;
aI("status=BPR Guy;text=BPR Guy;url=bpr_guy.php;");
aI("status=Contact Us;text=Contact Us;url=contact.php;");
aI("status=Countdown;text=Countdown;url=index.php#countdown;");
aI("status=Links;text=Links;url=links.php;");
aI("status=Message Board;text=Message Board&nbsp;&nbsp;;url=../smf114/index.php;");
aI("status=Video;text=Video&nbsp;&nbsp;;url=video.php;");
aI("status=Search;text=Search;url=http://www.buckeyeprepreport.com/isearch31/index.php;");
}
drawMenus();


