


_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=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#c0c0c0";
oncolor="#ffffff";
offbgcolor="#2d3b67";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="clear";
borderwidth=1;
separatorcolor="";
separatorsize="1";
padding=5;
fontsize="110%";
fontstyle="normal";
fontfamily="Arial, carleton, Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#c0c0c0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=192;
left=150;
alwaysvisible=1;
followscroll="0";
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=About Us;showmenu=About Us;");
aI("text=Latest;showmenu=Latest;");
aI("text=Registration;showmenu=Registration;");
aI("text=Articles;showmenu=Articles;");
aI("text=Gallery;showmenu=Gallery;");
aI("text=Videos;showmenu=Videos;");
aI("text=Contact Us;showmenu=Contact Us;");
aI("text=Sponsors;showmenu=Sponsors;");
aI("text=FAQs;showmenu=FAQs;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
overflow="scroll";
aI("text=Mission Statement;url=a_missionstatement.html;");

}

with(milonic=new menuname("Latest")){
style=menuStyle;
aI("text=Latest Information;url=latestinformation.html;");
}

with(milonic=new menuname("Registration")){
style=menuStyle;
aI("text=Registration Information;url=a_registration.html;");
aI("text=2009 Season at a Glance;url=a_2009ataglance.html;");
aI("text=Age & Weight Information;url=a_weight2009.html;");
aI("text=Equipment Deposit Policy;url=a_equipmentpolicy.html;");
}

with(milonic=new menuname("Articles")){
style=menuStyle;
aI("image=;text=Dear Parents;url=a_dearparent.html;");
aI("image=;text=2006 Conference Champions;url=a_peeweechampions.html;");
aI("text=Complete List of Articles;url=articles.html;");
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Football Action Pictures;url=a_photogallery.html;");
}

with(milonic=new menuname("Videos")){
style=menuStyle;
aI("text=Football Action Video Clips;url=videoclips.html;");
aI("text=Instructional Video Clips;url=videoclipsinstructional.html;");

}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
aI("text=We Want To Hear From You;url=contactus.html;");
}

with(milonic=new menuname("Sponsors")){
style=menuStyle;
aI("text=Complete List of our Sponsors;url=sponsors.html;");
}

with(milonic=new menuname("FAQs")){
style=menuStyle;
aI("text=Frequently Asked Questions;url=faqs.html;");
}

drawMenus();

