learning.umn.edu Open in urlscan Pro
54.172.225.74  Public Scan

URL: https://learning.umn.edu/search/publicCourseAdvancedSearch.do?method=doPaginatedSearch
Submission: On February 24 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: publicAdvancedCourseSearchFormGET /search/publicCourseAdvancedSearch.do;jsessionid=C868D6F21EEB2ACDF3B41C5A27A1E981

<form name="publicAdvancedCourseSearchForm" id="formCourseSearch" method="get" action="/search/publicCourseAdvancedSearch.do;jsessionid=C868D6F21EEB2ACDF3B41C5A27A1E981" role="form">
  <input type="hidden" name="method" value="doPaginatedSearch">
  <input type="hidden" name="showInternal" value="false">
  <div class="row">
    <div class="col-lg-12 pageHelpText">
    </div>
  </div>
  <div class="row" id="courseSearchKeyword">
    <div class="col-12 col-sm-12 col-md-6">
      <div class="form-group">
        <label for="keyword">Enter a course number, any part of the course title, or a keyword</label>
        <input type="text" name="courseSearch.courseDescriptionKeyword" maxlength="50" value="" id="keyword" class="form-control">
      </div>
    </div>
  </div>
  <div class="card panel-default">
    <div id="advancedSearchControl" class="card-header collapsed panelHeadingToggle" data-toggle="collapse" data-target="#courseSearchCriteriaBody" href="#courseSearchCriteriaBody">
      <div class="row">
        <div class="col-10 col-sm-10">
          <h4 id="advancedSearchPanelTitle" class="card-title"> Advanced Search Options </h4>
        </div>
        <div class="col-2 col-sm-2 searchCriteriaPanelIconContainer">
          <a href="#" onclick="clickElementById(&quot;#advancedSearchControl&quot;);removeTreeControlTabIndex();return false;" class="float-right">
              <span class="sr-only">Expand or collapse Advanced Search Options</span>
              <span class="glyphicon glyphicon-plus panelHeaderIcon float-right">
            </span></a>
        </div>
      </div>
    </div>
    <div class="panel-collapse collapse" id="courseSearchCriteriaBody">
      <div class="card-body">
        <div class="row" id="courseSearchCategory">
          <div class="col-12 col-sm-12 col-md-6">
            <div class="form-group">
              <label for="courseCategory">Course Category</label>
              <select name="courseSearch.courseCategoryStringArray" id="courseCategory" class="form-control">
                <option value="0">Any Course Category</option>
                <option value="18675">Conference </option>
                <option value="18676">Continuous Professional Development </option>
                <option value="1585611">Education and Training </option>
                <option value="18678">Executive Development </option>
                <option value="18679">Extension Education </option>
                <option value="1289172">Health and Wellbeing </option>
                <option value="18680">Interdisciplinary Programs </option>
                <option value="18681">Personal Education </option>
                <option value="1440404">WIA-Approved </option>
                <option value="18677">Workplace Education and Training </option>
                <option value="18682">Youth Programs </option>
              </select>
            </div>
          </div>
        </div>
        <div class="row" id="courseSearchTerm">
          <div class="col-12 col-sm-12 col-md-6">
            <div class="form-group">
              <label for="term">Term</label>
              <select name="courseSearch.sectionSemesterIdString" onchange="self.focus()" id="term" class="form-control">
                <option value="" selected="selected"></option>
                <option value="32123220">2023 - CY23</option>
                <option value="32123221">2023 - WI23</option>
                <option value="32123222">2023 - SP23</option>
                <option value="32123223">2023 - SU23</option>
                <option value="32123396">2023 - FA23</option>
                <option value="32196847">2024 - CY24</option>
                <option value="32196986">2024 - WI24</option>
                <option value="32196990">2024 - SP24</option>
                <option value="32196991">2024 - SU24</option>
                <option value="32197001">2024 - FA24</option>
              </select>
            </div>
          </div>
        </div>
        <div class="row d-none d-lg-block" id="courseSearchStreamAndArea">
          <div class="col-12 col-sm-12">
            <div class="form-group">
              <span class="labelSpanStyle">Subject Area or Program</span>
              <div id="programStream">
                <!-- 
This jsp generates the Y!UI Tree View control for displaying the Program Area / Program Stream hierarchy.  
When calling this jsp, please set the following variables:

var="displayStreams" value="true | false" default="true"
  - If set to true, all streams and their children are displayed
  - If set to false, only program areas are displayed
var="programAreaRootStreamMap" value="${programStreamForm.programAreaRootStreamMap}" mandatory
  - the map that contains IProgramArea as keys and List<IProgramStream> rootStreams as values
var="isMultiSelect" value="true | false" scope="request" default="false"
  - If set to true, the tree view control allows multi-select.  When a node is selected, the selection is propagated both 
  upward and downward in the tree.  
  - Otherwise, single select is allowed.  When a node is selected, the node selected previously is automatically deselected.
   
var="curProgramAreaId" value="${programStreamForm.programAreaId}" mandatory
  - for single select, it's the prgram area id associated to the currently selected stream
  - for multi-select, it a string array with all the currently selected program areas
var="curSelectedProgramStreamId" value="${programStreamForm.parentProgramStreamId}" mandatory
  - for single select, it's the program stream id currently selected, it can be long or String
  - for multi-select, it a string array with all the currently selected program streams  
var="curProgramStreamId" value="${programStreamForm.programStream.objectId}" mandatory
  - the id of program stream currently in context
  
var="selectedAreaEleName" value="programAreaStringArray" default=see below
  - the name of the property to store the selected program areas.
  - If not specified, "programAreaId" will be used for single select and "programAreaStringArray" will be used for multi-select.
var="selectedStreamEleName" value="programStreamStringArray" default=see below
  - the name of the property to store the selected program streams.
  - If not specified, "programStreamId" will be used for single select and "programStreamStringArray" will be used for multi-select.

