function activitiesTab()
{
  document.getElementById("subTab1").innerHTML='<a href="childrens-ministry.htm"><font color="white">Childrens Ministry</a>';
  document.getElementById("subTab2").innerHTML='<a href="youth-group.htm"><font color="white">Youth Group</a>';
  document.getElementById("subTab3").innerHTML='<a href="womens-ministry.htm"><font color="white">Womens Ministry</a>';
  document.getElementById("subTab4").innerHTML='<a href="mens-ministry.htm"><font color="white">Mens Ministry</a>';
  document.getElementById("subTab5").innerHTML='<a href="discipleship-groups.htm"><font color="white">Discipleship Groups</a>';
}
