/* Local JS functions for show-hide groups*/
function tab1() {
	toggle ('menu', 'tab1');
	toggle ('header','header_tab1');
	document.title = "Grand Canyon University | Nursing Degrees | Education Courses | M.B.A.";
	toggle ('cta','cta_tab1');
}

function tab2() {
	toggle ('menu', 'tab2');
	toggle ('header','header_tab2');
	document.title = "Grand Canyon University | Nursing Degrees | Education Courses | M.B.A.";
	toggle ('cta','cta_tab2');
}
function tab3() {
	toggle ('menu', 'tab3');
	toggle ('header','header_tab3');
	document.title = "Grand Canyon University | Military Friendly Degrees | Military Scholarship | Montgomery GI Bill";
	toggle ('cta','cta_tab3');
}
function tab4() {
	toggle ('menu', 'tab4');
	toggle ('header','header_tab4');
	document.title = "Grand Canyon University | Christian Studies Degrees | Ministry Courses | More";
	toggle ('cta','cta_tab4');
}
function tab5() {
	toggle ('menu', 'tab5');
	toggle ('header','header_tab5');
	document.title = "Grand Canyon University | M.B.A. Degrees | Accounting Courses | Finance M.B.A.";
	toggle ('cta','cta_tab5');
}
function tab6() {
	toggle ('menu', 'tab6');
	toggle ('header','header_tab6');
	document.title = "Grand Canyon University | Education Degrees | Special Education Courses | TESOL M.Ed.";
	toggle ('cta','cta_tab6');
}
function tab7() {
	toggle ('menu', 'tab7');
	toggle ('header','header_tab7');
	document.title = "Grand Canyon University | Communications Degrees | Graphic Design Classes | Psychology Degree";
	toggle ('cta','cta_tab7');
}
function tab8() {
	toggle ('menu', 'tab8');
	toggle ('header','header_tab8');
	document.title = "Grand Canyon University | Bachelor of Science in Nursing | Nursing Classes | Health Care Administration Degree";
	toggle ('cta','cta_tab8');
}
function tab9() {
	toggle ('menu', 'tab9');
	toggle ('header','header_tab9');
	document.title = "Grand Canyon University | Master's Degrees | M.B.A. with an Emphasis in Accounting | More";
	toggle ('cta','cta_tab9');
}
function tab10() {
	toggle ('menu', 'tab10');
	toggle ('header','header_tab10');
	document.title = "Grand Canyon University | Christian Studies Degree | Master's in Addiction Counseling | More";
	toggle ('cta','cta_tab10');
}

/* Featured programs */ 

/* Business */
function bs_accounting() {
	toggle ('menu', 'bs_accounting');
	toggle ('header','header_bs_accounting');
	document.title = "Grand Canyon University | Accounting Degree| Online Degree in Accounting |Accounting Classes";
	toggle ('cta','cta_tab5');
}
function mba_accounting() {
	toggle ('menu', 'mba_accounting');
	toggle ('header','header_mba_accounting');
	document.title = "Grand Canyon University | Online Accounting M.B.A. | Online Accounting Classes";
	toggle ('cta','cta_tab5');
}
function mba_finance() {
	toggle ('menu', 'mba_finance');
	toggle ('header','header_mba_finance');
	document.title = "Grand Canyon University | M.B.A. with an Emphasis in Finance| Online Finance Classes";
	toggle ('cta','cta_tab5');
}
function mba_marketing() {
	toggle ('menu', 'mba_marketing');
	toggle ('header','header_mba_marketing');
	document.title = "Grand Canyon University | M.B.A. with an Emphasis in Marketing| Online Marketing Classes";
	toggle ('cta','cta_tab5');
}

/* Education */
function org_leadership() {
	toggle ('menu', 'org_leadership');
	toggle ('header','header_org_leadership');
	document.title = "Grand Canyon University | Ed.D. in Organizational Leadership| Online Leadership Classes";
	toggle ('cta','cta_tab6');
}
function bs_secondEdu() {
	toggle ('menu', 'bs_secondEdu');
	toggle ('header','header_bs_secondEdu');
	document.title = "Grand Canyon University | Bachelor of Science in Secondary Education | Teacher Prep Courses";
	toggle ('cta','cta_tab6');
}
function med_specialEd() {
	toggle ('menu', 'med_specialEd');
	toggle ('header','header_med_specialEd');
	document.title = "Grand Canyon University | Master of Education in Special Education | Online Special Education Courses";
	toggle ('cta','cta_tab6');
}
function med_tesol() {
	toggle ('menu', 'med_tesol');
	toggle ('header','header_med_tesol');
	document.title = "Grand Canyon University | Master of Education in TESOL |Online TESOL Classes";
	toggle ('cta','cta_tab6');
}

/* Nursing and Health Sciences */
function rn_bsn() {
	toggle ('menu', 'rn_bsn');
	toggle ('header','header_rn_bsn');
	document.title = "Grand Canyon University | Online RN to B.S.N. Program | Bachelor of Science in Nursing";
	toggle ('cta','cta_tab8');
}
function bs_respiratoryCare() {
	toggle ('menu', 'bs_respiratoryCare');
	toggle ('header','header_bs_respiratoryCare');
	document.title = "Grand Canyon University | Bachelor of Science in Respiratory Care | Respiratory Care Courses";
	toggle ('cta','cta_tab8');
}
function bs_medicalImaging() {
	toggle ('menu', 'bs_medicalImaging');
	toggle ('header','header_bs_medicalImaging');
	document.title = "Grand Canyon University | Bachelor of Science in Medical Imaging Service | Medical Imaging Service Courses";
	toggle ('cta','cta_tab8');
}
function ms_nursingEdu() {
	toggle ('menu', 'ms_nursingEdu');
	toggle ('header','header_ms_nursingEdu');
	document.title = "Grand Canyon University | Master of Science in Nursing: Nurse Education | Online Nurse Educator Courses";
	toggle ('cta','cta_tab8');
}