// JavaScript Document

function clearElements(obj){
	var objID = document.getElementById(obj);	
	if( objID.hasChildNodes() ){
		while(objID.childNodes.length >= 1)
			objID.removeChild(objID.firstChild);	
	}
}

function is_ie6(){
     return ((window.XMLHttpRequest == undefined) && (ActiveXObject != undefined));
}

function contentLoad(Section, Link){
	if(is_ie6())
	{
		if(Section == "SchoolAge")
	{
		document.BottomBorder.src="img/Programs/Programs_SA_BorderBottom.jpg";
		document.LeftBorder.src="img/Programs/Programs_SA_BorderLeft.jpg";
		var y = document.getElementById('programsNav');
		y.innerHTML="<div id=\"sa_1\"><a href = \"#\" onclick=\"secondaryLinks(\'sasummercamp\');selected(this);return false;\">SummerCamp</a></div><div class=\"clear\"></div><div id=\"sa_2\"><a href = \"#\" onclick=\"secondaryLinks(\'sahomework\');selected(this);return false;\">Homework</a></div><div class=\"clear\"></div><div id=\"sa_3\"><a href = \"#\" onclick=\"secondaryLinks(\'saclubs\');selected(this);return false;\">Clubs</a></div><div class=\"clear\"></div><div id=\"sa_4\"><a href = \"#\" onclick=\"secondaryLinks(\'sacare\');selected(this);return false;\">Before/After Care</a></div><div id=\"sa_5\"></div>";
		/*
		clearElements('programsNav');
		var div_1 = document.createElement('div');
		div_1.setAttribute('id','sa_1');
		var anchor_div;
		anchor_div = document.createElement('a');
		anchor_div.setAttribute('href','#');
		anchor_div.setAttribute('onclick','secondaryLinks(\'sasummercamp\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("SummerCamp"));
		div_1.appendChild(anchor_div);
		var div_2 = document.createElement('div');
		div_2.setAttribute('id','sa_2');
		anchor_div = document.createElement('a');
		anchor_div.setAttribute('href','#');
		anchor_div.setAttribute('onclick','secondaryLinks(\'sahomework\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Homework"));
		div_2.appendChild(anchor_div);
		var div_3 = document.createElement('div');
		div_3.setAttribute('id','sa_3');
		anchor_div = document.createElement('a');
		anchor_div.setAttribute('href','#');
		anchor_div.setAttribute('onclick','secondaryLinks(\'saclubs\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Clubs"));
		div_3.appendChild(anchor_div);
		var div_4 = document.createElement('div');
		div_4.setAttribute('id','sa_4');
		anchor_div = document.createElement('a');
		anchor_div.setAttribute('href','#');
		anchor_div.setAttribute('onclick','secondaryLinks(\'sacare\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Before/After Care"));
		div_4.appendChild(anchor_div);
		var div_5 = document.createElement('div');
		div_5.setAttribute('id','sa_5');
		y.appendChild(div_1);
		y.appendChild(div_2);
		y.appendChild(div_3);
		y.appendChild(div_4);
		y.appendChild(div_5);*/
		
		var z = document.getElementById('programsImage');
		z.innerHTML="<img src=\"img/Programs/Programs_SA_Picture.jpg\" border=\"0\" />";
		//clearElements('programsImage');
		//var imageTag = document.createElement('img');
		//imageTag.setAttribute('src','img/Programs/Programs_SA_Picture.jpg');
		//imageTag.setAttrivute('border','0');
		//z.appendChild(imageTag);

		if(Link == "SummerCamp")
		{
			secondaryLinks("sasummercamp");
			secondaryContent("sasummercampoview");
			var sel = document.getElementById('sa_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
		}
		else if(Link == "HomeworkHelp")
		{
			secondaryLinks("sahomework");
			secondaryContent("sahomeworkoview");
			var sel = document.getElementById('sa_2').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
		}
		else if(Link == "Clubs")
		{
			secondaryLinks("saclubs");
			secondaryContent("saclubsoview");
			var sel = document.getElementById('sa_3').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else if(Link == "Care")
		{
			secondaryLinks("sacare");
			secondaryContent("sacareoview");
			var sel = document.getElementById('sa_4').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else{
			secondaryLinks("sasummercamp");
			secondaryContent("sasummercampoview");
			var sel = document.getElementById('sa_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		
	}
	else if(Section == "Preschool"){
		
		var z = document.getElementById('programsImage');
		z.innerHTML="<img src=\"img/Programs/Programs_PS_Picture.jpg\" border=\"0\" />";
		//clearElements('programsImage');
		//var imageTag = document.createElement('img');
		//imageTag.src="img/Programs/Programs_PS_Picture.jpg";
		//imageTag.border="0";
		//z.appendChild(imageTag);
		document.BottomBorder.src="img/Programs/Programs_PS_BorderBottom.jpg";
		document.LeftBorder.src="img/Programs/Programs_PS_BorderLeft.jpg";

		var y = document.getElementById('programsNav');
		y.innerHTML="<div id=\"ps_1\"><a href = \"#\" onclick=\"secondaryLinks(\'psfullday\');selected(this);return false;\">Full Day</a></div><div class=\"clear\"></div><div id=\"ps_2\"><a href = \"#\" onclick=\"secondaryLinks(\'pshalfday\');selected(this);return false;\">Half Day</a></div><div class=\"clear\"></div><div id=\"ps_3\"></div>";
		/*clearElements('programsNav');
		var div_1 = document.createElement('div');
		div_1.id="ps_1";
		var anchor_div;
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'psfullday\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Full Day"));
		div_1.appendChild(anchor_div);
		var div_2 = document.createElement('div');
		div_2.id="ps_2";
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'pshalfday\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Half Day"));
		div_2.appendChild(anchor_div);
		var div_3 = document.createElement('div');
		div_3.id="ps_3";
		y.appendChild(div_1);
		y.appendChild(div_2);
		y.appendChild(div_3);*/
		if(Link == "FullDay"){
			secondaryLinks("psfullday");
			secondaryContent("psfulldayoview");
			var sel = document.getElementById('ps_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else if(Link == "HalfDay"){
			secondaryLinks("pshalfday");
			secondaryContent("pshalfdayoview");
			var sel = document.getElementById('ps_2').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}	
		else{
			secondaryLinks("psfullday");
			secondaryContent("psfulldayoview");
			var sel = document.getElementById('ps_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
	}
	else if(Section == "TransK"){
		var z = document.getElementById('programsImage');
		z.innerHTML="<img id=\"tkpic\" src=\"img/Programs/Programs_TK_Picture.jpg\" border=\"0\" />";
		//clearElements('programsImage');
		//var imageTag = document.createElement('img');
		//imageTag.src="img/Programs/Programs_TK_Picture.jpg";
		//imageTag.border="0";
		//imageTag.id="tkpic";
		//z.appendChild(imageTag);

		document.BottomBorder.src="img/Programs/Programs_TK_BorderBottom.jpg";
		document.LeftBorder.src="img/Programs/Programs_TK_BorderLeft.jpg";
		
		var y = document.getElementById('programsNav');
		y.innerHTML="<div id=\"tk_1\"><a href = \"#\" onclick=\"secondaryLinks(\'tksummercamp\');selected(this);return false;\">Camp Jr. K</a></div><div class=\"clear\"></div><div id=\"tk_2\"></div><div class=\"clear\"></div><div id=\"tk_3\"></div>";
		/*clearElements('programsNav');
		var div_1 = document.createElement('div');
		div_1.id="tk_1";
		var anchor_div;
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'tksummercamp\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Camp Jr. K"));
		div_1.appendChild(anchor_div);
		var div_2 = document.createElement('div');
		div_2.id="tk_2";
		var div_3 = document.createElement('div');
		div_3.id="tk_3";
		y.appendChild(div_1);
		y.appendChild(div_2);
		y.appendChild(div_3);*/
		if(Link == "SummerCamp"){
			secondaryLinks("tksummercamp");
			secondaryContent("tksummercampoview");
			var sel = document.getElementById('tk_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else{
			secondaryLinks("tksummercamp");
			secondaryContent("tksummercampoview");
			var sel = document.getElementById('tk_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
		}
		
	}
	else if(Section == "InfTod"){
		var z = document.getElementById('programsImage');
		z.innerHTML="<img src=\"img/Programs/Programs_IT_Picture.jpg\" border=\"0\" />";
		//clearElements('programsImage');
		//var imageTag = document.createElement('img');
		//imageTag.src="img/Programs/Programs_IT_Picture.jpg";
		//imageTag.border="0";
		//z.appendChild(imageTag);
		
		document.BottomBorder.src="img/Programs/Programs_IT_BorderBottom.jpg";
		document.LeftBorder.src="img/Programs/Programs_IT_BorderLeft.jpg";
		
		var y = document.getElementById('programsNav');
		y.innerHTML="<div id=\"it_1\"><a href = \"#\" onclick=\"secondaryLinks(\'itfullday\');selected(this);return false;\">Full Day</a></div><div class=\"clear\"></div><div id=\"it_2\"><a href = \"#\" onclick=\"secondaryLinks(\'pshalfday\');selected(this);return false;\">Half Day</a></div><div class=\"clear\"></div><div id=\"it_3\"></div>";
		/*clearElements('programsNav');
		var div_1 = document.createElement('div');
		div_1.id="it_1";
		var anchor_div;
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'itfullday\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Full Day"));
		div_1.appendChild(anchor_div);
		var div_2 = document.createElement('div');
		div_2.id="it_2";
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'ithalfday\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Half Day"));
		div_2.appendChild(anchor_div);
		var div_3 = document.createElement('div');
		div_3.id="it_3";
		y.appendChild(div_1);
		y.appendChild(div_2);
		y.appendChild(div_3);*/
		
		if(Link == "FullDay"){
			secondaryLinks("itfullday");
			secondaryContent("itfulldayoview");
			var sel = document.getElementById('it_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else if(Link == "HalfDay"){
			secondaryLinks("ithalfday");
			secondaryContent("ithalfdayoview");
			var sel = document.getElementById('it_2').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}	
		else{
			secondaryLinks("itfullday");
			secondaryContent("itfulldayoview");
			var sel = document.getElementById('it_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}		
	}
		else{
		
		}
	}
	else{
	if(Section == "SchoolAge")
	{
	
		document.BottomBorder.src="img/Programs/Programs_SA_BorderBottom.jpg";
		document.LeftBorder.src="img/Programs/Programs_SA_BorderLeft.jpg";
		
		var y = document.getElementById('programsNav');
		clearElements('programsNav');
		var div_1 = document.createElement('div');
		div_1.id="sa_1";
		var anchor_div;
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'sasummercamp\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("SummerCamp"));
		div_1.appendChild(anchor_div);
		var div_2 = document.createElement('div');
		div_2.id="sa_2";
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'sahomework\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Homework"));
		div_2.appendChild(anchor_div);
		var div_3 = document.createElement('div');
		div_3.id="sa_3";
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'saclubs\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Clubs"));
		div_3.appendChild(anchor_div);
		var div_4 = document.createElement('div');
		div_4.id="sa_4";
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'sacare\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Before/After Care"));
		div_4.appendChild(anchor_div);
		var div_5 = document.createElement('div');
		div_5.id="sa_5";
		y.appendChild(div_1);
		y.appendChild(div_2);
		y.appendChild(div_3);
		y.appendChild(div_4);
		y.appendChild(div_5);
		
		var z = document.getElementById('programsImage');
		clearElements('programsImage');
		var imageTag = document.createElement('img');
		imageTag.src="img/Programs/Programs_SA_Picture.jpg";
		imageTag.border="0";
		z.appendChild(imageTag);

		if(Link == "SummerCamp")
		{
			secondaryLinks("sasummercamp");
			secondaryContent("sasummercampoview");
			var sel = document.getElementById('sa_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
		}
		else if(Link == "HomeworkHelp")
		{
			secondaryLinks("sahomework");
			secondaryContent("sahomeworkoview");
			var sel = document.getElementById('sa_2').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
		}
		else if(Link == "Clubs")
		{
			secondaryLinks("saclubs");
			secondaryContent("saclubsoview");
			var sel = document.getElementById('sa_3').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else if(Link == "Care")
		{
			secondaryLinks("sacare");
			secondaryContent("sacareoview");
			var sel = document.getElementById('sa_4').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else{
			secondaryLinks("sasummercamp");
			secondaryContent("sasummercampoview");
			var sel = document.getElementById('sa_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		
	}
	else if(Section == "Preschool"){
		
		var z = document.getElementById('programsImage');
		clearElements('programsImage');
		var imageTag = document.createElement('img');
		imageTag.src="img/Programs/Programs_PS_Picture.jpg";
		imageTag.border="0";
		z.appendChild(imageTag);
		document.BottomBorder.src="img/Programs/Programs_PS_BorderBottom.jpg";
		document.LeftBorder.src="img/Programs/Programs_PS_BorderLeft.jpg";
		
		var y = document.getElementById('programsNav');
		clearElements('programsNav');
		var div_1 = document.createElement('div');
		div_1.id="ps_1";
		var anchor_div;
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'psfullday\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Full Day"));
		div_1.appendChild(anchor_div);
		var div_2 = document.createElement('div');
		div_2.id="ps_2";
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'pshalfday\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Half Day"));
		div_2.appendChild(anchor_div);
		var div_3 = document.createElement('div');
		div_3.id="ps_3";
		y.appendChild(div_1);
		y.appendChild(div_2);
		y.appendChild(div_3);
		if(Link == "FullDay"){
			secondaryLinks("psfullday");
			secondaryContent("psfulldayoview");
			var sel = document.getElementById('ps_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else if(Link == "HalfDay"){
			secondaryLinks("pshalfday");
			secondaryContent("pshalfdayoview");
			var sel = document.getElementById('ps_2').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}	
		else{
			secondaryLinks("psfullday");
			secondaryContent("psfulldayoview");
			var sel = document.getElementById('ps_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
	}
	else if(Section == "TransK"){
		var z = document.getElementById('programsImage');
		var z = document.getElementById('programsImage');
		clearElements('programsImage');
		var imageTag = document.createElement('img');
		imageTag.src="img/Programs/Programs_TK_Picture.jpg";
		imageTag.border="0";
		imageTag.id="tkpic";
		z.appendChild(imageTag);

		document.BottomBorder.src="img/Programs/Programs_TK_BorderBottom.jpg";
		document.LeftBorder.src="img/Programs/Programs_TK_BorderLeft.jpg";
		
		var y = document.getElementById('programsNav');
		clearElements('programsNav');
		var div_1 = document.createElement('div');
		div_1.id="tk_1";
		var anchor_div;
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'tksummercamp\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Camp Jr. K"));
		div_1.appendChild(anchor_div);
		var div_2 = document.createElement('div');
		div_2.id="tk_2";
		var div_3 = document.createElement('div');
		div_3.id="tk_3";
		y.appendChild(div_1);
		y.appendChild(div_2);
		y.appendChild(div_3);
		if(Link == "SummerCamp"){
			secondaryLinks("tksummercamp");
			secondaryContent("tksummercampoview");
			var sel = document.getElementById('tk_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else{
			secondaryLinks("tksummercamp");
			secondaryContent("tksummercampoview");
			var sel = document.getElementById('tk_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
		}
		
	}
	else if(Section == "InfTod"){
		var z = document.getElementById('programsImage');
		clearElements('programsImage');
		var imageTag = document.createElement('img');
		imageTag.src="img/Programs/Programs_IT_Picture.jpg";
		imageTag.border="0";
		z.appendChild(imageTag);
		
		document.BottomBorder.src="img/Programs/Programs_IT_BorderBottom.jpg";
		document.LeftBorder.src="img/Programs/Programs_IT_BorderLeft.jpg";
		
		var y = document.getElementById('programsNav');
		clearElements('programsNav');
		var div_1 = document.createElement('div');
		div_1.id="it_1";
		var anchor_div;
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'itfullday\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Full Day"));
		div_1.appendChild(anchor_div);
		var div_2 = document.createElement('div');
		div_2.id="it_2";
		anchor_div = document.createElement('a');
		anchor_div.href="#";
		anchor_div.setAttribute('onclick','secondaryLinks(\'ithalfday\');selected(this);return false;');
		anchor_div.appendChild(document.createTextNode("Half Day"));
		div_2.appendChild(anchor_div);
		var div_3 = document.createElement('div');
		div_3.id="it_3";
		y.appendChild(div_1);
		y.appendChild(div_2);
		y.appendChild(div_3);
		
		if(Link == "FullDay"){
			secondaryLinks("itfullday");
			secondaryContent("itfulldayoview");
			var sel = document.getElementById('it_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}
		else if(Link == "HalfDay"){
			secondaryLinks("ithalfday");
			secondaryContent("ithalfdayoview");
			var sel = document.getElementById('it_2').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}	
		else{
			secondaryLinks("itfullday");
			secondaryContent("itfulldayoview");
			var sel = document.getElementById('it_1').getElementsByTagName('a').item(0);
			sel.className="selected";
			last = sel;
			}		
	}
		else{
		
		}
	}
	return false;
}



var last;
function selected(obj){
 if (last) last.className="";
 obj.className="selected";
 last=obj;
}


var lastLink;

function selectedContent(obj){
 if (lastLink) lastLink.className="";
 obj.className="selected";
 lastLink=obj;
}

function secondaryLinks(area)
{
	var x = document.getElementById('programsSecondNav');
	if(is_ie6())
	{
		if(area == "sasummercamp")
	{
		
		x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'sasummercampoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sasummercampphil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sasummercampenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sasummercampstaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sasummercampreg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sasummercampprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br /> ";
		secondaryContent("sasummercampoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "sahomework")
	{
		x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'sahomeworkoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sahomeworkphil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sahomeworkenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sahomeworkstaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sahomeworkreg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sahomeworkprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br />";
		secondaryContent("sahomeworkoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "sacare")
	{
		x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'sacareoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sacarephil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sacareenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sacarestaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sacarereg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'sacareprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br />";
		secondaryContent("sacareoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "saclubs")
	{
			x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'saclubsoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'saclubsphil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'saclubsenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'saclubsstaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'saclubsreg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'saclubsprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br />";
			secondaryContent("saclubsoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "psfullday")
	{
		x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'psfulldayoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'psfulldayphil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'psfulldayenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'psfulldaystaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'psfulldayreg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'psfulldayprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br />";
		secondaryContent("psfulldayoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "pshalfday")
	{
		x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'pshalfdayoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'pshalfdayphil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'pshalfdayenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'pshalfdaystaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'pshalfdayreg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'pshalfdayprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br />";
		secondaryContent("pshalfdayoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "tksummercamp")
	{
		x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'tksummercampoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'tksummercampphil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'tksummercampenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'tksummercampstaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'tksummercampreg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'tksummercampprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br />";
		secondaryContent("tksummercampoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "itfullday")
	{
		x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'itfulldayoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'itfulldayphil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'itfulldayenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'itfulldaystaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'itfulldayreg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'itfulldayprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br /> ";
		secondaryContent("itfulldayoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "ithalfday")
	{
		x.innerHTML="<a href=\"#\" onclick=\"secondaryContent(\'ithalfdayoview\');selectedContent(this);return false;\" class=\"selected\">Overview</a><br /><a href=\"#\" onclick=\"secondaryContent(\'ithalfdayphil\');selectedContent(this);return false;\" class=\"\">Philosophy</a><br /><a href=\"#\" onclick=\"secondaryContent(\'ithalfdayenv\');selectedContent(this);return false;\" class=\"\">Environment</a><br /><a href=\"#\" onclick=\"secondaryContent(\'ithalfdaystaff\');selectedContent(this);return false;\" class=\"\">Staff</a><br /><a href=\"#\" onclick=\"secondaryContent(\'ithalfdayreg\');selectedContent(this);return false;\" class=\"\">Register</a><br /><a href=\"#\" onclick=\"secondaryContent(\'ithalfdayprice\');selectedContent(this);return false;\" class=\"\">Price and Assistance</a><br />";
		secondaryContent("ithalfdayoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	}
	else{
	if(area == "sasummercamp")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sasummercampoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sasummercampphil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sasummercampenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sasummercampstaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sasummercampreg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sasummercampprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("sasummercampoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "sahomework")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sahomeworkoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sahomeworkphil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sahomeworkenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sahomeworkstaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sahomeworkreg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sahomeworkprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("sahomeworkoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "sacare")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sacareoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sacarephil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sacareenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sacarestaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sacarereg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'sacareprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("sacareoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "saclubs")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'saclubsoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'saclubsphil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'saclubsenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'saclubsstaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'saclubsreg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'saclubsprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("saclubsoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "psfullday")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'psfulldayoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'psfulldayphil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'psfulldayenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'psfulldaystaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'psfulldayreg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'psfulldayprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("psfulldayoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "pshalfday")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'pshalfdayoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'pshalfdayphil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'pshalfdayenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'pshalfdaystaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'pshalfdayreg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'pshalfdayprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("pshalfdayoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "tksummercamp")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'tksummercampoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'tksummercampphil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'tksummercampenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'tksummercampstaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'tksummercampreg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'tksummercampprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("tksummpercampoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "itfullday")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'itfulldayoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'itfulldayphil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'itfulldayenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'itfulldaystaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'itfulldayreg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'itfulldayprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("itfulldayoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	if(area == "ithalfday")
	{
		clearElements('programsSecondNav');
		var anchorTag;
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'ithalfdayoview\');selectedContent(this);return false;');
		anchorTag.className="selected";
		anchorTag.appendChild(document.createTextNode("Overview"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'ithalfdayphil\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Philosophy"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'ithalfdayenv\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Environment"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'ithalfdaystaff\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Staff"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'ithalfdayreg\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Register"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		anchorTag = document.createElement('a');
		anchorTag.href="#";
		anchorTag.setAttribute('onclick','secondaryContent(\'ithalfdayprice\');selectedContent(this);return false;');
		anchorTag.className="";
		anchorTag.appendChild(document.createTextNode("Price and Assistance"));
		x.appendChild(anchorTag);
		x.appendChild(document.createElement('br'));
		secondaryContent("ithalfdayoview");
		link_sel = document.getElementById('programsSecondNav').getElementsByTagName('a');
		lastLink = link_sel.item(0);
	}
	
}

}



function secondaryContent(content)
{
	
	if(is_ie6())
	{
	var x = document.getElementById('programsContentParagraph');
	if (content == "sasummercampoview")
	{
		clearElements('programsContentParagraph');
		var elementAdd;
		var elementText;
		elementAdd = document.createElement('span');
		elementAdd.id="boldunderline";
		elementText = document.createTextNode("Serious hands on fun!");
		elementAdd.appendChild(elementText);
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		elementAdd = document.createTextNode("Traditional campy activities like skits, songs, games, sports, swimming and arts and crafts are side-by-side with today's hottest topics.  Plus our field trips take kids to all the best local places.");
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		x.appendChild(document.createElement('br'));
		elementAdd = document.createTextNode("Each week offers campers a choice to focus on popular topics such as:");
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		elementAdd = document.createElement('ul');
		elementAdd.id="listnone";
		var list_1 = document.createElement('li');
		list_1.appendChild(document.createTextNode("Science Camps and Technology Camps"));
		elementAdd.appendChild(list_1);
		var list_2 = document.createElement('li');
		list_2.appendChild(document.createTextNode("Pottery and Art Camps"));
		elementAdd.appendChild(list_2);
		var list_3 = document.createElement('li');
		list_3.appendChild(document.createTextNode("Culinary Camps"));
		elementAdd.appendChild(list_3);
		var list_4 = document.createElement('li');
		list_4.appendChild(document.createTextNode("Sports Camps and Fitness Camps with Yoga and Dance."));
		elementAdd.appendChild(list_4);
		var list_5 = document.createElement('li');
		list_5.appendChild(document.createTextNode("Theatre Camps for Drama and Acting"));
		elementAdd.appendChild(list_5);
		var list_6 = document.createElement('li');
		list_6.appendChild(document.createTextNode("Nature Study Camps and World Culture Camps"));
		elementAdd.appendChild(list_6);
		x.appendChild(elementAdd);
		}
        if (content == "sasummercampphil")
		{
		clearElements('programsContentParagraph');
		var elementAdd;
		var elementText;
		elementAdd = document.createTextNode("Summer camp experiences at CDI support a myriad of life and career skills which have been determined by the Partnership for 21st Century Skills to be essential for youth today:");
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		elementAdd = document.createElement('ul');
		elementAdd.id="listnone";
		var list_1 = document.createElement('li');
		list_1.appendChild(document.createTextNode("Flexibility and Adaptability"));
		elementAdd.appendChild(list_1);
		var list_2 = document.createElement('li');
		list_2.appendChild(document.createTextNode("Initiative and Self-Direction"));
		elementAdd.appendChild(list_2);
		var list_3 = document.createElement('li');
		list_3.appendChild(document.createTextNode("Social Skills"));
		elementAdd.appendChild(list_3);
		var list_4 = document.createElement('li');
		list_4.appendChild(document.createTextNode("Leadership and Responsibility"));
		elementAdd.appendChild(list_4);
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		elementAdd = document.createTextNode("In addition, the 21st Century Skills Framework calls out the critical nature of Learning skills and Innovation skills which are abundantly supported through our camps.");
		x.appendChild(elementAdd);
		}
         if (content == "sasummercampenv")
		 {
			 x.innerHTML="CDI/CDC camps happen in the comfort of safety of our very own Elementary School campuses and with full access to our youth center buildings and all the materials within.<br /><br />Campers spend much of the day enjoying the park like settings outdoors, with water play, craft areas, nature exploration, and plenty of sports and games on our well maintained vast fields and sport courts.<br /><br />We offer specialty programs in Technology utilizing our tech labs, pottery in locations where we have wheels and kilns, and even Culinary Camps utilizing our well stocked kitchens.  Plus air conditioned lounge areas where they can play with favorite toys such as a Wii or Kinect.  The camp environment inherently supports campers while they creatively explore new interests and play with friends new and old.";	
		}
	    if (content == "sasummercampstaff")
		{
			x.innerHTML="Summer camp counselors are very special people in the lives of campers.<br /><br />So at CDI/CDC we don't cut any corners. Our summer camp staff consists of professional teachers and child development experts who have a passion and amazing talent for working with kids.<br /><br />Working year-round these employees develop amazing summer programs that are unique and special, and available no place else.<br /><br />Our staff are trained beyond all others! Of course they are CPR / First Aid certified. Most are state licensed and many hold advanced degrees! CDI/CDC summer camp counselors experience on-going training and development programs and an intense Pre-Camp Training, where we roll out a year's worth of planning to create the perfect summer!";	
		}
	  if (content == "sasummercampreg")
	  {
		  x.innerHTML="Registration for camps starts in January. Camp programs fill fast and early bird promotions offer the greatest savings to families who reserve their spots before late-spring.<br /><br />Registration can occur by contacting the center directly or through contacting the regional office. You can also complete our online registration form to save your spot in camp.  Don't worry you don't have to enter any credit card information or even choose your weeks or locations at this time... this form just gets you a spot in line so you don't miss out!<br /><br /><a href=\"inquiry_summer.php\">Register Here Now.</a>";	
	  }
	  if (content == "sasummercampprice")
	  {
		  x.innerHTML="Prices vary by region but all camps run less then $250 / week (Most less then $200/week).<br /><br />Camps include: lunch, snacks, a t-shirt and often include all field trip costs such as entry fees and all transportation fees.";	
	  }
 		if (content == "sahomeworkoview")
 		{
			x.innerHTML="<span id=\"bold\">Need homework help?</span><br /><br /><span id=\"bold\">Do you want to be the next JK Rowling or George Lucas?</span><br /><br /><span id=\"bold\">Are you looking for a place to stretch your mind and your muscles?</span><br /><br />Our school age programs are designed to connect school day learning to real world experiences.<br /><br />Centers provide various opportunities for children to not only complete homework assignments but to also connect concepts in math, science and language arts to every day interests like cooking, drama, and gardening to name a few.";

 		}
 		if (content == "sahomeworkphil")
 		{
			x.innerHTML="Learning is most effective in an environment that supports the experiential process. This process allows children the time and support to progress and master developmental tasks at their own rate of growth.";	
 		}
         if (content == "sahomeworkenv")
		 {
			 x.innerHTML="By creating an environment rich in experience - academic, education, and social enrichment naturally occurs.<br /><br />Staff members participate with the children taking on the role of facilitator or \"guide on the side\" to support their learning based on emerging interests and enhancing the environment.";	
		 }
         if (content == "sahomeworkstaff")
		 {
			 x.innerHTML="Our school age programs are led by a core of diverse, knowledgeable, committed staff and enhanced by specialists and volunteers.<br /><br />Our staff are professionals in the field of Child Development, Recreation, and Youth Development.";	
		 }
         if (content == "sahomeworkreg")
		 {
			x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
		 }
		 if (content == "sahomeworkprice")
 		{
			x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";
		 }
 		if (content == "saclubsoview")
		{
			x.innerHTML="<span id=\"bold\">How do you spend your afternoons?</span><br /><br />At CDI/CDC we spend our time in specialized clubs designed just for you.<br /><br />Clubs are based on a combination of child interest &amp; staff talent.<br /><br />Clubs build skills and promote hands-on learning, cooperation &amp; leadership.";	
		 }
 		if (content == "saclubsphil")
 		{
			x.innerHTML="By creating opportunities for children to choose what activities they participate in and have consistent interactions with fellow club members and staff, our clubs model meets developmental needs of children.<br /><br />Clubs are created to support educational enrichment and leisure &amp; life skill development.";	
 		}
 		if (content == "saclubsenv")
		{
			x.innerHTML="Our clubs are fused into the existing school age center environments.<br /><br />Each center has unique interest areas the represent the children, staff, families and community.<br /><br />Diverse materials and enrichments are available to support children's play, learning &amp; discovery.";	
 		}
 		if (content == "saclubsstaff")
 		{
			x.innerHTML="CDI/CDC teachers facilitate clubs based on their personal interests and experiences allowing them to share their expertise with the children.";	
 		}
 		if (content == "saclubsreg")
 		{
			x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
 		}
 		if (content == "saclubsprice")
		{
			x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";
 		}
 		if (content == "sacareoview")
		{
			x.innerHTML="<span id=\"bold\">Are you looking for something fun and exciting to do before and after school?</span><br /><br />Our school age programs provide intentional, enriched experiences on the needs, interests, and skills of children.<br /><br />The school age program is based on research and knowledge of the developmental needs of elementary age children.<br /><br />We believe school age children learn best when given the opportunity to investigate their interests.";	
 		}
 		if (content == "sacarephil")
		{
			x.innerHTML="We believe that the school age years are a valuable time when children develop a balance of work and play.<br /><br />We support the school age child through the creation of curriculum that is based on their interests and abilities.<br /><br />Our curriculum is designed to enrich the child's development while building a strong foundation for the future.";
 		}
 		if (content == "sacareenv")
		{
			x.innerHTML="Our school age environments blend the interests of the children with the talents of the staff to create a supportive community to promote independence.<br /><br />Each center has unique interest areas that represent the children, staff, families and community.<br /><br />Diverse materials and enrichments are available to support children's play, learning &amp; discovery.";
 		}
 		if (content == "sacarestaff")
		{
			x.innerHTML="Our school age programs are led by a core of diverse, knowledgeable, committed staff and enhanced by specialists and volunteers.<br /><br />Our staff are professionals in the field of Child Development, Recreation, and Youth Development.";
 		}
		 if (content == "sacarereg")
		 {
			x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
		 }
 		if (content == "sacareprice")
		{
			x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";

 		}
 		if (content == "tksummercampoview")
		{
			x.innerHTML="Child Development Centers has designed the Camp Jr. K program to partner with children and families to make the transition to Kindergarten as smooth as possible. Based on studies identifying the factors that lead to successful kindergarten readiness, our curriculum includes a balance of English Language Arts, Math, Science, Social-Emotional, Self-Regulation, and Motor skill development activities.<br /><br />We also appreciate the role families play in supporting their child's development and have designed sample home activities that connect to the camp curriculum.<br /><br />Families also receive a summary of their child's observed skills and understandings in the curriculum areas and suggestions for next steps in their development.";

 }
 if (content == "tksummercampphil"){
			x.innerHTML="Camp Jr. K was designed to provide an opportunity for children that are entering Kindergarten to have exposure to the expectations of Kindergarten before the first day of school.<br /><br />The program provides a bridge from the California Preschool Learning Foundations to the California Kindergarten Content Standards, with a focus on hands-on academic and social skill activities.";

 }
 if (content == "tksummercampenv"){
			x.innerHTML="Located on elementary school campuses, CDC's are uniquely positioned to support a seamless transition to kindergarten. Our enriched and dynamic environments engage children entering kindergarten in exploration, discovery, and increased skill mastery.";

 }
 if (content == "tksummercampstaff"){
			x.innerHTML="Our experienced and qualified teachers lead our Camp Jr. K classrooms.<br /><br />Our teachers work with you and the Kindergarten teachers on campus to provide a safe and seamless transition for your child and your family.<br /><br />The teachers create a learning environment that strengthens academic skills and  helps children build on their abilities in social interactions.";
			
 }
 if (content == "tksummercampreg"){
			x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";

 }
 if (content == "tksummercampprice"){
			x.innerHTML="Prices vary based on each child's attendance pattern.  Please contact the site near you for complete pricing information.<br /><br /><a href=\"locations.php\">Locations</a>";
 }
 if (content == "psfulldayoview"){
			x.innerHTML="Imagine a Preschool program that fosters every child's natural curiosity and includes a balance of child discovery and teacher guidance<br /><br />A cirriculum that values children for who they are while at the same time challenges them to grow, acquiring specific skills and knowledge by stimulating their thinking and expanding their learning.  Where opportunities are abound for exploration and experimentation and are always accessible in an active safe challenging environment.<br /><br /> A Preschool program where highly skilled teachers are planning curriculum incorporating aspects of the California Kindergarten Content Standards in language, literacy, math, science, social emotional and physical development.<br /><br />";
 }
	  if (content == "psfulldayphil"){
			x.innerHTML="Our full day preschool programs build the foundation for success in Kindergarten and beyond.<br /><br />CDI/CDC's Pre-Kindergarten curriculum incorporates current brain development research, High/Scope Approach, Developmentally Appropriate Practice and Kindergarten content standards.<br /><br />Research studies have consistently shown that children who attend quality preschools will do better in reading and math for their entire school careers.";

	  }
 if (content == "psfulldayenv"){
			x.innerHTML="Staff design inclusive learning environment s and create spaces that foster relationships, investigations, creativity and problem solving in all children.<br /><br />A wide variety of real, natural, found and recycled materials are infused throughout the environment to provoke children's discoveries and provide valuable information for curriculum planning.<br /><br />Our environments are clean, organized, enriched and inviting. Each preschool environment celebrates the uniqueness of every child, staff and family.";
			
 }
 if (content == "psfulldaystaff"){
			x.innerHTML="We employ the highest quality teachers to work with your preschool child.<br /><br />Teachers have both years of experience and fulfill specific State educational related to child development and early learning.<br /><br />Our staff receive on-going professional development related to our program philosophy and current best practices.";

 }
 if (content == "psfulldayreg"){
			x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";

 }
 if (content == "psfulldayprice"){
			x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";

 }
 if (content == "pshalfdayoview"){
			x.innerHTML="Imagine a Preschool program that fosters every child's natural curiosity and includes a balance of child discovery and teacher guidance<br /><br />A cirriculum that values children for who they are while at the same time challenges them to grow, acquiring specific skills and knowledge by stimulating their thinking and expanding their learning.  Where opportunities are abound for exploration and experimentation and are always accessible in an active safe challenging environment.<br /><br /> A Preschool program where highly skilled teachers are planning curriculum incorporating aspects of the California Kindergarten Content Standards in language, literacy, math, science, social emotional and physical development.<br /><br />";
 }
 if (content == "pshalfdayphil"){
			x.innerHTML="Our full day preschool programs build the foundation for success in Kindergarten and beyond.<br /><br />CDI/CDC's Pre-Kindergarten curriculum incorporates current brain development research, High/Scope Approach, Developmentally Appropriate Practice and Kindergarten content standards.<br /><br />Research studies have consistently shown that children who attend quality preschools will do better in reading and math for their entire school careers.";
 }
      if (content == "pshalfdayenv"){
			x.innerHTML="Staff design inclusive learning environment s and create spaces that foster relationships, investigations, creativity and problem solving in all children.<br /><br />A wide variety of real, natural, found and recycled materials are infused throughout the environment to provoke children's discoveries and provide valuable information for curriculum planning.<br /><br />Our environments are clean, organized, enriched and inviting. Each preschool environment celebrates the uniqueness of every child, staff and family.";
	  }
      if (content == "pshalfdaystaff"){
			x.innerHTML="We employ the highest quality teachers to work with your preschool child.<br /><br />Teachers have both years of experience and fulfill specific State educational related to child development and early learning.<br /><br />Our staff receive on-going professional development related to our program philosophy and current best practices.";

	  }
       if (content == "pshalfdayreg"){
			x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
		 }
 if (content == "pshalfdayprice"){
			x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";
 }
 if (content == "ithalfdayoview"){
			x.innerHTML="Families and program staff partner for optimal care.<br /><br />Young children are unique individuals with varying temperaments, rates of development and interests.<br /><br />Young children are curious, motivated learners and also dependent upon adults for nurturance, support and guidance.<br /><br />They need to be both respected as learners, and protected in their vulnerability.";
 }
 if (content == "ithalfdayphil"){
			x.innerHTML="Our infant/toddler programs implement the philosophical approach of West Ed's Program for Infant Toddler Care (PITC).<br /><br />The Program for Infant Toddler Care approach provides us with a framework of quality care that is based on sound child development and family research.";
 }
 if (content == "ithalfdayenv"){
			x.innerHTML="Staff provide intimate settings in each classroom to facilitate relationship building and to encourage choice, problem solving, and discoveries in the process of learning.<br /><br />Our nurturing and educated staff plan and prepare a learning environment which fosters children's initiative, active exploration with materials and engagement with other children and adults.";
 }
 if (content == "ithalfdaystaff"){
			x.innerHTML="Each child has a Primary Caregiver who responds to the child by learning that child's unique needs during feeding, toileting, and napping routines and who stays with the child until the child is at least 3 years of age.<br /><br />We work together with families to establish reciprocal, authentic relationship and to develop partnerships that are respectful of each child's home culture and language.";
 }
 if (content == "ithalfdayreg"){
			x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
 }
 if (content == "ithalfdayprice"){
			x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry Form</a>";
 }
 if (content == "itfulldayoview"){
			x.innerHTML="Families and program staff partner for optimal care.<br /><br />Young children are unique individuals with varying temperaments, rates of development and interests.<br /><br />Young children are curious, motivated learners and also dependent upon adults for nurturance, support and guidance.<br /><br />They need to be both respected as learners, and protected in their vulnerability.";
 }
 if (content == "itfulldayphil"){
			x.innerHTML="Our infant/toddler programs implement the philosophical approach of West Ed's Program for Infant Toddler Care (PITC).<br /><br />The Program for Infant Toddler Care approach provides us with a framework of quality care that is based on sound child development and family research.";
 }
 if (content == "itfulldayenv"){
			x.innerHTML="Staff provide intimate settings in each classroom to facilitate relationship building and to encourage choice, problem solving, and discoveries in the process of learning.<br /><br />Our nurturing and educated staff plan and prepare a learning environment which fosters children's initiative, active exploration with materials and engagement with other children and adults.";
 }
 if (content == "itfulldaystaff"){
			x.innerHTML="Each child has a Primary Caregiver who responds to the child by learning that child's unique needs during feeding, toileting, and napping routines and who stays with the child until the child is at least 3 years of age.<br /><br />We work together with families to establish reciprocal, authentic relationship and to develop partnerships that are respectful of each child's home culture and language.";
 }
 if (content == "itfulldayreg"){
			x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
 }
      if (content == "itfulldayprice"){
			x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";
	  }
	  
	}
	else{
		
		var x = document.getElementById('programsContentParagraph')
	if (content == "sasummercampoview")
	{
		clearElements('programsContentParagraph');
		var elementAdd;
		var elementText;
		elementAdd = document.createElement('span');
		elementAdd.id="boldunderline";
		elementText = document.createTextNode("Serious hands on fun!");
		elementAdd.appendChild(elementText);
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		elementAdd = document.createTextNode("Traditional campy activities like skits, songs, games, sports, swimming and arts and crafts are side-by-side with today's hottest topics.  Plus our field trips take kids to all the best local places.");
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		x.appendChild(document.createElement('br'));
		elementAdd = document.createTextNode("Each week offers campers a choice to focus on popular topics such as:");
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		elementAdd = document.createElement('ul');
		elementAdd.id="listnone";
		var list_1 = document.createElement('li');
		list_1.appendChild(document.createTextNode("Science Camps and Technology Camps"));
		elementAdd.appendChild(list_1);
		var list_2 = document.createElement('li');
		list_2.appendChild(document.createTextNode("Pottery and Art Camps"));
		elementAdd.appendChild(list_2);
		var list_3 = document.createElement('li');
		list_3.appendChild(document.createTextNode("Culinary Camps"));
		elementAdd.appendChild(list_3);
		var list_4 = document.createElement('li');
		list_4.appendChild(document.createTextNode("Sports Camps and Fitness Camps with Yoga and Dance."));
		elementAdd.appendChild(list_4);
		var list_5 = document.createElement('li');
		list_5.appendChild(document.createTextNode("Theatre Camps for Drama and Acting"));
		elementAdd.appendChild(list_5);
		var list_6 = document.createElement('li');
		list_6.appendChild(document.createTextNode("Nature Study Camps and World Culture Camps"));
		elementAdd.appendChild(list_6);
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		x.appendChild(document.createElement('br'));
		}
        if (content == "sasummercampphil")
		{
		clearElements('programsContentParagraph');
		var elementAdd;
		var elementText;
		elementAdd = document.createTextNode("Summer camp experiences at CDI support a myriad of life and career skills which have been determined by the Partnership for 21st Century Skills to be essential for youth today:");
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		elementAdd = document.createElement('ul');
		elementAdd.id="listnone";
		var list_1 = document.createElement('li');
		list_1.appendChild(document.createTextNode("Flexibility and Adaptability"));
		elementAdd.appendChild(list_1);
		var list_2 = document.createElement('li');
		list_2.appendChild(document.createTextNode("Initiative and Self-Direction"));
		elementAdd.appendChild(list_2);
		var list_3 = document.createElement('li');
		list_3.appendChild(document.createTextNode("Social Skills"));
		elementAdd.appendChild(list_3);
		var list_4 = document.createElement('li');
		list_4.appendChild(document.createTextNode("Leadership and Responsibility"));
		elementAdd.appendChild(list_4);
		x.appendChild(elementAdd);
		x.appendChild(document.createElement('br'));
		elementAdd = document.createTextNode("In addition, the 21st Century Skills Framework calls out the critical nature of Learning skills and Innovation skills which are abundantly supported through our camps.");
		x.appendChild(elementAdd);
		}
         if (content == "sasummercampenv")
		 {
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("CDI/CDC camps happen in the comfort of safety of our very own Elementary School campuses and with full access to our youth center buildings and all the materials within.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Campers spend much of the day enjoying the park like settings outdoors, with water play, craft areas, nature exploration, and plenty of sports and games on our well maintained vast fields and sport courts.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("We offer specialty programs in Technology utilizing our tech labs, pottery in locations where we have wheels and kilns, and even Culinary Camps utilizing our well stocked kitchens.  Plus air conditioned lounge areas where they can play with favorite toys such as a Wii or Kinect.  The camp environment inherently supports campers while they creatively explore new interests and play with friends new and old.");
			x.appendChild(elementAdd);
		}
	    if (content == "sasummercampstaff")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Summer camp counselors are very special people in the lives of campers.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("So at CDI/CDC we don't cut any corners. Our summer camp staff consists of professional teachers and child development experts who have a passion and amazing talent for working with kids.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Working year-round these employees develop amazing summer programs that are unique and special, and available no place else.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our staff are trained beyond all others! Of course they are CPR / First Aid certified. Most are state licensed and many hold advanced degrees! CDI/CDC summer camp counselors experience on-going training and development programs and an intense Pre-Camp Training, where we roll out a year's worth of planning to create the perfect summer!");
			x.appendChild(elementAdd);
		}
	  if (content == "sasummercampreg")
	  {
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration for camps starts in January. Camp programs fill fast and early bird promotions offer the greatest savings to families who reserve their spots before late-spring.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Registration can occur by contacting the center directly or through contacting the regional office. You can also complete our online registration form to save your spot in camp.  Don't worry you don't have to enter any credit card information or even choose your weeks or locations at this time... this form just gets you a spot in line so you don't miss out!");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="inquiry_summer.php";
			elementText = document.createTextNode("Register Here Now.");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
	  }
	  if (content == "sasummercampprice")
	  {
		  	clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Prices vary by region but all camps run less then $250 / week (Most less then $200/week).");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Camps include: lunch, snacks, a t-shirt and often include all field trip costs such as entry fees and all transportation fees.");
			x.appendChild(elementAdd);
	  }
 		if (content == "sahomeworkoview")
 		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createElement('span');
			elementAdd.id="bold";
			elementText = document.createTextNode("Need homework help?");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('span');
			elementAdd.id="bold";
			elementText = document.createTextNode("Do you want to be the next JK Rowling or George Lucas?");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('span');
			elementAdd.id="bold";
			elementText = document.createTextNode("Are you looking for a place to stretch your mind and your muscles?");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our school age programs are designed to connect school day learning to real world experiences.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Centers provide various opportunities for children to not only complete homework assignments but to also connect concepts in math, science and language arts to every day interests like cooking, drama, and gardening to name a few.");
			x.appendChild(elementAdd);

 		}
 		if (content == "sahomeworkphil")
 		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Learning is most effective in an environment that supports the experiential process. This process allows children the time and support to progress and master developmental tasks at their own rate of growth.");
			x.appendChild(elementAdd);
 		}
         if (content == "sahomeworkenv")
		 {
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("By creating an environment rich in experience - academic, education, and social enrichment naturally occurs.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Staff members participate with the children taking on the role of facilitator or \"guide on the side\" to support their learning based on emerging interests and enhancing the environment.");
			x.appendChild(elementAdd);
		 }
         if (content == "sahomeworkstaff")
		 {
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our school age programs are led by a core of diverse, knowledgeable, committed staff and enhanced by specialists and volunteers.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our staff are professionals in the field of Child Development, Recreation, and Youth Development.");
			x.appendChild(elementAdd);
		 }
         if (content == "sahomeworkreg")
		 {
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
		 }
		 if (content == "sahomeworkprice")
 		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="contact.php";
			elementText = document.createTextNode("Contact Page");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("You may also complete our inquiry form to receive information about the centers in your neighborhood.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="inquiry.php";
			elementText = document.createTextNode("Inquiry form");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
		 }
 		if (content == "saclubsoview")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createElement('span');
			elementAdd.id="bold";
			elementText = document.createTextNode("How do you spend your afternoons?");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("At CDI/CDC we spend our time in specialized clubs designed just for you.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Clubs are based on a combination of child interest & staff talent.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Clubs build skills and promote hands-on learning, cooperation & leadership.");
			x.appendChild(elementAdd);
		 }
 		if (content == "saclubsphil")
 		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("By creating opportunities for children to choose what activities they participate in and have consistent interactions with fellow club members and staff, our clubs model meets developmental needs of children.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Clubs are created to support educational enrichment and leisure & life skill development.");
			x.appendChild(elementAdd);
 		}
 		if (content == "saclubsenv")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our clubs are fused into the existing school age center environments.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Each center has unique interest areas the represent the children, staff, families and community.");
			x.appendChild(elementAdd);			
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Diverse materials and enrichments are available to support children's play, learning & discovery.");
			x.appendChild(elementAdd);
 		}
 		if (content == "saclubsstaff")
 		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("CDI/CDC teachers facilitate clubs based on their personal interests and experiences allowing them to share their expertise with the children.");
			x.appendChild(elementAdd);
 		}
 		if (content == "saclubsreg")
 		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 		}
 		if (content == "saclubsprice")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="contact.php";
			elementText = document.createTextNode("Contact Page");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("You may also complete our inquiry form to receive information about the centers in your neighborhood.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="inquiry.php";
			elementText = document.createTextNode("Inquiry form");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 		}
 		if (content == "sacareoview")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createElement('span');
			elementAdd.id="bold";
			elementText = document.createTextNode("Are you looking for something fun and exciting to do before and after school?");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our school age programs provide intentional, enriched experiences on the needs, interests, and skills of children.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("The school age program is based on research and knowledge of the developmental needs of elementary age children.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("We believe school age children learn best when given the opportunity to investigate their interests.");
			x.appendChild(elementAdd);
			
 		}
 		if (content == "sacarephil")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("We believe that the school age years are a valuable time when children develop a balance of work and play.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("We support the school age child through the creation of curriculum that is based on their interests and abilities.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our curriculum is designed to enrich the child's development while building a strong foundation for the future.");
			x.appendChild(elementAdd);
 		}
 		if (content == "sacareenv")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our school age environments blend the interests of the children with the talents of the staff to create a supportive community to promote independence.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Each center has unique interest areas that represent the children, staff, families and community.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Diverse materials and enrichments are available to support children's play, learning & discovery.");
			x.appendChild(elementAdd);
 		}
 		if (content == "sacarestaff")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our school age programs are led by a core of diverse, knowledgeable, committed staff and enhanced by specialists and volunteers.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our staff are professionals in the field of Child Development, Recreation, and Youth Development.");
			x.appendChild(elementAdd);
 		}
		 if (content == "sacarereg")
		 {
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="summercamp_locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
		 }
 		if (content == "sacareprice")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="contact.php";
			elementText = document.createTextNode("Contact Page");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("You may also complete our inquiry form to receive information about the centers in your neighborhood.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="inquiry.php";
			elementText = document.createTextNode("Inquiry form");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 		}
 		if (content == "tksummercampoview")
		{
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Child Development Centers has designed the Camp Jr. K program to partner with children and families to make the transition to Kindergarten as smooth as possible. Based on studies identifying the factors that lead to successful kindergarten readiness, our curriculum includes a balance of English Language Arts, Math, Science, Social-Emotional, Self-Regulation, and Motor skill development activities.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("We also appreciate the role families play in supporting their child's development and have designed sample home activities that connect to the camp curriculum.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Families also receive a summary of their child's observed skills and understandings in the curriculum areas and suggestions for next steps in their development.");
			x.appendChild(elementAdd);
 }
 if (content == "tksummercampphil"){
			//x.innerHTML="Camp Jr. K was designed to provide an opportunity for children that are entering Kindergarten to have exposure to the expectations of Kindergarten before the first day of school.<br /><br />The program provides a bridge from the California Preschool Learning Foundations to the California Kindergarten Content Standards, with a focus on hands-on academic and social skill activities.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Camp Jr. K was designed to provide an opportunity for children that are entering Kindergarten to have exposure to the expectations of Kindergarten before the first day of school.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("The program provides a bridge from the California Preschool Learning Foundations to the California Kindergarten Content Standards, with a focus on hands-on academic and social skill activities.");
			x.appendChild(elementAdd);
 }
 if (content == "tksummercampenv"){
			//x.innerHTML="Located on elementary school campuses, CDC's are uniquely positioned to support a seamless transition to kindergarten. Our enriched and dynamic environments engage children entering kindergarten in exploration, discovery, and increased skill mastery.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Located on elementary school campuses, CDC's are uniquely positioned to support a seamless transition to kindergarten. Our enriched and dynamic environments engage children entering kindergarten in exploration, discovery, and increased skill mastery.");
			x.appendChild(elementAdd);
 }
 if (content == "tksummercampstaff"){
			//x.innerHTML="Our experienced and qualified teachers lead our Camp Jr. K classrooms.<br /><br />Our teachers work with you and the Kindergarten teachers on campus to provide a safe and seamless transition for your child and your family.<br /><br />The teachers create a learning environment that strengthens academic skills and  helps children build on their abilities in social interactions.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our experienced and qualified teachers lead our Camp Jr. K classrooms.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our teachers work with you and the Kindergarten teachers on campus to provide a safe and seamless transition for your child and your family.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("The teachers create a learning environment that strengthens academic skills and  helps children build on their abilities in social interactions.");
			x.appendChild(elementAdd);
			
 }
 if (content == "tksummercampreg"){
			//x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 }
 if (content == "tksummercampprice"){
			//x.innerHTML="Prices vary based on each child's attendance pattern.  Please contact the site near you for complete pricing information.<br /><br /><a href=\"locations.php\">Locations</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Prices vary based on each child's attendance pattern.  Please contact the site near you for complete pricing information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 }
 if (content == "psfulldayoview"){
			//x.innerHTML="Imagine a Preschool program that fosters every child's natural curiosity and includes a balance of child discovery and teacher guidance<br /><br />A cirriculum that values children for who they are while at the same time challenges them to grow, acquiring specific skills and knowledge by stimulating their thinking and expanding their learning.  Where opportunities are abound for exploration and experimentation and are always accessible in an active safe challenging environment.<br /><br /> A Preschool program where highly skilled teachers are planning curriculum incorporating aspects of the California Kindergarten Content Standards in language, literacy, math, science, social emotional and physical development.<br /><br />";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Imagine a Preschool program that fosters every child's natural curiosity and includes a balance of child discovery and teacher guidance");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("A cirriculum that values children for who they are while at the same time challenges them to grow, acquiring specific skills and knowledge by stimulating their thinking and expanding their learning.  Where opportunities are abound for exploration and experimentation and are always accessible in an active safe challenging environment.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("A Preschool program where highly skilled teachers are planning curriculum incorporating aspects of the California Kindergarten Content Standards in language, literacy, math, science, social emotional and physical development.");
			x.appendChild(elementAdd);
 }
	  if (content == "psfulldayphil"){
			//x.innerHTML="Our full day preschool programs build the foundation for success in Kindergarten and beyond.<br /><br />CDI/CDC's Pre-Kindergarten curriculum incorporates current brain development research, High/Scope Approach, Developmentally Appropriate Practice and Kindergarten content standards.<br /><br />Research studies have consistently shown that children who attend quality preschools will do better in reading and math for their entire school careers.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our full day preschool programs build the foundation for success in Kindergarten and beyond.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("CDI/CDC's Pre-Kindergarten curriculum incorporates current brain development research, High/Scope Approach, Developmentally Appropriate Practice and Kindergarten content standards.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Research studies have consistently shown that children who attend quality preschools will do better in reading and math for their entire school careers.");
			x.appendChild(elementAdd);
	  }
 if (content == "psfulldayenv"){
			//x.innerHTML="Staff design inclusive learning environment s and create spaces that foster relationships, investigations, creativity and problem solving in all children.<br /><br />A wide variety of real, natural, found and recycled materials are infused throughout the environment to provoke children's discoveries and provide valuable information for curriculum planning.<br /><br />Our environments are clean, organized, enriched and inviting. Each preschool environment celebrates the uniqueness of every child, staff and family.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Staff design inclusive learning environment s and create spaces that foster relationships, investigations, creativity and problem solving in all children.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("A wide variety of real, natural, found and recycled materials are infused throughout the environment to provoke children's discoveries and provide valuable information for curriculum planning.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our environments are clean, organized, enriched and inviting. Each preschool environment celebrates the uniqueness of every child, staff and family.");
			x.appendChild(elementAdd);
 }
 if (content == "psfulldaystaff"){
			//x.innerHTML="We employ the highest quality teachers to work with your preschool child.<br /><br />Teachers have both years of experience and fulfill specific State educational related to child development and early learning.<br /><br />Our staff receive on-going professional development related to our program philosophy and current best practices.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("We employ the highest quality teachers to work with your preschool child.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Teachers have both years of experience and fulfill specific State educational related to child development and early learning.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our staff receive on-going professional development related to our program philosophy and current best practices.");
			x.appendChild(elementAdd);
 }
 if (content == "psfulldayreg"){
			//x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 }
 if (content == "psfulldayprice"){
			//x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="contact.php";
			elementText = document.createTextNode("Contact Page");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("You may also complete our inquiry form to receive information about the centers in your neighborhood.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="inquiry.php";
			elementText = document.createTextNode("Inquiry form");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 }
 if (content == "pshalfdayoview"){
			//x.innerHTML="Imagine a Preschool program that fosters every child's natural curiosity and includes a balance of child discovery and teacher guidance<br /><br />A cirriculum that values children for who they are while at the same time challenges them to grow, acquiring specific skills and knowledge by stimulating their thinking and expanding their learning.  Where opportunities are abound for exploration and experimentation and are always accessible in an active safe challenging environment.<br /><br /> A Preschool program where highly skilled teachers are planning curriculum incorporating aspects of the California Kindergarten Content Standards in language, literacy, math, science, social emotional and physical development.<br /><br />";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Imagine a Preschool program that fosters every child's natural curiosity and includes a balance of child discovery and teacher guidance");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("A cirriculum that values children for who they are while at the same time challenges them to grow, acquiring specific skills and knowledge by stimulating their thinking and expanding their learning.  Where opportunities are abound for exploration and experimentation and are always accessible in an active safe challenging environment.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("A Preschool program where highly skilled teachers are planning curriculum incorporating aspects of the California Kindergarten Content Standards in language, literacy, math, science, social emotional and physical development.");
			x.appendChild(elementAdd);
 }
 if (content == "pshalfdayphil"){
			//x.innerHTML="Our full day preschool programs build the foundation for success in Kindergarten and beyond.<br /><br />CDI/CDC's Pre-Kindergarten curriculum incorporates current brain development research, High/Scope Approach, Developmentally Appropriate Practice and Kindergarten content standards.<br /><br />Research studies have consistently shown that children who attend quality preschools will do better in reading and math for their entire school careers.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our full day preschool programs build the foundation for success in Kindergarten and beyond.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("CDI/CDC's Pre-Kindergarten curriculum incorporates current brain development research, High/Scope Approach, Developmentally Appropriate Practice and Kindergarten content standards.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Research studies have consistently shown that children who attend quality preschools will do better in reading and math for their entire school careers.");
			x.appendChild(elementAdd);
 }
      if (content == "pshalfdayenv"){
			//x.innerHTML="Staff design inclusive learning environment s and create spaces that foster relationships, investigations, creativity and problem solving in all children.<br /><br />A wide variety of real, natural, found and recycled materials are infused throughout the environment to provoke children's discoveries and provide valuable information for curriculum planning.<br /><br />Our environments are clean, organized, enriched and inviting. Each preschool environment celebrates the uniqueness of every child, staff and family.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Staff design inclusive learning environment s and create spaces that foster relationships, investigations, creativity and problem solving in all children.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("A wide variety of real, natural, found and recycled materials are infused throughout the environment to provoke children's discoveries and provide valuable information for curriculum planning.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our environments are clean, organized, enriched and inviting. Each preschool environment celebrates the uniqueness of every child, staff and family.");
			x.appendChild(elementAdd);
	  }
      if (content == "pshalfdaystaff"){
			//x.innerHTML="We employ the highest quality teachers to work with your preschool child.<br /><br />Teachers have both years of experience and fulfill specific State educational related to child development and early learning.<br /><br />Our staff receive on-going professional development related to our program philosophy and current best practices.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("We employ the highest quality teachers to work with your preschool child.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Teachers have both years of experience and fulfill specific State educational related to child development and early learning.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our staff receive on-going professional development related to our program philosophy and current best practices.");
			x.appendChild(elementAdd);
	  }
         if (content == "pshalfdayreg"){
			//x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
		 }
 if (content == "pshalfdayprice"){
			//x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="contact.php";
			elementText = document.createTextNode("Contact Page");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("You may also complete our inquiry form to receive information about the centers in your neighborhood.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="inquiry.php";
			elementText = document.createTextNode("Inquiry form");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 }
 if (content == "ithalfdayoview"){
			//x.innerHTML="Families and program staff partner for optimal care.<br /><br />Young children are unique individuals with varying temperaments, rates of development and interests.<br /><br />Young children are curious, motivated learners and also dependent upon adults for nurturance, support and guidance.<br /><br />They need to be both respected as learners, and protected in their vulnerability.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Families and program staff partner for optimal care.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Young children are unique individuals with varying temperaments, rates of development and interests.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Young children are curious, motivated learners and also dependent upon adults for nurturance, support and guidance.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("They need to be both respected as learners, and protected in their vulnerability.");
			x.appendChild(elementAdd);
 }
 if (content == "ithalfdayphil"){
			//x.innerHTML="Our infant/toddler programs implement the philosophical approach of West Ed's Program for Infant Toddler Care (PITC).<br /><br />The Program for Infant Toddler Care approach provides us with a framework of quality care that is based on sound child development and family research.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our infant/toddler programs implement the philosophical approach of West Ed's Program for Infant Toddler Care (PITC).");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("The Program for Infant Toddler Care approach provides us with a framework of quality care that is based on sound child development and family research.");
			x.appendChild(elementAdd);
 }
 if (content == "ithalfdayenv"){
			//x.innerHTML="Staff provide intimate settings in each classroom to facilitate relationship building and to encourage choice, problem solving, and discoveries in the process of learning.<br /><br />Our nurturing and educated staff plan and prepare a learning environment which fosters children's initiative, active exploration with materials and engagement with other children and adults.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Staff provide intimate settings in each classroom to facilitate relationship building and to encourage choice, problem solving, and discoveries in the process of learning.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our nurturing and educated staff plan and prepare a learning environment which fosters children's initiative, active exploration with materials and engagement with other children and adults.");
			x.appendChild(elementAdd);
 }
 if (content == "ithalfdaystaff"){
			//x.innerHTML="Each child has a Primary Caregiver who responds to the child by learning that child's unique needs during feeding, toileting, and napping routines and who stays with the child until the child is at least 3 years of age.<br /><br />We work together with families to establish reciprocal, authentic relationship and to develop partnerships that are respectful of each child's home culture and language.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Each child has a Primary Caregiver who responds to the child by learning that child's unique needs during feeding, toileting, and napping routines and who stays with the child until the child is at least 3 years of age.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("We work together with families to establish reciprocal, authentic relationship and to develop partnerships that are respectful of each child's home culture and language.");
			x.appendChild(elementAdd);
 }
 if (content == "ithalfdayreg"){
			//x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 }
 if (content == "ithalfdayprice"){
			//x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry Form</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="contact.php";
			elementText = document.createTextNode("Contact Page");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("You may also complete our inquiry form to receive information about the centers in your neighborhood.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="inquiry.php";
			elementText = document.createTextNode("Inquiry form");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 }
 if (content == "itfulldayoview"){
			//x.innerHTML="Families and program staff partner for optimal care.<br /><br />Young children are unique individuals with varying temperaments, rates of development and interests.<br /><br />Young children are curious, motivated learners and also dependent upon adults for nurturance, support and guidance.<br /><br />They need to be both respected as learners, and protected in their vulnerability.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Families and program staff partner for optimal care.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Young children are unique individuals with varying temperaments, rates of development and interests.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Young children are curious, motivated learners and also dependent upon adults for nurturance, support and guidance.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("They need to be both respected as learners, and protected in their vulnerability.");
			x.appendChild(elementAdd);
 }
 if (content == "itfulldayphil"){
			//x.innerHTML="Our infant/toddler programs implement the philosophical approach of West Ed's Program for Infant Toddler Care (PITC).<br /><br />The Program for Infant Toddler Care approach provides us with a framework of quality care that is based on sound child development and family research.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Our infant/toddler programs implement the philosophical approach of West Ed's Program for Infant Toddler Care (PITC).");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("The Program for Infant Toddler Care approach provides us with a framework of quality care that is based on sound child development and family research.");
			x.appendChild(elementAdd);
 }
 if (content == "itfulldayenv"){
			//x.innerHTML="Staff provide intimate settings in each classroom to facilitate relationship building and to encourage choice, problem solving, and discoveries in the process of learning.<br /><br />Our nurturing and educated staff plan and prepare a learning environment which fosters children's initiative, active exploration with materials and engagement with other children and adults.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Staff provide intimate settings in each classroom to facilitate relationship building and to encourage choice, problem solving, and discoveries in the process of learning.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("Our nurturing and educated staff plan and prepare a learning environment which fosters children's initiative, active exploration with materials and engagement with other children and adults.");
			x.appendChild(elementAdd);
 }
 if (content == "itfulldaystaff"){
			//x.innerHTML="Each child has a Primary Caregiver who responds to the child by learning that child's unique needs during feeding, toileting, and napping routines and who stays with the child until the child is at least 3 years of age.<br /><br />We work together with families to establish reciprocal, authentic relationship and to develop partnerships that are respectful of each child's home culture and language.";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Each child has a Primary Caregiver who responds to the child by learning that child's unique needs during feeding, toileting, and napping routines and who stays with the child until the child is at least 3 years of age.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("We work together with families to establish reciprocal, authentic relationship and to develop partnerships that are respectful of each child's home culture and language.");
			x.appendChild(elementAdd);
 }
 if (content == "itfulldayreg"){
			//x.innerHTML="Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.<br /><br /><a href=\"locations.php\">Locations</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Registration is done on-site for all children.  Use our Location Finder tool to find the location closest to you for more information.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="locations.php";
			elementText = document.createTextNode("Locations");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
 }
      if (content == "itfulldayprice"){
			//x.innerHTML="Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.<br /><br /><a href=\"contact.php\">Contact Page</a><br /><br />You may also complete our inquiry form to receive information about the centers in your neighborhood.<br /><br /><a href=\"inquiry.php\">Inquiry form</a>";
			clearElements('programsContentParagraph');
			var elementAdd;
			var elementText;
			elementAdd = document.createTextNode("Pricing varies by center. Financial Assistance may be available. Please contact the regional office nearest you.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="contact.php";
			elementText = document.createTextNode("Contact Page");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createTextNode("You may also complete our inquiry form to receive information about the centers in your neighborhood.");
			x.appendChild(elementAdd);
			x.appendChild(document.createElement('br'));
			x.appendChild(document.createElement('br'));
			elementAdd = document.createElement('a');
			elementAdd.href="inquiry.php";
			elementText = document.createTextNode("Inquiry form");
			elementAdd.appendChild(elementText);
			x.appendChild(elementAdd);
	  }
	}
}