var="isSkipPropagate" value="true | false" default="false"
  - to control whether the highlighted event at one node is propagated up and down the tree
var="hideCodes" value="true | false" default="false"
  - Controls whether Program Area or Program Stream codes (e.g. PA0001) will be shown in the tree.

var="isAutoSelectProgramArea" value="true | false" default="false"
  - if isSkipPropagate is set to true, this parameter controls whether program area is automatically selected when a child program stream is selected 
  - if isMultiSelect is set to false (in the case of single select), this parameter controls whether program area is automatically selected when a child program stream is selected
var="isAutoDeselectProgramStreams" value="true | false" default="false"
  - if isSkipPropagate is set to true, this parameter controls whether child program streams are automatically de-selected when a program area is de-selected
  - if isMultiSelect is set to false (in the case of single select), this parameter controls whether child program streams are automatically de-selected when a program area is de-selected

var="showMiniTreeView" value="true | false"
  - show a small version of the tree view

var="onchange" value="Javascript syntax"
  - execute the specified Javascript when any item in the treeview is selected

var="onchange" value="Javascript syntax"
  - execute the specified Javascript when any item in the treeview is selected

var="isSkipStyleSheets" value="true | false" default false
 - does not include the stylesheets

var="isSkipScripts" value="true | false" default false
 - does not include the scripts

var="disableTreeView" value="true | false" default="false"
- disables the tree view from user interaction

Unless "selectedStreamEleName" or "selectedAreaEleName" is defined, 
For single select, your bean must contain the following two properties:  programAreaId, programStreamId.  They can be either long or String.
For multiple select, your bean must contain the following two properties:  programAreaStringArray, programStreamStringArray.  They have to be String[].

