/* myPageName from custom.js */
/* changeClass(anElement, theClass) */

switch(myPageName) {
	
	//0-0
	case "Default.aspx":
		changeClass("home", "topSectionOn");
		break;
		
	//0-0
	case "":
		changeClass("home", "topSectionOn");
		break;
		
	//1-0
	case "about-geodon.aspx":
		displayBlock("about-geodon-section");
		changeClass("about-geodon", "topSectionOn");
		break;
	//1-1
	case "geodon-for-bipolar-disorder.aspx":
		displayBlock("about-geodon-section");
		changeClass("geodon-for-bipolar-disorder", "sectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		break;
	//1-2
	case "geodon-for-schizophrenia.aspx":
		displayBlock("about-geodon-section");
		changeClass("geodon-for-schizophrenia", "sectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		break;
	//1-3
	case "side-effects.aspx":
		displayBlock("about-geodon-section");
		changeClass("side-effects", "sectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		break;
	//1-4
	case "is-geodon-right-for-you.aspx":
		displayBlock("about-geodon-section");
		changeClass("is-geodon-right-for-you", "sectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		break;
	//1-5
	case "what-to-expect-with-geodon.aspx":
		displayBlock("about-geodon-section");
		displayBlock("what-to-expect-with-geodon-subsection");
		changeClass("what-to-expect-with-geodon", "sectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		break;
	//1-5-1
	case "consider-talk-therapy.aspx":
		displayBlock("about-geodon-section");
		displayBlock("what-to-expect-with-geodon-subsection");
		changeClass("consider-talk-therapy", "subSectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		changeClass("what-to-expect-with-geodon", "sectionOffInSub");
		break;
	//1-6
	case "achieving-success-with-geodon.aspx":
		displayBlock("about-geodon-section");
		displayBlock("achieving-success-with-geodon-subsection");
		changeClass("achieving-success-with-geodon", "sectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		break;
	//1-6-1
	case "bipolar-disorder-working-with-your-doctor.aspx":
		displayBlock("about-geodon-section");
		displayBlock("achieving-success-with-geodon-subsection");
		changeClass("bipolar-disorder-working-with-your-doctor", "subSectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		changeClass("achieving-success-with-geodon", "sectionOffInSub");
		break;
	//1-6-2
	case "schizophrenia-working-with-your-doctor.aspx":
		displayBlock("about-geodon-section");
		displayBlock("achieving-success-with-geodon-subsection");
		changeClass("schizophrenia-working-with-your-doctor", "subSectionOn");
		changeClass("about-geodon", "topSectionOffInSection");
		changeClass("achieving-success-with-geodon", "sectionOffInSub");
		break;
		
	//2-0
	case "about-bipolar-disorder.aspx":
		displayBlock("about-bipolar-disorder-section");
		changeClass("about-bipolar-disorder", "topSectionOn");
		break;
	//2-1
	case "what-is-bipolar-disorder.aspx":
		displayBlock("about-bipolar-disorder-section");
		displayBlock("what-is-bipolar-disorder-subsection");
		changeClass("what-is-bipolar-disorder", "sectionOn");
		changeClass("about-bipolar-disorder", "topSectionOffInSection");
		break;
	//2-1-1
	case "who-is-affected-by-bipolar-disorder.aspx":
		displayBlock("about-bipolar-disorder-section");
		displayBlock("what-is-bipolar-disorder-subsection");
		changeClass("who-is-affected-by-bipolar-disorder", "subSectionOn");
		changeClass("about-bipolar-disorder", "topSectionOffInSection");
		changeClass("what-is-bipolar-disorder", "sectionOffInSub");
		break;
	//2-2
	case "recognizing-episodes.aspx":
		displayBlock("about-bipolar-disorder-section");
		changeClass("recognizing-episodes", "sectionOn");
		changeClass("about-bipolar-disorder", "topSectionOffInSection");
		break;
	//2-3
	case "getting-a-correct-diagnosis-bipolar.aspx":
		displayBlock("about-bipolar-disorder-section");
		changeClass("getting-a-correct-diagnosis-bipolar", "sectionOn");
		changeClass("about-bipolar-disorder", "topSectionOffInSection");
		break;
		
	//3-0
	case "about-schizophrenia.aspx":
		displayBlock("about-schizophrenia-section");
		changeClass("about-schizophrenia", "topSectionOn");
		break;
	//3-1
	case "what-is-schizophrenia.aspx":
		displayBlock("about-schizophrenia-section");
		displayBlock("what-is-schizophrenia-subsection");
		changeClass("what-is-schizophrenia", "sectionOn");
		changeClass("about-schizophrenia", "topSectionOffInSection");
		break;
	//3-1-1
	case "who-is-affected-by-schizophrenia.aspx":
		displayBlock("about-schizophrenia-section");
		displayBlock("what-is-schizophrenia-subsection");
		changeClass("who-is-affected-by-schizophrenia", "subSectionOn");
		changeClass("about-schizophrenia", "topSectionOffInSection");
		changeClass("what-is-schizophrenia", "sectionOffInSub");
		break;
	//3-2
	case "recognizing-symptoms.aspx":
		displayBlock("about-schizophrenia-section");
		changeClass("recognizing-symptoms", "sectionOn");
		changeClass("about-schizophrenia", "topSectionOffInSection");
		break;
	//3-3
	case "getting-a-correct-diagnosis-schizophrenia.aspx":
		displayBlock("about-schizophrenia-section");
		changeClass("getting-a-correct-diagnosis-schizophrenia", "sectionOn");
		changeClass("about-schizophrenia", "topSectionOffInSection");
		break;
		
	//4-0
	case "for-family-and-friends.aspx":
		displayBlock("for-family-friends-section");
		changeClass("for-family-friends", "topSectionOn");
		break;
	//4-1
	case "helping-people-with-bipolar-disorder.aspx":
		displayBlock("for-family-friends-section");
		changeClass("helping-people-with-bipolar-disorder", "sectionOn");
		changeClass("for-family-friends", "topSectionOffInSection");
		break;
	//4-2
	case "helping-people-with-schizophrenia.aspx":
		displayBlock("for-family-friends-section");
		changeClass("helping-people-with-schizophrenia", "sectionOn");
		changeClass("for-family-friends", "topSectionOffInSection");
		break;
	//4-3
	case "working-with-the-doctor.aspx":
		displayBlock("for-family-friends-section");
		changeClass("working-with-the-doctor", "sectionOn");
		changeClass("for-family-friends", "topSectionOffInSection");
		break;
	//4-4
	case "taking-care-of-yourself.aspx":
		displayBlock("for-family-friends-section");
		displayBlock("taking-care-of-yourself-subsection");
		changeClass("taking-care-of-yourself", "sectionOn");
		changeClass("for-family-friends", "topSectionOffInSection");
		break;
	//4-4-1
	case "coping-with-the-stress.aspx":
		displayBlock("for-family-friends-section");
		displayBlock("taking-care-of-yourself-subsection");
		changeClass("coping-with-the-stress", "subSectionOn");
		changeClass("for-family-friends", "topSectionOffInSection");
		changeClass("taking-care-of-yourself", "sectionOffInSub");
		break;
	//4-4-2
	case "staying-healthy.aspx":
		displayBlock("for-family-friends-section");
		displayBlock("taking-care-of-yourself-subsection");
		changeClass("staying-healthy", "subSectionOn");
		changeClass("for-family-friends", "topSectionOffInSection");
		changeClass("taking-care-of-yourself", "sectionOffInSub");
		break;
		
	//5-0
	case "tools-and-resources.aspx":
		displayBlock("tools-and-resources-section");
		changeClass("tools-and-resources", "topSectionOn");
		break;
	//5-1
	case "tools-for-bipolar-disorder.aspx":
		displayBlock("tools-and-resources-section");
		//displayBlock("tools-for-bipolar-disorder-subsection");
		changeClass("tools-for-bipolar-disorder", "sectionOn");
		changeClass("tools-and-resources", "topSectionOffInSection");
		break;
	//5-1-1
	case "conversation-kit.aspx":
		displayBlock("tools-and-resources-section");
		//displayBlock("tools-for-bipolar-disorder-subsection");
		changeClass("conversation-kit", "subSectionOn");
		changeClass("tools-and-resources", "topSectionOffInSection");
		changeClass("tools-for-bipolar-disorder", "sectionOffInSub");
		break;
	//5-2
	case "tools-for-schizophrenia.aspx":
		displayBlock("tools-and-resources-section");
		changeClass("tools-for-schizophrenia", "sectionOn");
		changeClass("tools-and-resources", "topSectionOffInSection");
		break;
	//5-3
	case "tools-for-family-and-friends.aspx":
		displayBlock("tools-and-resources-section");
		changeClass("tools-for-family-friends", "sectionOn");
		changeClass("tools-and-resources", "topSectionOffInSection");
		break;
	//5-4
	case "resources.aspx":
		displayBlock("tools-and-resources-section");
		changeClass("resources", "sectionOn");
		changeClass("tools-and-resources", "topSectionOffInSection");
		break;
		
	//6-0, 7-0, other and default settings are already set by css
}

