/* Local JS functions for show-hide groups*/
function tab1() {
	toggle ('menu', 'tab1');
	document.title = "Online Law School | Online Law Degrees | Concord Law School of Kaplan University";
}

function tab2() {
	toggle ('menu', 'tab2');
	document.title = "Online Law School | Online Law Degrees | Concord Law School of Kaplan University";
}
function tab3() {
	toggle ('menu', 'tab3');
	document.title = "Online Law School | Online Law Degrees | Concord Law School of Kaplan University";
}
function tab4() {
	toggle ('menu', 'tab4');
	document.title = "Accredited Online Law School | Online Law Degrees | Concord Law School of Kaplan University";
}

/* Featured programs */ 
function fp_jurisdoctor() {
	toggle ('menu', 'jurisdoctor');
	document.title = "Online Law School | Online Law Degrees | Concord Law School of Kaplan University";
}
function fp_executivejuris() {
	toggle ('menu', 'executivejuris');
	document.title = "Online Executive Juris Doctor(SM) Program | Online Law Degree | Concord Law School of Kaplan University";
}