To retrieves the nodes selected, call getSelected(); 
 -->
                <script type="text/javascript">
                  var isAutoSelectProgramArea = false;
                  var isAutoDeselectProgramStreams = false;
                  var isMultiSelect = false;
                  var isSkipPropagate = false;
                  var selectedAreaEleName = "";
                  var selectedStreamEleName = "";
                  var selectedProgArea = "";
                  var selectedProgStream = "";
                  var onchange = "";
                </script>
                <div style="display:none" id="selectedItems"></div>
                <script type="text/javascript">
                  isMultiSelect = true;
                  selectedAreaEleName = 'courseSearch.programAreaStringArray';
                  selectedStreamEleName = 'courseSearch.programStreamStringArray';
                </script>
                <script type="text/javascript">
                  isSkipPropagate = true;
                </script>
                <div id="treeDiv1" class="whitebg ygtv-checkbox treeViewInner bluepane greyBorderColor">
                  <div class="ygtvitem" id="ygtv0">
                    <div class="ygtvchildren" id="ygtvc0">
                      <div class="ygtvitem" id="ygtv1">
                        <table id="ygtvtableel1" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt1" class="ygtvcell ygtvtn"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel1" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel1" class="ygtvlabel">ASR - Destiny One Registration System</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc1" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv2">
                        <table id="ygtvtableel2" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt2" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel2" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel2" class="ygtvlabel">ASR Project &amp; Work Facilitation</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc2" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv4">
                        <table id="ygtvtableel4" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt4" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel4" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel4" class="ygtvlabel">Academic Affairs</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc4" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv7">
                        <table id="ygtvtableel7" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt7" class="ygtvcell ygtvtn"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel7" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel7" class="ygtvlabel">CARLA (Center for Advanced Research on Language Acquisition)</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc7" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv8">
                        <table id="ygtvtableel8" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt8" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel8" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel8" class="ygtvlabel">CCAPS- Continuing &amp; Prof Studies, Clg of</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc8" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv35">
                        <table id="ygtvtableel35" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt35" class="ygtvcell ygtvtn"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel35" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel35" class="ygtvlabel">CSENG Mat Res Sci&amp;EngCtr MRSEC</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc35" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv36">
                        <table id="ygtvtableel36" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt36" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel36" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel36" class="ygtvlabel">Carlson Executive Education</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc36" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv47">
                        <table id="ygtvtableel47" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt47" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel47" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel47" class="ygtvlabel">Carlson School of Management</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc47" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv67">
                        <table id="ygtvtableel67" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt67" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel67" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel67" class="ygtvlabel">Clinical and Translational Science</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc67" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv71">
                        <table id="ygtvtableel71" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt71" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel71" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel71" class="ygtvlabel">College of Biological Sciences</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc71" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv81">
                        <table id="ygtvtableel81" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt81" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel81" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel81" class="ygtvlabel">College of Design</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc81" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv84">
                        <table id="ygtvtableel84" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt84" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel84" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel84" class="ygtvlabel">College of Pharmacy</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc84" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv87">
                        <table id="ygtvtableel87" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt87" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel87" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel87" class="ygtvlabel">Continuing Dental Education</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc87" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv116">
                        <table id="ygtvtableel116" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt116" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel116" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel116" class="ygtvlabel">Education and Human Development</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc116" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv130">
                        <table id="ygtvtableel130" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt130" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel130" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel130" class="ygtvlabel">Extension</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc130" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv293">
                        <table id="ygtvtableel293" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt293" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel293" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel293" class="ygtvlabel">Food &amp; Agriculture</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc293" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv302">
                        <table id="ygtvtableel302" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt302" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel302" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel302" class="ygtvlabel">Food Protection and Defense Institute</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc302" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv305">
                        <table id="ygtvtableel305" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt305" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel305" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel305" class="ygtvlabel">GEMS Informatics Center</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc305" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv311">
                        <table id="ygtvtableel311" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt311" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel311" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel311" class="ygtvlabel">Global Programs and Strategy Alliance</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc311" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv314">
                        <table id="ygtvtableel314" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt314" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel314" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel314" class="ygtvlabel">Graduate School, The</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc314" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv316">
                        <table id="ygtvtableel316" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt316" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel316" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel316" class="ygtvlabel">Health &amp; Safety</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc316" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv318">
                        <table id="ygtvtableel318" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt318" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel318" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel318" class="ygtvlabel">Health Sciences</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc318" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv323">
                        <table id="ygtvtableel323" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt323" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel323" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel323" class="ygtvlabel">Institute for Engineering in Medicine</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc323" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv326">
                        <table id="ygtvtableel326" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt326" class="ygtvcell ygtvtn"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel326" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel326" class="ygtvlabel">International Trade and Development</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc326" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv327">
                        <table id="ygtvtableel327" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt327" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel327" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel327" class="ygtvlabel">Interprofessional Practice &amp; Education</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc327" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv340">
                        <table id="ygtvtableel340" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt340" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel340" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel340" class="ygtvlabel">K-12 Outreach</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc340" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv345">
                        <table id="ygtvtableel345" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt345" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel345" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel345" class="ygtvlabel">Labor Education Service (LES)</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc345" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv347">
                        <table id="ygtvtableel347" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt347" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel347" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel347" class="ygtvlabel">Law School</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc347" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv349">
                        <table id="ygtvtableel349" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt349" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel349" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel349" class="ygtvlabel">Liberal Arts</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc349" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv356">
                        <table id="ygtvtableel356" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt356" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel356" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel356" class="ygtvlabel">MIN-Corps</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc356" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv361">
                        <table id="ygtvtableel361" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt361" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel361" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel361" class="ygtvlabel">Medical School</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc361" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv381">
                        <table id="ygtvtableel381" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt381" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel381" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel381" class="ygtvlabel">Natural Resources</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc381" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv387">
                        <table id="ygtvtableel387" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt387" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel387" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel387" class="ygtvlabel">Occupational Therapy</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc387" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv394">
                        <table id="ygtvtableel394" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt394" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel394" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel394" class="ygtvlabel">Office for Equity &amp; Diversity</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc394" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv400">
                        <table id="ygtvtableel400" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt400" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel400" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel400" class="ygtvlabel">Office for Public Engagement</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc400" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv403">
                        <table id="ygtvtableel403" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt403" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel403" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel403" class="ygtvlabel">Office of the Vice President for Research</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc403" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv406">
                        <table id="ygtvtableel406" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt406" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel406" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel406" class="ygtvlabel">Pesticide Applicator Recertification Training</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc406" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv410">
                        <table id="ygtvtableel410" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt410" class="ygtvcell ygtvtn"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel410" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel410" class="ygtvlabel">Public Affairs, HHH School of</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc410" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv411">
                        <table id="ygtvtableel411" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt411" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel411" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel411" class="ygtvlabel">Public Health</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc411" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv423">
                        <table id="ygtvtableel423" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt423" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel423" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel423" class="ygtvlabel">School of Nursing</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc423" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv434">
                        <table id="ygtvtableel434" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt434" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel434" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel434" class="ygtvlabel">Science and Engineering</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc434" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv456">
                        <table id="ygtvtableel456" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt456" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel456" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel456" class="ygtvlabel">Student Affairs</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc456" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv458">
                        <table id="ygtvtableel458" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt458" class="ygtvcell ygtvtn"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel458" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel458" class="ygtvlabel">Transportation Studies</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc458" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv459">
                        <table id="ygtvtableel459" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt459" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel459" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel459" class="ygtvlabel">U-Spatial</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc459" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv461">
                        <table id="ygtvtableel461" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt461" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel461" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel461" class="ygtvlabel">UM Duluth</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc461" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv467">
                        <table id="ygtvtableel467" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt467" class="ygtvcell ygtvtn"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel467" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel467" class="ygtvlabel">UM Rochester</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc467" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv468">
                        <table id="ygtvtableel468" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt468" class="ygtvcell ygtvtn"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel468" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel468" class="ygtvlabel">Undergrad Ed V Provost Dean</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc468" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv469">
                        <table id="ygtvtableel469" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt469" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel469" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel469" class="ygtvlabel">University Communications</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc469" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv474">
                        <table id="ygtvtableel474" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt474" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel474" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel474" class="ygtvlabel">University Finance</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc474" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv476">
                        <table id="ygtvtableel476" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt476" class="ygtvcell ygtvtp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel476" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel476" class="ygtvlabel">University of Minnesota Libraries</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc476" style="display:none;"></div>
                      </div>
                      <div class="ygtvitem" id="ygtv479">
                        <table id="ygtvtableel479" border="0" cellpadding="0" cellspacing="0" class="ygtvtable ygtvdepth0 ygtv-highlight0 treeRoot content">
                          <tbody>
                            <tr class="ygtvrow">
                              <td id="ygtvt479" class="ygtvcell ygtvlp"><a href="#" class="ygtvspacer">&nbsp;</a></td>
                              <td id="ygtvcontentel479" class="ygtvcell  ygtvcontent"><span id="ygtvlabelel479" class="ygtvlabel">Veterinary Medicine</span></td>
                            </tr>
                          </tbody>
                        </table>
                        <div class="ygtvchildren" id="ygtvc479" style="display:none;"></div>
                      </div>
                    </div>
                  </div>
                </div>
                <!--  Y!UI tree view -->
                <script type="text/javascript">
                  //global variable to allow console inspection of tree:
                  var tree1;
                  var origSelect;
                  // get all program areas and streams selected
                  function getSelected() {
                    var hiLit = tree1.getNodesByProperty('highlightState', 1);
                    // clear existing selection
                    if (isMultiSelect) {
                      removeAllHiddenSelectedValues("selectedItems");
                    }
                    if (YAHOO.lang.isNull(hiLit)) {
                      if (!isMultiSelect) {
                        var areaEle = document.getElementById(selectedAreaEleName);
                        var parentStreamEle = document.getElementById(selectedStreamEleName);
                        if (areaEle != undefined && areaEle != null) areaEle.value = "";
                        if (parentStreamEle != undefined && parentStreamEle != null) parentStreamEle.value = "";
                      }
                    } else {
                      for (var i = 0; i < hiLit.length; i++) {
                        if (!isMultiSelect) {
                          var areaEle = document.getElementsByName(selectedAreaEleName)[0];
                          var parentStreamEle = document.getElementsByName(selectedStreamEleName)[0];
                          if (hiLit[i].data.valueType == 'programArea') {
                            areaEle.value = hiLit[i].data.value;
                            parentStreamEle.value = "";
                          } else {
                            parentStreamEle.value = hiLit[i].data.value;
                            if (!isAutoSelectProgramArea) {
                              areaEle.value = hiLit[i].data.rootValue;
                            }
                          }
                        } else {
                          if (hiLit[i].data.valueType == 'programArea') {
                            createHiddenInput("selectedItems", selectedAreaEleName, hiLit[i].data.value);
                          } else {
                            createHiddenInput("selectedItems", selectedStreamEleName, hiLit[i].data.value);
                          }
                        }
                      }
                    }
                  }
                  // expand all parents
                  function programStreamTreeView_expandNode(node) {
                    if (!YAHOO.lang.isNull(node)) {
                      node.expanded = true;
                      programStreamTreeView_expandNode(node.parent);
                    }
                  }
                  // Restore the originally selected notes.  If no nodes are selected originally, deselect all nodes. 
                  function restoreSelected() {
                    resetTreeView(tree1, origSelect);
                  }
                  // reset the auto scroll of the page
                  function resetScrollTop() {
                    window.scrollTo(0, 0);
                  }
                  // get program area from a program stream node
                  function getProgramArea(node) {
                    if (!node) {} else if (node.data.valueType == 'programArea') {
                      return node;
                    } else {
                      return getProgramArea(node.parent);
                    }
                  }
                  // on click event
                  function onClick(oArgs) {
                    var node;
                    if ('node' in oArgs && oArgs.node instanceof YAHOO.widget.Node) {
                      node = oArgs.node;
                    } else if (oArgs instanceof YAHOO.widget.Node) {
                      node = oArgs;
                    } else {
                      return false;
                    }
                    // set form changed for the Continue without save prompt
                    var formChangedEles = document.getElementsByName("formChanged");
                    if (formChangedEles && formChangedEles.length > 0) {
                      formChangedEles[0].value = "true";
                    }
                    if (!isMultiSelect && (isAutoDeselectProgramStreams || isAutoSelectProgramArea)) {
                      var isDeselect = unselectAllNodes(node);
                      if (isDeselect) {
                        return;
                      }
                    }
                    if ((isSkipPropagate || !isMultiSelect) && (isAutoDeselectProgramStreams || isAutoSelectProgramArea)) {
                      var parentAreaNode = getProgramArea(node);
                      // auto de-select all program streams if configured so and selected node is program area and is currently highlighted
                      if (isAutoDeselectProgramStreams && node.highlightState == 1 && parentAreaNode == node) {
                        tree1.setNodesProperty('propagateHighlightDown', true);
                        node.toggleHighlight();
                        tree1.setNodesProperty('propagateHighlightDown', false);
                      } else {
                        // auto-select parent if configured so and selected node is program stream
                        if (isAutoSelectProgramArea && parentAreaNode != node) {
                          parentAreaNode.highlight(false);
                        }
                        node.toggleHighlight();
                      }
                    } else {
                      node.toggleHighlight();
                    }
                    return false;
                  }
                  // show or hide program area
                  function showHideArea(node, isShow) {
                    var removeClass, addClass;
                    if (isShow) {
                      removeClass = " hideMe";
                      addClass = " showMe";
                    } else {
                      removeClass = " showMe";
                      addClass = " hideMe";
                    }
                    var pos = node.getEl().className.indexOf(removeClass);
                    if (pos >= 0) {
                      node.getEl().className = node.getEl().className.substring(0, pos);
                    }
                    pos = node.getEl().className.indexOf(addClass);
                    if (pos < 0) {
                      node.getEl().className = node.getEl().className + addClass;
                    }
                  }
                  // keep stream nodes, marking as (D) to indicate the option isn't available
                  // but appears due to being 'grandfathered' in by parent program area
                  function markRetainedAreaStream(node, psArrToRetain) {
                    markNodeDeleted(node);
                    if (node.hasChildren(false)) {
                      for (var i = 0; i < node.children.length; i++) {
                        markRetainedAreaStream(node.children[i]);
                      }
                    }
                  }

                  function markNodeDeleted(node) {
                    node.label = node.label + ' (D)';
                    node.refresh();
                  }
                  //unselect all selected nodes
                  //return flag to indicate if user is deselecting a node
                  function unselectAllNodes(curSelectedNode) {
                    var isDeselect = false;
                    var hiLit = tree1.getNodesByProperty('highlightState', 1);
                    if (!YAHOO.lang.isNull(hiLit)) {
                      for (var i = 0; i < hiLit.length; i++) {
                        if (hiLit[i] == curSelectedNode) {
                          isDeselect = true;
                        }
                        hiLit[i].toggleHighlight();
                      }
                    }
                    return isDeselect;
                  }
                  //unselect all selected node of the given area node.
                  function unselectAllChild(areaNode) {
                    var hiLit = tree1.getNodesByProperty('highlightState', 1);
                    if (!YAHOO.lang.isNull(hiLit)) {
                      for (var i = 0; i < hiLit.length; i++) {
                        var parentAreaNode = getProgramArea(hiLit[i]);
                        if (parentAreaNode == areaNode) {
                          hiLit[i].toggleHighlight();
                        }
                      }
                    }
                  }
                  // filter tree by only showing the ones specified
                  function filterTree(paArrToShow, isClearSel, paArrToRetain) {
                    if (paArrToShow != undefined && tree1) {
                      var root = tree1.getRoot();
                      if (root.hasChildren(false)) {
                        for (var i = 0; i < root.children.length; i++) {
                          var isEnable = false;
                          var isRetained = false;
                          for (var j = 0; j < paArrToShow.length; j++) {
                            if (root.children[i] && root.children[i].data.value == paArrToShow[j]) {
                              isEnable = true;
                              break;
                            }
                          }
                          if (!isEnable && paArrToRetain != undefined) {
                            for (var j = 0; j < paArrToRetain.length; j++) {
                              if (root.children[i] && root.children[i].data.value == paArrToRetain[j]) {
                                isRetained = true;
                                break;
                              }
                            }
                          }
                          if (isRetained) {
                            // if retained, then still technically enabled
                            isEnable = true;
                            markRetainedAreaStream(root.children[i]);
                          }
                          showHideArea(root.children[i], isEnable);
                          if (!isEnable) {
                            unselectAllChild(root.children[i]);
                          }
                        }
                      }
                      if (isClearSel) {
                        unselectAll(tree1);
                      } else {
                        focusFirstSelected();
                      }
                    }
                  }
                  // focus on the first selected node
                  function focusFirstSelected() {
                    var selectedNodes = tree1.getNodesByProperty('selected', 'true');
                    if (!YAHOO.lang.isNull(selectedNodes) && selectedNodes.length > 0) {
                      selectedNodes[0].focus();
                      resetScrollTop();
                    }
                  }
                  // function to return the number of items selected
                  function getNumSelected() {
                    return getNumNodesSelected(tree1);
                  }
                  //anonymous function wraps the remainder of the logic:
                  (function() {
                    var treeInit = function() {
                      tree1 = new YAHOO.widget.TreeView("treeDiv1");
                      if (isMultiSelect) {
                        if (!isSkipPropagate) {
                          tree1.setNodesProperty('propagateHighlightUp', true);
                          tree1.setNodesProperty('propagateHighlightDown', true);
                        }
                      } else {
                        if (isAutoSelectProgramArea) {
                          // need to manually limit the single node selection
                        } else {
                          tree1.singleNodeHighlight = true;
                        }
                      }
                      var selectedNodes = tree1.getNodesByProperty('selected', 'true');
                      var focusNode;
                      origSelect = [];
                      if (!YAHOO.lang.isNull(selectedNodes)) {
                        for (var i = 0; i < selectedNodes.length; i++) {
                          selectedNodes[i].highlight(false);
                          programStreamTreeView_expandNode(selectedNodes[i].parent);
                          origSelect.push(selectedNodes[i]);
                          if (i == 0) {
                            focusNode = selectedNodes[i];
                          }
                        }
                      }
                      tree1.subscribe('clickEvent', onClick);
                      tree1.render();
                      if (!YAHOO.lang.isNull(focusNode) && focusNode && getHash().length == 0) {
                        focusNode.focus();
                        resetScrollTop();
                      }
                      $("#treeDiv1").resizable({
                        containment: "#mainContainer"
                      });
                    };
                    //Add an onDOMReady handler to build the tree when the document is ready
                    YAHOO.util.Event.onDOMReady(treeInit);
                  })();
                </script>
              </div>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-12 col-sm-12 col-md-4" id="courseSearchDeliveryMethod">
            <div class="form-group">
              <label for="deliveryMethod">Instruction Method</label>
              <select name="courseSearch.deliveryMethodString" id="deliveryMethod" class="form-control">
                <option value="">Any Instruction Method</option>
                <option value="IN0008">Blended or Hybrid</option>
                <option value="IN0010">Bootcamp</option>
                <option value="IN0013">Classroom</option>
                <option value="IN0006">Conference</option>
                <option value="IN0001">Discussion</option>
                <option value="IN0004">Instructor Led Online</option>
                <option value="IN0002">Lab</option>
                <option value="IN0003">Lecture</option>
                <option value="IN0012">Online</option>
                <option value="IN0005">Self Paced Online</option>
                <option value="IN0011">Short Course</option>
                <option value="IN0007">Webinar Online</option>
                <option value="IN0009">Workshop</option>
              </select>
            </div>
          </div>
          <div class="col-12 col-sm-12 col-md-4 d-none d-lg-block" id="courseSearchInstructor">
            <div class="form-group">
              <label for="instructor">Instructor</label>
              <input type="text" name="courseSearch.sectionInstructorName" maxlength="20" value="" id="instructor" class="form-control">
            </div>
          </div>
          <div class="col-12 col-sm-12 col-md-4 d-none d-lg-block" id="courseSearchAssociations">
            <div class="form-group">
              <label for="accreditingAssociations">Accrediting Associations</label>
              <select name="courseSearch.sectionAccreditingAssociationStringArray" id="accreditingAssociations" class="form-control">
                <option value="0">Any Associations</option>
                <option value="3584244">ACCME - Accreditation Council for Continuing Medical Education - AMA PRA Category 1 - </option>
                <option value="1651897">ACPE - Accreditation Council for Pharmacy Education </option>
                <option value="33049379">American Association of Veterinary State Boards </option>
                <option value="1664468">American Occupational Therapy Association (AOTA) </option>
                <option value="1651896">ANCC - American Nurses Credentialing Center </option>
                <option value="13632802">CDE UMN - Elective Credits </option>
                <option value="12738596">CDE UMN - Fundamental Credits </option>
                <option value="37947214">Center for Practice Transformation </option>
                <option value="24238206">DEED/WIOA </option>
                <option value="11496213">Hours of Participation </option>
                <option value="8652518">Human Resources Certification Institute (HRCI) </option>
                <option value="6241219">Minnesota Board of Nursing </option>
                <option value="176487">Project Management Institute </option>
                <option value="9680172">University of Minnesota IPCE - ACPE Credit </option>
                <option value="3329524">University of Minnesota IPCE - AMA PRA Category 1 Credit for Enduring Material </option>
                <option value="1651898">University of Minnesota IPCE - AMA PRA Category 1 Credit for Live Activity </option>
                <option value="5878854">University of Minnesota IPCE - ANCC Contact Hours </option>
              </select>
            </div>
          </div>
        </div>
        <div class="row" id="courseSearchDates">
          <div class="col-12 col-sm-12 col-md-4 d-none d-lg-block" id="courseSearchStartDay">
            <div class="form-group">
              <label for="dayOfWeek">Day of the Week</label>
              <select name="courseSearch.sectionDayOfWeekStringArray" id="dayOfWeek" class="form-control">
                <option value="0">Any Day</option>
                <option value="1">Sun</option>
                <option value="2">Mon</option>
                <option value="3">Tue</option>
                <option value="4">Wed</option>
                <option value="5">Thu</option>
                <option value="6">Fri</option>
                <option value="7">Sat</option>
              </select>
            </div>
          </div>
          <div class="col-12 col-sm-12 col-md-4 d-none d-lg-block" id="courseSearchStartTime">
            <div class="form-group">
              <label for="startTime">Start Time</label>
              <select name="courseSearch.sectionStartTimeStringArray" id="startTime" class="form-control">
                <option value="0">Any Time</option>
                <option value="DAYTIME">Daytime</option>
                <option value="EVENING">Evening</option>
                <option value="am700">7:00AM</option>
                <option value="am730">7:30AM</option>
                <option value="am800">8:00AM</option>
                <option value="am830">8:30AM</option>
                <option value="am900">9:00AM</option>
                <option value="am930">9:30AM</option>
                <option value="am1000">10:00AM</option>
                <option value="am1030">10:30AM</option>
                <option value="am1100">11:00AM</option>
                <option value="am1130">11:30AM</option>
                <option value="pm1200">12:00PM</option>
                <option value="pm1230">12:30PM</option>
                <option value="pm100">1:00PM</option>
                <option value="pm130">1:30PM</option>
                <option value="pm200">2:00PM</option>
                <option value="pm230">2:30PM</option>
                <option value="pm300">3:00PM</option>
                <option value="pm330">3:30PM</option>
                <option value="pm400">4:00PM</option>
                <option value="pm430">4:30PM</option>
                <option value="pm500">5:00PM</option>
                <option value="pm530">5:30PM</option>
                <option value="pm600">6:00PM</option>
                <option value="pm630">6:30PM</option>
                <option value="pm700">7:00PM</option>
                <option value="pm730">7:30PM</option>
                <option value="pm800">8:00PM</option>
                <option value="pm830">8:30PM</option>
                <option value="pm900">9:00PM</option>
              </select>
            </div>
          </div>
          <div class="col-12 col-sm-12 col-md-4 d-none d-lg-block" id="courseSearchStartMonth">
            <div class="form-group">
              <label for="startMonth">Start Month</label>
              <select name="courseSearch.sectionStartMonthStringArray" id="startMonth" class="form-control">
                <option value="0">Any Month</option>
                <option value="1">Jan</option>
                <option value="2">Feb</option>
                <option value="3">Mar</option>
                <option value="4">Apr</option>
                <option value="5">May</option>
                <option value="6">Jun</option>
                <option value="7">Jul</option>
                <option value="8">Aug</option>
                <option value="9">Sep</option>
                <option value="10">Oct</option>
                <option value="11">Nov</option>
                <option value="12">Dec</option>
              </select>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-12 col-sm-12 col-md-6" id="courseSearchCampus">
            <div class="form-group">
              <label for="campus">Location</label>
              <select name="courseSearch.campusStringArray" multiple="multiple" id="campus" class="form-control">
                <option value="0">All</option>
                <option value="109850">Crookston (US Central Time) </option>
                <option value="109851">Duluth (US Central Time) </option>
                <option value="110151">External </option>
                <option value="109852">Morris (US Central Time) </option>
                <option value="1831376">Off-Campus </option>
                <option value="15290597">Online </option>
                <option value="31798548">Online (US Central Time) </option>
                <option value="109853">Rochester (US Central Time) </option>
                <option value="109854">Twin Cities (US Central Time) </option>
              </select>
            </div>
          </div>
        </div>
        <div class="row d-none d-lg-block" id="courseSearchInterestAreas">
          <div class="col-12 col-sm-12 col-md-6">
            <div class="form-group">
              <label for="interestAreas">Interest Areas</label>
              <select name="courseSearch.interestAreaStringArray" multiple="multiple" onchange="self.focus()" id="interestAreas" class="form-control">
                <option value="106767">Agriculture, Landscape, &amp; Environment </option>
                <option value="106768">Education, Teaching, &amp; Learning </option>
                <option value="106769">Entrepreneurship, Innovation &amp; Business </option>
                <option value="106770">Finance &amp; Accounting </option>
                <option value="106771">Healthcare, Medicine, &amp; Wellness </option>
                <option value="106772">Home, Family &amp; Community </option>
                <option value="106773">Information Technology </option>
                <option value="106774">Law, Government &amp; Public Affairs </option>
                <option value="106775">Leadership &amp; Management </option>
                <option value="106777">Research </option>
                <option value="106778">Science &amp; Engineering </option>
                <option value="106779">The Arts &amp; Design </option>
                <option value="106780">Youth Programs </option>
              </select>
            </div>
          </div>
        </div>
        <div class="row" id="courseSearchAvailability">
          <div class="col-12 col-sm-12">
            <fieldset class="accessibility">
              <legend> Filter By Course Availability </legend>
              <div class="radio form-check">
                <label class="form-check-label">
                  <input type="radio" name="courseSearch.filterString" value="availforreg" checked="checked" id="searchAvailable" class="form-check-input"> Search scheduled courses </label>
              </div>
              <div class="radio form-check">
                <label class="form-check-label">
                  <input type="radio" name="courseSearch.filterString" value="all" id="searchAll" class="form-check-input"> Search all courses </label>
              </div>
            </fieldset>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-12">
      <div class="buttons">
        <button type="button" id="buttonReset" name="buttonReset" onclick="this.form.reset();return false;" value="Reset" autocomplete="off" class="btn btn-secondary">Reset</button>
        <button type="submit" id="buttonSearch" name="buttonSearch" onclick="getSelected();submitMethod('buttonSearch', 'doPaginatedSearch', this.form)" value="Search" autocomplete="off" class="btn btn-secondary btn-primary">Search</button>
      </div>
    </div>
  </div>
