<%if session("Entry_Point") = "CAC" then '/ this menu is made using a function stored in the (included) page, "main.asp" '/ function nav_item(activated_class, watched_sub_pages, nav_id, nav_alt, nav_name, the_url) call nav_item("sectionactive", _ "/ministries/", _ "nav_ministries", _ "Ministries 'home page'", "Ministries 'home page'
    ", "/ministries/") call nav_item("sectionactive", _ "/aca/", _ "nav_aca", _ "Apostolic Christian Academy", "Apostolic Christian Academy", "/aca/") call nav_item("sectionactive", _ "/care_groups/", _ "nav_care_groups", _ "CAC Care Groups (Small Group Ministry)", "Care Groups (Small Groups)", "/care_groups/") call nav_item("sectionactive", _ "/youth/", _ "nav_youth", _ "CRAVE (CAC Youth Ministry)", "CRAVE (CAC Youth Ministry)", "/youth/") call nav_item("sectionactive", _ "/pantry/", _ "nav_pantry", _ "CAC Food Pantry", "CAC Food Pantry", "/pantry/") call nav_item("sectionactive", _ "/caap/", _ "nav_caap", _ "Assistance Program", "Assistance Program", "/caap/") call nav_item("sectionactive", _ "http://www.westonfac.com/", _ "nav_fac", _ "Freedom Apostolic Church of Weston", "Freedom Apostolic Church", "http://www.westonfac.com/") call nav_item("sectionactive", _ "/marriage-parenting/", _ "nav_marriage-parenting", _ "Marriage & Parenting (Young Couples Ministry)", "Marriage/Parenting", "/marriage-parenting/") call nav_item("sectionactive", _ "/prayer/", _ "nav_prayer", _ "CAC Prayer Ministry", "Prayer Ministry", "/prayer/") call nav_item("sectionactive", _ "/transport/", _ "nav_transport", _ "CAC Transport Ministry", "Transport Ministry", "/transport/") end if%>