<?php $__env->startSection('page_title'); ?>
    OSAA - Appearance and Performance Enhancing Drugs and Substances Training
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   Appearance and Performance Enhancing Drugs and Substances Training
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    @parent


<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>
	$('.page_functions').remove();


	/*
     * Preview: Expandable Content Elements
     */
    $('.preview').each(function(index, item)
    {
        item = $(item);
        var original_height = item.height();
        if (original_height < 330)
        {
            original_height = 330;
        }
        var preview_height = item.attr('data-preview-height');        

        var element_css = {
            'height' : preview_height,
            'overflow' : 'hidden',
            'position' : 'relative',
            'cursor' : 'pointer'
        };

        item.css(element_css);

        var overlay_css = {
            'position' : 'absolute',
            'left' : 0,
            'bottom' : 0,
            'width' : '100%',
            'height' : '50px',
            'text-align' : 'center',
            'background-image' : 'url("<?php echo asset('/images/overlay.png'); ?>")',
            'background-repeat' : 'repeat-x'
        };
        
        var overlay = $('<div>').css(overlay_css).addClass('preview_overlay');
          
        var overlay_note_css = {
            'font-weight' : 'bold',
            'line-height' : '85px'
        };

        var overlay_note = $('<div>').css(overlay_note_css).html('<span class="ui-corner-bottom" style="border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; background-color: #ffffff; padding: 0 1em;">Click to read more ...</span>').appendTo(overlay);

        overlay.appendTo(item);       

        item.on('click', function(event)
        {
            var state = parseInt($(this).attr('data-preview-state'));

            if (state)
            {
                // Collapse

            }
            else
            {
                // Expand
                $('.preview_overlay', $(this)).fadeOut(400);                
                item.animate({'height' : original_height}, 800, function() {
                    item.css({'height' : 'auto'});
                });
                item.css({'cursor' : 'auto'});
                item.attr('data-preview-state', 1);
            }
        });
    });
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>
	
<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    	

    <h1>Requirements</h1>    
    <p>
    	<small style="color: #888;"><i>Excerpt from Oregon Department of Education website, <a href="http://www.oregon.gov/ode/educator-resources/standards/physicaleducation/Pages/anabolicsteroids.aspx " target="_blank">Oregon Department of Education website</a>:</i></small>
		<div style="margin-left: 40px; font-size: 9pt; line-height: 1.25em;" class="preview" data-preview-height="10em" data-preview-state="0">
			<p>
				During the 2007 Session, the Legislature passed Senate Bill 517 in an 
				attempt to respond to the very serious issue of use and abuse of 
				anabolic steroids and performance enhancing substances (ASPES) among 
				school-age children. It also specifically prohibited school district 
				employees from promoting the use of these types of products and substances. 
				During the 2008 Session, the content from SB 517 was updated with 
				technical changes as part of Senate Bill 1066. The key components of SB 
				1066 that captured the intent of SB 517 include: 
			</p>
			<p>
				SECTION 5: ORS 342.726 was amended to read:
			</p>
			<ol>
				<li>
					School districts shall include information on anabolic steroids and 
					performance-enhancing substances, including prevention strategies, 
					strength-building alternatives and the understanding of health food 
					labels, in health and physical education curricula for kindergarten 
					through grade 12 students.
				</li>
				<li>
					The Department of Education shall ensure that school districts are 
					utilizing evidence-based programs such as the Oregon Health and 
					Science University's Athletes Training and Learning to Avoid 
					Steroids (ATLAS) and Athletes Targeting Healthy Exercise and 
					Nutrition Alternatives (ATHENA), which have demonstrated 
					effectiveness in reducing anabolic steroid and performance-enhancing 
					substance use by high school athletes.
				</li>
				<li>
					The department shall work with voluntary organizations approved to 
					administer interscholastic activities under ORS 339.430 to require 
					school district employees* who are coaches or athletic directors to 
					receive training once every four years on identifying the components 
					of anabolic steroid abuse and use and prevention strategies for the 
					use of performance-enhancing substances...
				</li>
			</ol>
			<p>
				These three provisions of the bill first apply to the 2009-10 school year. 
			</p>
			<p>
				School districts can include information on anabolic steroids and 
				performance-enhancing substances in their annual drug and alcohol training 
				to staff. School districts can also incorporate anabolic steroids and 
				performance-enhancing substances into classroom drug and alcohol curriculum. 

			</p>
			<p>
				An employee is: a) An administrator, teacher, or other person employed by a 
				school district; b) A person who volunteers for a school district; and c) A 
				person who is performing services on behalf of a school district pursuant to 
				a contract.
			</p>
		</div>
    </p>

    <br />


    <h1>NFHS Appearance and Performance Enhancing Drugs and Substances Training</h1>
	<div class="columns">
		<div class="half">
			<h2>New Online Training Option Beginning 2017-18</h2>
			<p>
				To help the interscholastic community address this issue, the NFHS has created this APEDS course.  The course explains what APEDS are, what forms they take, and what their effects can be on students.  It highlights the reasons why students use APEDS in and out of athletics and gives guidance and resources for detecting and preventing the use of APEDS.
			</p>
			<p>
				This course satisfies this training requirement and is available for free online.  Individuals that complete this online training course can have their information synced like any other NFHS training course on the OSAA Manage Staff page's NFHS Sync feature.
			</p>
		</div>

		<div class="half">
			<h2>Take the NFHS Training and Assessment*</h2>
			<p>
				The National Federation of State High School Associations hosts a free online training course on the NFHS LearningCenter.  Click the link below to access their training. 
				<div style="margin-left: 40px;">
					&raquo; <a href="https://nfhslearn.com/courses/61121/appearance-and-performance-enhancing-drugs-and-substances" target="_blank">NFHS LearningCenter</a> 
					<br /><br />
					<div class="small gray note">*Syncs with the OSAA Manage Staff Page</div>
				</div>			
			</p>
		</div>
	</div>

	<br class="clear" /><br />


    <h1>ODE Anabolic Steroids and Performance Enhancing Substances</h1>	
	<div class="columns">
		<div class="half">
			<h2>List of Completed Assessments</h2>
			<p>
				Districts may request a bi-monthly list of all participants who have completed the Anabolic Steroids and Other Performance Enhancing Drugs training and assessment 
				from the Oregon Department of Education by contacting Claire Kemmerer at <?php echo Helpers::obfuscateEmailLink ("claire.kemmerer@state.or.us"); ?>.
			</p>
			<p>
				This list is updated periodically, last updated: <span style="color: #990000; font-weight: bold;"><?php echo date('l n/j/Y', filemtime(public_path() . '/docs/health-safety/ODESteroidsList.pdf')); ?></span>.
				<div style="margin-left: 40px;">
					&raquo; <a href="<?php echo asset ('docs/health-safety/ODESteroidsList.pdf'); ?>" target="_blank">Updated List of ODE Trainings</a><br />
					<span class="small gray note">(Search using CTRL+F)</span>
				</div>
			</p>
		</div>

		<div class="half">
			<h2>Take the ODE Training and Assessment</h2>
			<p>
				The Oregon Department of Education hosts their training and assessment on their 
				website.  Click the link below to access their training. 
				<div style="margin-left: 40px;">
					&raquo; <a href="http://www.oregon.gov/ode/educator-resources/standards/physicaleducation/Pages/anabolicsteroids.aspx" target="_blank">Oregon Department of Education Website</a> 
				</div>
			</p>
		</div>
	</div>
 
<?php $__env->stopSection(); ?>