/* Local JS functions for show-hide groups*/
function tab1() {
	toggle ('menu', 'tab1');
	toggle ('header','header_tab1');
	document.title = "Medical Assisting Diploma | Dental Assisting | Paralegal";
	toggle ('cta','cta_tab1');
}

function tab2() {
	toggle ('menu', 'tab2');
	toggle ('header','header_tab2');
	document.title = "Medical Assisting Diploma | Dental Assisting | Paralegal";
	toggle ('cta','cta_tab2');
}
function tab3() {
	toggle ('menu', 'tab3');
	toggle ('header','header_tab3');
	document.title = "Accounting Degree | Bookkeeping Diploma | Business Diploma";
	toggle ('cta','cta_tab3');
}
function tab4() {
	toggle ('menu', 'tab4');
	toggle ('header','header_tab4');
	document.title = "Criminal Investigations | Homeland Security Classes";
	toggle ('cta','cta_tab4');
}
function tab5() {
	toggle ('menu', 'tab5');
	toggle ('header','header_tab5');
	document.title = "Paralegal Diploma and Degrees | Legal Admin. Asst. Diploma";
	toggle ('cta','cta_tab5');
}
function tab6() {
	toggle ('menu', 'tab6');
	toggle ('header','header_tab6');
	document.title = "Medical Assisting | Massage Therapy | Pharmacy Tech diploma";
	toggle ('cta','cta_tab6');
}
function tab7() {
	toggle ('menu', 'tab7');
	toggle ('header','header_tab7');
	document.title = "Computer Information Sciences Degrees at Everest College";
	toggle ('cta','cta_tab7');
}
function tab8() {
	toggle ('menu', 'tab8');
	toggle ('header','header_tab8');
	document.title = "Career Education: Electrician Diploma | Executive Asst. Degree";
	toggle ('cta','cta_tab8');
}
function tab9() {
	toggle ('menu', 'tab9');
	toggle ('header','header_tab9');
	document.title = "Medical Assisting Diploma | Dental Assisting | Paralegal";
	toggle ('cta','cta_tab9');
}
function tab10() {
	toggle ('menu', 'tab10');
	toggle ('header','header_tab10');
	document.title = "Medical Assisting Diploma | Dental Assisting | Paralegal";
	toggle ('cta','cta_tab10');
}

/* Featured programs */ 
function Paralegal() {
	toggle ('menu', 'Paralegal');
	toggle ('header','header_Paralegal');
	document.title = "Paralegal Diploma | Paralegal Degree";
	toggle ('cta','cta_Paralegal');
}
function medical_assisting() {
	toggle ('menu', 'medical_assisting');
	toggle ('header','header_medical_assisting');
	document.title = "Medical Assisting Diploma | Medical Assisting Degree";
	toggle ('cta','cta_medical_assisting');
}
function medical_insurance_billing_and_coding() {
	toggle ('menu', 'medical_insurance_billing_and_coding');
	toggle ('header','header_medical_insurance_billing_and_coding');
	document.title = "Medical Insurance Billing and Coding";
	toggle ('cta','cta_medical_insurance_billing_and_coding');
}
function massage_therapy() {
	toggle ('menu', 'massage_therapy');
	toggle ('header','header_massage_therapy');
	document.title = "Massage Therapy Diploma at Everest College";
	toggle ('cta','cta_header_massage_therapy');
}
function dental_assisting() {
	toggle ('menu', 'dental_assisting');
	toggle ('header','header_dental_assisting');
	document.title = "Dental Assisting Diploma at Everest College ";
	toggle ('cta','cta_dental_assisting');
}
function pharmacy_technician() {
	toggle ('menu', 'pharmacy_technician');
	toggle ('header','header_pharmacy_technician');
	document.title = " Earn Your Pharmacy Technician Diploma at Everest College";
	toggle ('cta','header_pharmacy_technician');
}