</form>

Text Content

The following fields are required:

Error has occurred. Please reload this page and try the operation again.

Skip to Main Content

0
Login Menu
Learner Login Instructor Login Family or Organization Login
University of Minnesota website
Toggle navigation
 * Learner Login
 * Instructor Login
 * Family or Organization Login
 * 
 * Home
 * Courses
 * Certificates
 * Programs
   
 * Technical Support


COURSE SEARCH


VALIDATION ERROR

You must correct the following errors to continue:

 * Enter criteria to do a search.

Enter a course number, any part of the course title, or a keyword

ADVANCED SEARCH OPTIONS

Expand or collapse Advanced Search Options
Course Category Any Course Category Conference Continuous Professional
Development Education and Training Executive Development Extension Education
Health and Wellbeing Interdisciplinary Programs Personal Education WIA-Approved
Workplace Education and Training Youth Programs
Term 2023 - CY23 2023 - WI23 2023 - SP23 2023 - SU23 2023 - FA23 2024 - CY24
2024 - WI24 2024 - SP24 2024 - SU24 2024 - FA24
Subject Area or Program

 ASR - Destiny One Registration System



 ASR Project & Work Facilitation



 Academic Affairs



 CARLA (Center for Advanced Research on Language Acquisition)



 CCAPS- Continuing & Prof Studies, Clg of



 CSENG Mat Res Sci&EngCtr MRSEC



 Carlson Executive Education



 Carlson School of Management



 Clinical and Translational Science



 College of Biological Sciences



 College of Design



 College of Pharmacy



 Continuing Dental Education



 Education and Human Development



 Extension



 Food & Agriculture



 Food Protection and Defense Institute



 GEMS Informatics Center



 Global Programs and Strategy Alliance



 Graduate School, The



 Health & Safety



 Health Sciences



 Institute for Engineering in Medicine



 International Trade and Development



 Interprofessional Practice & Education



 K-12 Outreach



 Labor Education Service (LES)



 Law School



 Liberal Arts



 MIN-Corps



 Medical School



 Natural Resources



 Occupational Therapy



 Office for Equity & Diversity



 Office for Public Engagement



 Office of the Vice President for Research



 Pesticide Applicator Recertification Training



 Public Affairs, HHH School of



 Public Health



 School of Nursing



 Science and Engineering



 Student Affairs



 Transportation Studies



 U-Spatial



 UM Duluth



 UM Rochester



 Undergrad Ed V Provost Dean



 University Communications



 University Finance



 University of Minnesota Libraries



 Veterinary Medicine


