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()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11pt";
fontweight="bold";
headerbgcolor="#191970";
headercolor="#191970";
offcolor="#191970";
oncolor="#FDD017";
outfilter="fade(duration=0.5)";
pagecolor="#191970";
rawcss="padding-top:4px;padding-bottom:3px";
separatorcolor="#191970";
separatorheight=22;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#191970";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headercolor="#FDD017";
offbgcolor="#FDD017";
offcolor="#191970";
onbgcolor="#191970";
oncolor="#FDD017";
outfilter="fade(duration=0.5)";
padding=2;
pagecolor="#191970";
subimage="main_buttons/9x6_rightbend_grey.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=23;
itemwidth=150;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=main_buttons/itemyellow2.gif;overbgimage=main_buttons/itemblue2_on.gif;text=Home;url=/default.aspx;");
aI("align=center;bgimage=main_buttons/itemyellow2.gif;overbgimage=main_buttons/itemblue2_on.gif;showmenu=News;text=News;url=/index/events.aspx;");
aI("align=center;bgimage=main_buttons/itemyellow2.gif;overbgimage=main_buttons/itemblue2_on.gif;showmenu=Teams;text=Teams;");
aI("align=center;bgimage=main_buttons/itemyellow2.gif;overbgimage=main_buttons/itemblue2_on.gif;showmenu=Photos;text=Photos;");
aI("align=center;bgimage=main_buttons/itemyellow2.gif;overbgimage=main_buttons/itemblue2_on.gif;text=Sponsors;url=/Index/Sponsors.aspx;");
aI("align=center;bgimage=main_buttons/itemyellow2.gif;overbgimage=main_buttons/itemblue2_on.gif;text=Contacts;url=/Index/Contacts.aspx;");
}

with(milonic=new menuname("News")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("text=About KFBC;url=/Index/AboutKFBC.aspx;");
aI("text=KFBC Membership;url=/Index/Membership.aspx;");
aI("text=KHS News & Events;url=/Index/Events.aspx;");
aI("text=Football Schedule;url=/Index/Schedule.aspx;");
aI("text=Scores & Stats;url=/Index/Teams.aspx;");
aI("text=Senior Spotlights;url=/Index/SeniorSpotlight.aspx;");
aI("text=KFBC Downloads;url=/Index/Downloads.aspx;");
aI("text=KFBC Archive;url=/Index/Archive.aspx;");
aI("text=Links;url=/Index/Links.aspx;");
}

with(milonic=new menuname("Teams")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("text=Varsity;url=/Index/Teams.aspx;");
aI("text=Junior Varsity;url=/Index/Teams_JV.aspx;");
aI("text=Freshman;url=/Index/Teams_Freshman.aspx;");
aI("text=Players;url=/Index/Players.aspx;");
aI("text=Coaches;url=/Index/Coaches.aspx;");
}

with(milonic=new menuname("Photos")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("text=KleinKatsFootball.com;url=http://www.kleinkatsfootball.com/;");
aI("showmenu=2010_Photos;text=2010 Photos;");
}

with(milonic=new menuname("2010_Photos")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("showmenu=2010_Photos_Varsity;text=Varsity;");
aI("showmenu=2010_Photos_JVBlue;text=JV Blue;");
aI("showmenu=2010_Photos_JVGold;text=JV Gold;");
aI("showmenu=2010_Photos_FreshmanBlue;text=Freshman Blue;");
aI("showmenu=2010_Photos_FreshmanGold;text=Freshman Gold;");
}

with(milonic=new menuname("2010_Photos_Varsity")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("text=vs. Katy Taylor;url=http://www.kleinkatsfootball.com/images/Katy%20Taylor/index.htm;");
aI("text=vs. Kingwood;url=http://www.kleinkatsfootball.com/images/Kingwood/index.htm;");
}

with(milonic=new menuname("2010_Photos_JVBlue")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("text=We need volunteer!;url=#;");
}

with(milonic=new menuname("2010_Photos_JVGold")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("text=We need volunteer!;url=#;");
}

with(milonic=new menuname("2010_Photos_FreshmanBlue")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("text=vs. Kingwood;url=http://bearkats.hutchinson.ws/gamepics/freshmanblue/kingwood/album/index.html;");
}

with(milonic=new menuname("2010_Photos_FreshmanGold")){
itemheight=24;
itemwidth=150;
style=submenuStyle;
aI("text=vs. Kingwood;url=http://bearkats.hutchinson.ws/gamepics/freshmangold/kingwood/album/index.html;");
}

drawMenus();


