

    function getPage(page)
    {
        if (page == "Sunday School")
        { window.open('content/children/sSchool.php','ifCMin','location=no');
          window.open('content/children/cLogo.php','ifCLogo','location=no');}

	if (page == "Jr Church")
        { window.open('content/children/jrChurch.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

	if (page == "Kids Club")
        { window.open('content/children/kClub.php','ifCMin','location=no');
          window.open('content/children/cLogo.php','ifCLogo','location=no');}

	if (page == "Kids Choir")
        { window.open('content/children/kChoir.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

	if (page == "3D - 5th and 6th Grade")
        { window.open('content/children/3D.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

    	if (page == "Childrens Ministry Overview")
        { window.open('content/children/cMinistry.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

	if (page == "Events Calendar")
        { window.open('content/children/cCalendar.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

	if (page == "Special Events")
        { window.open('content/children/sEvents.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}
        
	if (page == "Van Ministry")
        { window.open('content/children/vMinistry.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}
    	
	if (page == "Volunteers")
        { window.open('content/children/cVolunteers.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

	if (page == "Childrens Ministry Forms")
        { window.open('content/children/cForms.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

	if (page == "Bio: Sarah Foster")
        { window.open('content/children/cminBio.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}
        
    	if (page == "Prayer Requests")
        { window.open('content/children/prayerReqs.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

    	if (page == "Resources")
        { window.open('content/children/cResources.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

    	if (page == "Summer Events")
        { window.open('content/children/sumEvents.php','ifCMin','location=no');
	  window.open('content/children/cLogo.php','ifCLogo','location=no');}

	    
    }

  