Instruction Method Any Instruction Method Blended or Hybrid Bootcamp Classroom
Conference Discussion Instructor Led Online Lab Lecture Online Self Paced Online
Short Course Webinar Online Workshop
Instructor
Accrediting Associations Any Associations ACCME - Accreditation Council for
Continuing Medical Education - AMA PRA Category 1 - ACPE - Accreditation Council
for Pharmacy Education American Association of Veterinary State Boards American
Occupational Therapy Association (AOTA) ANCC - American Nurses Credentialing
Center CDE UMN - Elective Credits CDE UMN - Fundamental Credits Center for
Practice Transformation DEED/WIOA Hours of Participation Human Resources
Certification Institute (HRCI) Minnesota Board of Nursing Project Management
Institute University of Minnesota IPCE - ACPE Credit University of Minnesota
IPCE - AMA PRA Category 1 Credit for Enduring Material University of Minnesota
IPCE - AMA PRA Category 1 Credit for Live Activity University of Minnesota IPCE
- ANCC Contact Hours
Day of the Week Any Day Sun Mon Tue Wed Thu Fri Sat
Start Time Any Time Daytime Evening 7:00AM 7:30AM 8:00AM 8:30AM 9:00AM 9:30AM
10:00AM 10:30AM 11:00AM 11:30AM 12:00PM 12:30PM 1:00PM 1:30PM 2:00PM 2:30PM
3:00PM 3:30PM 4:00PM 4:30PM 5:00PM 5:30PM 6:00PM 6:30PM 7:00PM 7:30PM 8:00PM
8:30PM 9:00PM
Start Month Any Month Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Location All Crookston (US Central Time) Duluth (US Central Time) External
Morris (US Central Time) Off-Campus Online Online (US Central Time) Rochester
(US Central Time) Twin Cities (US Central Time)
Interest Areas Agriculture, Landscape, & Environment Education, Teaching, &
Learning Entrepreneurship, Innovation & Business Finance & Accounting
Healthcare, Medicine, & Wellness Home, Family & Community Information Technology
Law, Government & Public Affairs Leadership & Management Research Science &
Engineering The Arts & Design Youth Programs
Filter By Course Availability
Search scheduled courses
Search all courses
Reset Search
Required fields are indicated by .

