/* Local JS functions for show-hide groups*/


function tab1() {
	toggle ('menu', 'tab1');
	toggle ('fp','tab1-fp');
	document.title = "NCU Online Master's and PhD Programs: Business | Education | Psychology";
}

function tab2() {
	toggle ('menu', 'tab2');
	toggle ('fp','tab2-fp');
	document.title = "NCU School of Business & Technology Management";
}
function tab3() {
	toggle ('menu', 'tab3');
	toggle ('fp','tab3-fp');
		show ('fp_education');	// this is here to show the featured program section, because theres only one program at the moment.  remove this fuction when more programs are added to the education section	
	document.title = "NCU School of Education";
}
function tab4() {
	toggle ('menu', 'tab4');
	toggle ('fp','tab4-fp');
			show ('fp_psychology'); // this is here to show the featured program section, because theres only one program at the moment.  remove this fuction when more programs are added to the psychology section
	document.title = "NCU School of Psychology | Online Psychology MA | Online Psychology PhD | More";
}

/* Featured programs */ 
function accountingcertificate() {
	toggle ('menu', 'accountingcertificate');
	toggle ('fp','tab2-fp');
	document.title = "NCU Online Advanced Accounting Certificate";
}
function cpacertificate() {
	toggle ('menu', 'cpacertificate');
	toggle ('fp','tab2-fp');
	document.title = "NCU Online CPA Exam Preparation Certificate";
}
function mba_cj() {
	toggle ('menu', 'mba_cj');
	toggle ('fp','tab2-fp');
	document.title = "NCU Online MBA: Criminal Justice Specialization";
}
function mba_healthcare() {
	toggle ('menu', 'mba_healthcare');
	toggle ('fp','tab2-fp');
	document.title = "NCU Online MBA: Health Care Administration Specialization";
}
function mba_management() {
	toggle ('menu', 'mba_management');
	toggle ('fp','tab2-fp');
	document.title = "NCU Online MBA: Management Specialization";
}
function med_curriculum() {
	toggle ('menu', 'med_curriculum');
		toggle ('fp','tab3-fp');
		hide ('fp_education');	// this is here to hide the featured program section, because theres only one program at the moment.  remove this fuction when more programs are added to the education section
	document.title = "NCU Online MED: Curriculum and Teaching Specialization";
}
function ma_healthpsychology() {
	toggle ('menu', 'ma_healthpsychology');
		toggle ('fp','tab4-fp');
		hide ('fp_psychology'); // this is here to hide the featured program section, because theres only one program at the moment.  remove this fuction when more programs are added to the psychology section
	document.title = "NCU Online MA in Psychology: Health Psychology/Behavioral Medicine Specialization";
}
