﻿
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay = 250           // The time delay for menus to remain visible on mouse out
_menuOpenDelay = 50            // The time delay before menus open on mouse over
_subOffsetTop = 0              // Sub menu top offset
_subOffsetLeft = 0            // Sub menu left offset
buildAfterLoad = true;
fixMozillaZIndex = true;

with (menuStyle = new mm_style()) {
    onbgcolor = "#ffffff";
    oncolor = "#00338e";
    offbgcolor = "#cc092f";
    offcolor = "#ffffff";
    padding = 5;
	left = "offset=0";
	right = "offset=0";
    fontsize = "10px";
    fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "Verdana,Arial,Helvetica";
    overfilter = "Fade(duration=0.2);Alpha(opacity=90)";
    outfilter = "Fade(duration=0.3)";
}

with (milonic = new menuname("courses")) {
    style = menuStyle;
    top = "offset=0";
    left = "offset=0";
	right = "offset=0";
    separatorsize = 1;
    separatorcolor = "#00ff00";
    bordersize = 1;
    bordercolor = "#00ff00";
    itemwidth = 180;
    //itemwidth=148;
    aI("text=NFHS Core Courses;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=coreCourses.aspx;showmenu=nfhsCore");
    aI("text=Sport-Specific Courses;offborder=1px solid #cc092f;onborder=1px solid #cc092f;showmenu=sportSpecific");
    aI("text=Elective Courses;offborder=1px solid #cc092f;onborder=1px solid #cc092f;showmenu=specialtyTraining");
	aI("text=State Components;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=stateComponents.aspx");
}

with (milonic = new menuname("nfhsCore")) {
    style = menuStyle;
    top = "offset=0";
    left = "offset=1";
    separatorsize = 1;
    separatorcolor = "#00ff00";
    bordersize = 1;
    bordercolor = "#00ff00";
    itemwidth = 180;
    //itemwidth=148;
    aI("text=Fundamentals of Coaching;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=coreCourseDetail.aspx?courseID=1000");
    aI("text=First Aid For Coaches;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=coreCourseDetail.aspx?courseID=1001");
}

with (milonic = new menuname("sportSpecific")) {
    style = menuStyle;
    top = "offset=0";
    left = "offset=1";
    separatorsize = 1;
    separatorcolor = "#00ff00";
    bordersize = 1;
    bordercolor = "#00ff00";
    itemwidth = 180;
    //itemwidth=148;
    aI("text=Football;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=sportDetail.aspx?sport=football");
    aI("text=Soccer;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=sportDetail.aspx?sport=soccer");
	aI("text=Softball;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=sportDetail.aspx?sport=softball");
    aI("text=Spirit;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=sportDetail.aspx?sport=spirit");
    aI("text=Wrestling;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=sportDetail.aspx?sport=wrestling");
    aI("text=Volleyball;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=sportDetail.aspx?sport=volleyball");
}

with (milonic = new menuname("specialtyTraining")) {
    style = menuStyle;
    top = "offset=0";
    left = "offset=1";
    separatorsize = 1;
    separatorcolor = "#00ff00";
    bordersize = 1;
    bordercolor = "#00ff00";
    itemwidth = 180;
    //itemwidth=148;
	aI("text=Concussion in Sports - What You Need To Know;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=electiveDetail.aspx?courseID=15000");
	aI("text=Engaging Effectively With Parents;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=electiveDetail.aspx?courseID=6000");
	aI("text=NCAA Eligibility Center Coaching Education;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=electiveDetail.aspx?courseID=14000");
	aI("text=Teaching and Modeling Behavior;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=electiveDetail.aspx?courseID=8000");
	aI("text=Teaching Sports Skills;offborder=1px solid #cc092f;onborder=1px solid #cc092f;url=electiveDetail.aspx?courseID=11000");
}

drawMenus();