UNIVERSITY OF MINNESOTA

3 Morrill Hall, 100 Church St. S.E.,
Minneapolis MN 55455
T: 612-625-5000



ONE STOP

MYU FOR STUDENTS, STAFF, AND FACULTY





USER NAME & PASSWORD HELP:

T: 612-301-4357 | HELP@umn.edu

COURSE, CONFERENCE, OR REGISTRATION HELP:

Contact your Program

SUPPORT FOR THIS SYSTEM:

T: 844-228-0558 | DORShelp@umn.edu

© Regents of the University of Minnesota. All rights reserved.
The University of Minnesota is an equal opportunity educator and employer.
Privacy Statement


1677245547989


SESSION TIME-OUT

For security reasons and the protection of your personal information, your
session will time out due to a period of inactivity in minute(s) and second(s).
Click Extend My Session to continue. For security reasons and the protection of
your personal information, your session timed out after a period of inactivity.
You will be redirected to the home page.
Extend My Session OK


CONFIRM


OK Cancel


ALERT


OK
Close dialog


PRIVACY POLICY


ONLINE PRIVACY POLICY:

The University of Minnesota respects the privacy of website visitors to the
extent permitted by law. The online privacy statement is intended to inform you
of what information is collected by this website and how the information is
used.


NON-PERSONALLY IDENTIFIABLE INFORMATION

