<% 'populate left nav name sNavTitle = "New York City Foundation" 'This is the breadcrumb string for highlighting the menu Dim strParentPages strParentPages="/nyc/hiv-integration-project-15173.htm" 'Response.write "" Function getHeadline() ' End Function Function getAffiliateName() ' End Function Function formatAffiliateName() unfname = getAffiliateName unfname = replace(unfname,"®","") unfname = replace(unfname, ", Inc.", "") unfname = replace(unfname, ", Inc", "") unfname = replace(unfname, "Planned Parenthood of the ", "") unfname = replace(unfname, "Planned Parenthood of ", "") unfname = replace(unfname, "Planned Parenthood ", "") unfname = replace(unfname, " for Planned Parenthood", "") unfname = replace(unfname, " Planned Parenthood", "") formatAffiliateName = unfname End Function Function getAffiliateShortName() ' End Function Function getKeywords() ' End Function %> <!IoRangePreExecute><%=getHeadline()%><!/IoRangePreExecute>Planned Parenthood - <!IoRangePreExecute><%=formatAffiliateName()%><!/IoRangePreExecute> <% 'use to selectively hide foundation.js link. (to not redirect affiliates that opt-out of site-wide campaigns, for example.) -alan, 6/18/09 if ("0" = 0) then %> <% end if %>
    <% ' 'The delimiter between values in the breadcrumb is different in preview and published versions of the pages 'The sessionkey determines which state you are in If ""<>"" Then 'Preview Mode Token="&" Else 'Published Token=" " End If 'FUNCTION TO CHECK IF NAV ITEMS IS "ACTIVE" (links to the current page or a parent/ancestor of the current page) Function isActive(strURL) ' response.write "" 'Checks if strURL (path/filename of nav item) is anywhere in the strParentPages string. If instr(strURL, Token & "pageguid=")>0 Then If instr(strParentPages, Mid(strURL, instrrev(strURL, Token & "pageguid="), 42))>0 Then isActive=True Else isActive=False End If Else isActive=False End If End Function ' 'FUNCTION TO CHECK IF NAV ITEMS IS "CURRENT" (links to the current page) Function isCurrent(strURL) 'Checks if strURL (path/filename of nav item) is the current page If instr(strURL, Token & "pageguid=")>0 Then If instr("/nyc/hiv-integration-project-15173.htm", Mid(strURL, instrrev(strURL, Token & "pageguid="), 42))>0 Then isCurrent=True Else isCurrent=False End If Else isCurrent=False End If End Function ' FUNCTION TO GET THE DEPTH OF A PAGE IN THE NAVIGATION STRUCTURE Function getDepth(strURL) Dim parentPages, strPart, depthCounter depthCounter=1 parentPages = Split(strParentPages,"|") For Each strPart In parentPages If Not instr(strPart,Mid(strURL,instrrev(strURL,Token & "pageguid="),42)) Then depthCounter = depthCounter+1 Else Exit For End If Next getDepth=depthCounter End Function ' ' DETERMINE CURRENT LANGUAGE AND SET URL FOR CURRENT PAGE IN ALTERNATE LANGUAGE If ("ENU" = "ENU") Then 'eng environment, sp link if (("" = "/nyc/hiv-integration-project-15173.htm") or (trim("") = "")) then 'link to homepage if no corresponding page in alternate language exists strUrlAltLang = "http://www.plannedparenthood.org/esp/" else strUrlAltLang = "" end if Else 'sp environment, eng link if (("" = "/nyc/hiv-integration-project-15173.htm") or (trim("") = "")) then 'link to homepage if no corresponding page in alternate language exists strUrlAltLang = "http://www.plannedparenthood.org/" else strUrlAltLang = "/nyc/hiv-integration-project-15173.htm" end if End If 'added ability to set a second image link on right-hand side of the logo nav bar. 'right image should be 357x149. '-alan, 11/17/09 if ("ENU" = "ENU") then strHomeRightLink = "http://plannedparenthoodaction.org/healthreform/" else strHomeRightLink = "/key-issues/ensuring-health-care-access-25937.htm" end if strHomeRightImg = "" strHomeRightTrackingCode = "" %>

      <% Dim Depth Dim Subdepth Depth=0 Subdepth = 0 %> <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/index.htm") then status = active end if %> > PPNYC HOME <% If isActive("/nyc/index.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/who-we-are-14903.htm") then status = active end if %> > Who We Are <% If isActive("/nyc/who-we-are-14903.htm") and depth < 3 Then depth = depth + 1 %>
        <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/mission-values-14915.htm") then status = active end if %> > Mission and Values <% If isActive("/nyc/mission-values-14915.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/our-history-14909.htm") then status = active end if %> > Our History <% If isActive("/nyc/our-history-14909.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/spotlight-on-15068.htm") then status = active end if %> > Spotlight On... <% If isActive("/nyc/spotlight-on-15068.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/social-marketing-campaigns-15877.htm") then status = active end if %> > Social Marketing Campaigns <% If isActive("/nyc/social-marketing-campaigns-15877.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/social-marketing-campaigns-15877.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15068 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/annual-report-form-990-14910.htm") then status = active end if %> > Annual Report and Form 990 <% If isActive("/nyc/annual-report-form-990-14910.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/choice-voice-newsletter-15131.htm") then status = active end if %> > Choice Voice Newsletter <% If isActive("/nyc/choice-voice-newsletter-15131.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/ppnyc-news-15082.htm") then status = active end if %> > PPNYC in the News <% If isActive("/nyc/ppnyc-news-15082.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/1-23-09-23617.htm") then status = active end if %> > 1/23/09 <% If isActive("/nyc/1-23-09-23617.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/12-22-08-23473.htm") then status = active end if %> > 12/22/08 <% If isActive("/nyc/12-22-08-23473.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/2-29-08-2-19955.htm") then status = active end if %> > 2/29/08 #2 <% If isActive("/nyc/2-29-08-2-19955.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/2-29-08-19954.htm") then status = active end if %> > 2/29/08 <% If isActive("/nyc/2-29-08-19954.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/2-15-08-19953.htm") then status = active end if %> > 2/15/08 <% If isActive("/nyc/2-15-08-19953.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/1-22-08-19952.htm") then status = active end if %> > 1/22/08 <% If isActive("/nyc/1-22-08-19952.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/12-31-07-19951.htm") then status = active end if %> > 12/31/07 <% If isActive("/nyc/12-31-07-19951.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/12-22-07-19950.htm") then status = active end if %> > 12/22/07 <% If isActive("/nyc/12-22-07-19950.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/10-25-07-18479.htm") then status = active end if %> > 10/25/07 <% If isActive("/nyc/10-25-07-18479.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/10-01-07-17327.htm") then status = active end if %> > 10/01/07 <% If isActive("/nyc/10-01-07-17327.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/09-11-07-17326.htm") then status = active end if %> > 09/11/07 <% If isActive("/nyc/09-11-07-17326.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/08-23-07-16749.htm") then status = active end if %> > 08/23/07 <% If isActive("/nyc/08-23-07-16749.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/08-16-07-16748.htm") then status = active end if %> > 08/16/07 <% If isActive("/nyc/08-16-07-16748.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/07-30-07-22627.htm") then status = active end if %> > 07/30/07 <% If isActive("/nyc/07-30-07-22627.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/07-16-07-15870.htm") then status = active end if %> > 07/16/07 <% If isActive("/nyc/07-16-07-15870.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/06-18-07-15869.htm") then status = active end if %> > 06/18/07 <% If isActive("/nyc/06-18-07-15869.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/06-07-07-15868.htm") then status = active end if %> > 06/07/07 <% If isActive("/nyc/06-07-07-15868.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/05-22-07-15867.htm") then status = active end if %> > 05/22/07 <% If isActive("/nyc/05-22-07-15867.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/05-03-07-15866.htm") then status = active end if %> > 05/03/07 <% If isActive("/nyc/05-03-07-15866.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/04-26-07-15865.htm") then status = active end if %> > 04/26/07 <% If isActive("/nyc/04-26-07-15865.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/04-24-07-15864.htm") then status = active end if %> > 04/24/07 <% If isActive("/nyc/04-24-07-15864.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/04-20-07-15863.htm") then status = active end if %> > 04/20/07 <% If isActive("/nyc/04-20-07-15863.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/03-28-07-15862.htm") then status = active end if %> > 03/28/07 <% If isActive("/nyc/03-28-07-15862.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/02-26-07-15861.htm") then status = active end if %> > 02/26/07 <% If isActive("/nyc/02-26-07-15861.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/1-23-09-23617.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15082 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/jobs-14912.htm") then status = active end if %> > Jobs <% If isActive("/nyc/jobs-14912.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/mission-values-14915.htm") And Depth = 0 Then %> <% End If %>
      <% subExists14903 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/patient-resources-22303.htm") then status = active end if %> > Patient Resources <% If isActive("/nyc/patient-resources-22303.htm") and depth < 3 Then depth = depth + 1 %>
        <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/payment-insurance-information-15215.htm") then status = active end if %> > Payment and Insurance Information <% If isActive("/nyc/payment-insurance-information-15215.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/medicaid-family-planning-benefit-program-15499.htm") then status = active end if %> > Medicaid Family Planning Benefit Program <% If isActive("/nyc/medicaid-family-planning-benefit-program-15499.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/medicaid-family-planning-benefit-program-15499.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15215 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/patient-bill-rights-15218.htm") then status = active end if %> > Patient Bill of Rights <% If isActive("/nyc/patient-bill-rights-15218.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/traveling-health-services-15217.htm") then status = active end if %> > Traveling Health Services <% If isActive("/nyc/traveling-health-services-15217.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/15223.htm") then status = active end if %> > Project Street Beat <% If isActive("/nyc/15223.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/15223.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15217 = true %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/payment-insurance-information-15215.htm") And Depth = 0 Then %> <% End If %>
      <% subExists22303 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/espanol-15150.htm") then status = active end if %> > Español <% If isActive("/nyc/espanol-15150.htm") and depth < 3 Then depth = depth + 1 %>
        <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/quienes-somos-15149.htm") then status = active end if %> > Quiénes Somos <% If isActive("/nyc/quienes-somos-15149.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/la-mision-y-los-valores-de-ppnyc-15556.htm") then status = active end if %> > La Misión y Los Valores de PPNYC <% If isActive("/nyc/la-mision-y-los-valores-de-ppnyc-15556.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/contactenos-15894.htm") then status = active end if %> > Contactenos <% If isActive("/nyc/contactenos-15894.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/la-mision-y-los-valores-de-ppnyc-15556.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15149 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/nuestros-servicios-de-salud-15548.htm") then status = active end if %> > Nuestros Servicios de Salud <% If isActive("/nyc/nuestros-servicios-de-salud-15548.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/examen-ginecologico-anual-15936.htm") then status = active end if %> > Examen ginecológico anual <% If isActive("/nyc/examen-ginecologico-anual-15936.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/anticoncepcion-15937.htm") then status = active end if %> > Anticoncepción <% If isActive("/nyc/anticoncepcion-15937.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/anticoncepcion-de-emergencia-16487.htm") then status = active end if %> > Anticoncepción de Emergencia <% If isActive("/nyc/anticoncepcion-de-emergencia-16487.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/pruebas-de-embarazo-y-orientacion-15938.htm") then status = active end if %> > Pruebas de Embarazo y Orientación <% If isActive("/nyc/pruebas-de-embarazo-y-orientacion-15938.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/aborto-15940.htm") then status = active end if %> > Aborto <% If isActive("/nyc/aborto-15940.htm") and depth < 3 Then depth = depth + 1 %>
            <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/aborto-quirurgico-16489.htm") then status = active end if %> > Aborto Quirúrgico <% If isActive("/nyc/aborto-quirurgico-16489.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/opciones-de-manejo-del-dolor-en-abortos-16490.htm") then status = active end if %> > Opciones de Manejo del Dolor en Abortos <% If isActive("/nyc/opciones-de-manejo-del-dolor-en-abortos-16490.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/aborto-quimico-16491.htm") then status = active end if %> > Aborto Químico <% If isActive("/nyc/aborto-quimico-16491.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/aborto-quirurgico-16489.htm") And Depth = 0 Then %> <% End If %>
          <% subExists15940 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/pruebas-y-tratamiento-de-infecciones-urinarias-y-vaginales-15941.htm") then status = active end if %> > Pruebas y Tratamiento de Infecciones Urinarias y Vaginales <% If isActive("/nyc/pruebas-y-tratamiento-de-infecciones-urinarias-y-vaginales-15941.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/evaluacion-para-detectar-el-cancer-15942.htm") then status = active end if %> > Evaluación para Detectar el Cáncer <% If isActive("/nyc/evaluacion-para-detectar-el-cancer-15942.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/colposcopia-y-crioterapia-15943.htm") then status = active end if %> > Colposcopía y Crioterapia <% If isActive("/nyc/colposcopia-y-crioterapia-15943.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/servicios-de-salud-masculina-15944.htm") then status = active end if %> > Servicios de Salud Masculina <% If isActive("/nyc/servicios-de-salud-masculina-15944.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/pruebas-y-tratamiento-de-infecciones-de-transmision-sexual-15945.htm") then status = active end if %> > Pruebas y Tratamiento de Infecciones de Transmisión Sexual <% If isActive("/nyc/pruebas-y-tratamiento-de-infecciones-de-transmision-sexual-15945.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/pruebas-de-vih-y-orientacion-15946.htm") then status = active end if %> > Pruebas de VIH y Orientación <% If isActive("/nyc/pruebas-de-vih-y-orientacion-15946.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/examen-ginecologico-anual-15936.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15548 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/acercandole-los-servicios-de-salud-16483.htm") then status = active end if %> > Acercándole los Servicios de Salud <% If isActive("/nyc/acercandole-los-servicios-de-salud-16483.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/proyecto-street-beat-16493.htm") then status = active end if %> > Proyecto Street Beat <% If isActive("/nyc/proyecto-street-beat-16493.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/community-outreach-extension-comunitaria-16494.htm") then status = active end if %> > Community Outreach (Extensión Comunitaria) <% If isActive("/nyc/community-outreach-extension-comunitaria-16494.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/proyecto-street-beat-16493.htm") And Depth = 0 Then %> <% End If %>
        <% subExists16483 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/acta-de-los-derechos-del-paciente-15896.htm") then status = active end if %> > Acta de los Derechos del Paciente <% If isActive("/nyc/acta-de-los-derechos-del-paciente-15896.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/derechos-de-los-adolescentes-para-recibir-servicios-y-confidencialidad-16481.htm") then status = active end if %> > Derechos de los Adolescentes para Recibir Servicios y Confidencialidad <% If isActive("/nyc/derechos-de-los-adolescentes-para-recibir-servicios-y-confidencialidad-16481.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/salud-sexual-y-recursos-educativos-15549.htm") then status = active end if %> > Salud Sexual y Recursos Educativos <% If isActive("/nyc/salud-sexual-y-recursos-educativos-15549.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'Shadowpage nav reddot If NOT isActive("") And Depth = 0 Then %> <% End If %>
        <% subExists15549 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/nuestra-columnista-en-el-diario-15550.htm") then status = active end if %> > Nuestra Columnista en El Diario <% If isActive("/nyc/nuestra-columnista-en-el-diario-15550.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/una-educacion-vitalicia-31320.htm") then status = active end if %> > Una Educación Vitalicia <% If isActive("/nyc/una-educacion-vitalicia-31320.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/el-amor-cualquier-edad-31128.htm") then status = active end if %> > El Amor a Cualquier Edad <% If isActive("/nyc/el-amor-cualquier-edad-31128.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/un-dia-para-cuidar-la-salud-30800.htm") then status = active end if %> > Un Día para Cuidar la Salud <% If isActive("/nyc/un-dia-para-cuidar-la-salud-30800.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/matematicas-si-educacion-sexual-30284.htm") then status = active end if %> > ¿Matemáticas? Sí. ¿Educación Sexual? <% If isActive("/nyc/matematicas-si-educacion-sexual-30284.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/nuestra-responsabilidad-en-la-reforma-de-salud-29934.htm") then status = active end if %> > Nuestra Responsabilidad en la Reforma de Salud <% If isActive("/nyc/nuestra-responsabilidad-en-la-reforma-de-salud-29934.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/una-prohibicion-en-contra-de-la-salud-29780.htm") then status = active end if %> > Una Prohibición en contra de la Salud <% If isActive("/nyc/una-prohibicion-en-contra-de-la-salud-29780.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/el-embarazo-adolescente-29779.htm") then status = active end if %> > El Embarazo Adolescente <% If isActive("/nyc/el-embarazo-adolescente-29779.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/una-conversacion-honesta-con-nuestros-hijos-29774.htm") then status = active end if %> > Una Conversación Honesta con Nuestros Hijos <% If isActive("/nyc/una-conversacion-honesta-con-nuestros-hijos-29774.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/el-acceso-la-atencion-medica-29790.htm") then status = active end if %> > El Acceso a la Atención Médica <% If isActive("/nyc/el-acceso-la-atencion-medica-29790.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/informate-sobre-la-violencia-domestica-23762.htm") then status = active end if %> > Infórmate sobre la Violencia Doméstica <% If isActive("/nyc/informate-sobre-la-violencia-domestica-23762.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/una-decision-personal-22620.htm") then status = active end if %> > Una Decisión Personal <% If isActive("/nyc/una-decision-personal-22620.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/los-verdaderos-valores-familiares-22527.htm") then status = active end if %> > Los Verdaderos Valores Familiares <% If isActive("/nyc/los-verdaderos-valores-familiares-22527.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/debemos-reducir-los-riesgos-sexuales-que-toman-los-jovenes-22521.htm") then status = active end if %> > Debemos Reducir los Riesgos Sexuales Que Toman los Jóvenes <% If isActive("/nyc/debemos-reducir-los-riesgos-sexuales-que-toman-los-jovenes-22521.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/riesgos-para-salud-en-perder-valores-culturales-17320.htm") then status = active end if %> > Riesgos para Salud en Perder Valores Culturales <% If isActive("/nyc/riesgos-para-salud-en-perder-valores-culturales-17320.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/hombres-cuando-fue-la-ultima-vez-que-fueron-al-doctor-15891.htm") then status = active end if %> > ¿Hombres, Cuando Fue la Ultima Vez Que Fueron al Doctor? <% If isActive("/nyc/hombres-cuando-fue-la-ultima-vez-que-fueron-al-doctor-15891.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/educacion-integral-sobre-sexualidad-15871.htm") then status = active end if %> > Educación Integral sobre Sexualidad <% If isActive("/nyc/educacion-integral-sobre-sexualidad-15871.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/corte-suprema-abrio-la-puerta-intrusion-15872.htm") then status = active end if %> > Corte Suprema Abrió la Puerta a Intrusión <% If isActive("/nyc/corte-suprema-abrio-la-puerta-intrusion-15872.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/combatiendo-disparidades-en-casos-de-sida-15873.htm") then status = active end if %> > Combatiendo Disparidades en Casos de SIDA <% If isActive("/nyc/combatiendo-disparidades-en-casos-de-sida-15873.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/la-anticoncepcion-ya-no-es-secreto-15874.htm") then status = active end if %> > La Anticoncepción Ya No Es Secreto <% If isActive("/nyc/la-anticoncepcion-ya-no-es-secreto-15874.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/servicios-de-planificacion-familiar-en-peligro-15875.htm") then status = active end if %> > Servicios de Planificación Familiar en Peligro <% If isActive("/nyc/servicios-de-planificacion-familiar-en-peligro-15875.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/salvaremos-vidas-al-romper-el-silencio-15560.htm") then status = active end if %> > Salvaremos Vidas al Romper el Silencio <% If isActive("/nyc/salvaremos-vidas-al-romper-el-silencio-15560.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/una-educacion-vitalicia-31320.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15550 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/politica-publica-15551.htm") then status = active end if %> > Política Pública <% If isActive("/nyc/politica-publica-15551.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/choice-voice-el-boletin-de-ppnyc-15552.htm") then status = active end if %> > Choice Voice, el Boletín de PPNYC <% If isActive("/nyc/choice-voice-el-boletin-de-ppnyc-15552.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/juntas-asesoras-comunitarias-16482.htm") then status = active end if %> > Juntas Asesoras Comunitarias <% If isActive("/nyc/juntas-asesoras-comunitarias-16482.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/quienes-somos-15149.htm") And Depth = 0 Then %> <% End If %>
      <% subExists15150 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/local-education-training-15133.htm") then status = active end if %> > Local Education and Training <% If isActive("/nyc/local-education-training-15133.htm") and depth < 3 Then depth = depth + 1 %>
        <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/trainings-professionals-15140.htm") then status = active end if %> > Trainings for Professionals <% If isActive("/nyc/trainings-professionals-15140.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/sexual-reproductive-health-training-calendar-15152.htm") then status = active end if %> > Sexual & Reproductive Health Training Calendar <% If isActive("/nyc/sexual-reproductive-health-training-calendar-15152.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/clinician-training-initiative-15164.htm") then status = active end if %> > Clinician Training Initiative <% If isActive("/nyc/clinician-training-initiative-15164.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/public-insurance-reproductive-health-care-15171.htm") then status = active end if %> > Public Insurance and Reproductive Health Care <% If isActive("/nyc/public-insurance-reproductive-health-care-15171.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/capacity-building-assistance-organizations-15175.htm") then status = active end if %> > Capacity-Building Assistance to Organizations <% If isActive("/nyc/capacity-building-assistance-organizations-15175.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/sexual-reproductive-health-training-calendar-15152.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15140 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/workshops-community-15141.htm") then status = active end if %> > Workshops for the Community <% If isActive("/nyc/workshops-community-15141.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/taking-care-workshops-22503.htm") then status = active end if %> > Taking Care of You Workshops <% If isActive("/nyc/taking-care-workshops-22503.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/teen-advocate-workshops-15181.htm") then status = active end if %> > Teen Advocate Workshops <% If isActive("/nyc/teen-advocate-workshops-15181.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/adult-role-models-workshops-15183.htm") then status = active end if %> > Adult Role Models Workshops <% If isActive("/nyc/adult-role-models-workshops-15183.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/taking-care-workshops-22503.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15141 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/sex-education-schools-15142.htm") then status = active end if %> > Sex Education in Schools <% If isActive("/nyc/sex-education-schools-15142.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/adolescent-pregnancy-prevention-services-27265.htm") then status = active end if %> > Adolescent Pregnancy Prevention and Services <% If isActive("/nyc/adolescent-pregnancy-prevention-services-27265.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/international-programs-15143.htm") then status = active end if %> > International Programs <% If isActive("/nyc/international-programs-15143.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/going-digital-personal-storytelling-15910.htm") then status = active end if %> > Going Digital with Personal Storytelling <% If isActive("/nyc/going-digital-personal-storytelling-15910.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/fostering-communication-about-sex-15909.htm") then status = active end if %> > Fostering Communication About Sex <% If isActive("/nyc/fostering-communication-about-sex-15909.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/going-digital-personal-storytelling-15910.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15143 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/publications-15145.htm") then status = active end if %> > Publications <% If isActive("/nyc/publications-15145.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/trainings-professionals-15140.htm") And Depth = 0 Then %> <% End If %>
      <% subExists15133 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/parents-15117.htm") then status = active end if %> > For Parents <% If isActive("/nyc/parents-15117.htm") and depth < 3 Then depth = depth + 1 %>
        <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/adult-role-models-program-workshops-15196.htm") then status = active end if %> > Adult Role Models Program & Workshops <% If isActive("/nyc/adult-role-models-program-workshops-15196.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/lets-talk-15198.htm") then status = active end if %> > Let's Talk <% If isActive("/nyc/lets-talk-15198.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/sex-education-new-york-15200.htm") then status = active end if %> > Sex Education in New York <% If isActive("/nyc/sex-education-new-york-15200.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/adult-role-models-program-workshops-15196.htm") And Depth = 0 Then %> <% End If %>
      <% subExists15117 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/teens-15190.htm") then status = active end if %> > For Teens <% If isActive("/nyc/teens-15190.htm") and depth < 3 Then depth = depth + 1 %>
        <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/programs-can-join-15194.htm") then status = active end if %> > Programs You Can Join <% If isActive("/nyc/programs-can-join-15194.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/teen-advocates-15462.htm") then status = active end if %> > Teen Advocates <% If isActive("/nyc/teen-advocates-15462.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/gurlz-talk-15463.htm") then status = active end if %> > Gurlz Talk <% If isActive("/nyc/gurlz-talk-15463.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/fellas-15464.htm") then status = active end if %> > FELLAS <% If isActive("/nyc/fellas-15464.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/teen-advocates-15462.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15194 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/teen-reviews-books-movies-music-15229.htm") then status = active end if %> > Teen Reviews of Books, Movies and Music <% If isActive("/nyc/teen-reviews-books-movies-music-15229.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/poetry-slam-15231.htm") then status = active end if %> > Poetry Slam <% If isActive("/nyc/poetry-slam-15231.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/teens-rights-services-confidentiality-15235.htm") then status = active end if %> > Teens' Rights to Services & Confidentiality <% If isActive("/nyc/teens-rights-services-confidentiality-15235.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/programs-can-join-15194.htm") And Depth = 0 Then %> <% End If %>
      <% subExists15190 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/get-involved-locally-15050.htm") then status = active end if %> > Get Involved Locally <% If isActive("/nyc/get-involved-locally-15050.htm") and depth < 3 Then depth = depth + 1 %>
        <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/donate-ppnyc-15246.htm") then status = active end if %> > Donate to PPNYC <% If isActive("/nyc/donate-ppnyc-15246.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/events-15085.htm") then status = active end if %> > Events <% If isActive("/nyc/events-15085.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/meet-other-activists-15073.htm") then status = active end if %> > Meet Other Activists <% If isActive("/nyc/meet-other-activists-15073.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/activist-council-15248.htm") then status = active end if %> > Activist Council <% If isActive("/nyc/activist-council-15248.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/vox-college-reproductive-rights-groups-15250.htm") then status = active end if %> > VOX: College Reproductive Rights Groups <% If isActive("/nyc/vox-college-reproductive-rights-groups-15250.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/activist-council-15248.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15073 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/our-legislative-agenda-15072.htm") then status = active end if %> > Our Legislative Agenda <% If isActive("/nyc/our-legislative-agenda-15072.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/elections-voting-15237.htm") then status = active end if %> > Elections & Voting <% If isActive("/nyc/elections-voting-15237.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/volunteer-intern-15239.htm") then status = active end if %> > Volunteer and Intern <% If isActive("/nyc/volunteer-intern-15239.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/fun-stuff-15233.htm") then status = active end if %> > Fun Stuff <% If isActive("/nyc/fun-stuff-15233.htm") and depth < 3 Then depth = depth + 1 %>
          <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/cellphone-decor-15255.htm") then status = active end if %> > Cellphone Decor <% If isActive("/nyc/cellphone-decor-15255.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/games-quizzes-15257.htm") then status = active end if %> > Games & Quizzes <% If isActive("/nyc/games-quizzes-15257.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/cellphone-decor-15255.htm") And Depth = 0 Then %> <% End If %>
        <% subExists15233 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/community-advisory-boards-.htm") then status = active end if %> > Community Advisory Boards <% If isActive("/nyc/community-advisory-boards-.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/religious-leaders-task-force-15245.htm") then status = active end if %> > Religious Leaders Task Force <% If isActive("/nyc/religious-leaders-task-force-15245.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/donate-ppnyc-15246.htm") And Depth = 0 Then %> <% End If %>
      <% subExists15050 = true %> <% depth = depth -1 End If %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/contact-us.htm") then status = active end if %> > Contact Us <% If isActive("/nyc/contact-us.htm") and depth < 3 Then depth = depth + 1 %>
        <% 'You can remove this whole If statement if you want to show first tier reddot. Keep the reddot code. 'Depth 0 = Foundation, Depth 1 = 1st Tier, Depth 2 = 2nd Tier, Depth 3 = 3rd Tier, etc... If depth > 0 Then %> <% End If %> <% 'Default list state code default = "" 'Active list state code active = " class='active'" %> <% 'set default state status = default 'is the link a parent page if isActive("/nyc/reference-room-journalists-15083.htm") then status = active end if %> > Reference Room for Journalists <% If isActive("/nyc/reference-room-journalists-15083.htm") and depth < 3 Then depth = depth + 1 %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/reference-room-journalists-15083.htm") And Depth = 0 Then %> <% End If %>
      <% subExists14914 = true %> <% depth = depth -1 End If %> <% 'Shadowpage nav reddot If NOT isActive("/nyc/index.htm") And Depth = 0 Then %> <% End If %>