For security purposes and to ensure that the website remains available to all
users, the University uses software to monitor network traffic to identify
unauthorized attempts to upload or change information, or otherwise cause
damage.

The University collects non-personal information about your Internet connection
on this website, including but not limited to:

 * The Internet Protocol (IP) and the name of the Internet domain you used to
   access the Internet
 * The IP address or URL of the website from which you directly linked to this
   website
 * The date and time you accessed this website
 * The pages visited on this website
 * The browser and operating system you used to access this website
 * The search terms used on our search engine
 * The University may share information from cookies and non-personally
   identifiable information with third-party advertising and analytics companies
   to deliver advertising on websites across the internet.

The University uses this non-personal information to help manage the website and
improve service.

This University website uses Google Analytics and Google Tag Manager for
gathering statistics about web traffic, read Google's privacy policy.


PERSONALLY IDENTIFIABLE INFORMATION

Information collected here is private data. Required items are used for
identification purposes to establish your record. An e-mail address, address,
and telephone number are required and are used to confirm your registration.
They may be used to contact you with important updates regarding the event(s)
you are registered for. The remaining items are voluntary and are used for
positive identification or to provide you with better service. Failure to
provide voluntary information will have no effect on your registration.
Information may be shared with the Registrar's office and other University
offices for uses related to event management, record keeping, and reporting.

Our data gathering and dissemination are governed by state and federal laws,
including the Minnesota Government Data Practices Act, Minnesota Statutes,
Chapter 13. Personally, identifiable information is not released to external
parties without your consent unless required by law.

 * We may redirect your inquiry to another person, institution, or agency to
   answer your question.
 * We do not sell, rent, trade, or distribute any personally identifiable
   information obtained from visitors to a third party, except as required by
   law.
 * We only share personal information when required by University policy or law.
 * Cookies are used for various purposes within websites to gather information
   and facilitate navigation. This site uses cookies to help create a consistent
   user experience with various University of Minnesota program websites.
 * When appropriate, the University uses encryption technologies, user
   authentication systems, and access control mechanisms.
 * If you link yourself with an employer, group, or professional association in
   order to get a discounted price or an invoiced account, you are providing us
   permission to share applicable registration and profile information with that
   employer, group, or professional organization.
 * You have the ability to edit your account information and preferences at any
   time. Since your profile here is distinct from your credit- or employee-based
   profile, faculty, staff, and degree-seeking students may maintain different
   contact information in this system than what is displayed in your MyU
   employment or degree-seeking records. Log in to your Learner Profile to
   change your preferences.

Close
Close dialog


COOKIE POLICY

Cookie policy

This statement explains how we use cookies on our website. For information about
what types of personal information will be gathered when you visit the website,
and how this information will be used, please see our privacy policy.

How we use cookies

All of our web pages use "cookies". A cookie is a small file of letters and
numbers that a website places on your computer or mobile device. These cookies
allow us to distinguish you from other users of our website, which helps us to
provide you with a good experience when you browse our website and enables us to
improve our website.

Types of cookies we use

We use the following types of cookies:

 * Strictly necessary cookies- these are essential to enable you to move around
   the websites and use their features. Without these cookies the services you
   have asked for, such as signing in to your account, cannot be provided.
 * Performance cookies- these cookies collect information about how visitors use
   a website, for instance which pages visitors go to most often. We use this
   information to improve our websites and to aid us in investigating problems
   raised by visitors. These cookies do not collect information that identifies
   a visitor.
 * Functionality cookies- these cookies allow the website to remember choices
   you make and provide more personal features. For instance, a functional
   cookie can be used to remember the items that you have placed in your
   shopping cart. The information these cookies collect may be anonymized and
   they cannot track your browsing activity on other websites.

Most web browsers allow some control of most cookies through the browser
settings. To find out more about cookies, including how to see what cookies have
been set and how to manage and delete them please visit
http://www.allaboutcookies.org/.

Advertising and marketing

We use cookies to personalize content and to analyze our traffic. We also share
information about your use of our site with our advertising and analytics
partners who may combine it with other information that you've provided to them
or that they've collected from your use of their services.

Changes to our Cookie Statement

Any changes we may make to our Cookie Policy in the future will be posted on
this page.

Close






We use cookies to help give you the best experience on our website. In order to
use our website and complete your registration the use of cookies is required,
but you can delete them later in your browser's settings. Please read our cookie
policy and privacy policy to find out more.
CloseAccept