/* Local JS functions for show-hide groups*/
function tab1() {
	toggle ('menu', 'tab1');
	toggle ('header','header_tab1');
	document.title = "International Academy of Design & Technology Online |Online Design School |Online Design Classes";
}

function tab2() {
	toggle ('menu', 'tab2');
	toggle ('header','header_tab2');
	document.title = "International Academy of Design & Technology Online Programs|Online Design Classes";
}
function tab3() {
	toggle ('menu', 'tab3');
	toggle ('header','header_tab3');
	document.title = "International Academy of Design & Technology Online Accreditation";
}
function tab4() {
	toggle ('menu', 'tab4');
	toggle ('header','header_tab4');
	document.title = "International Academy of Design & Technology Online Financial Aid";
}
function tab5() {
	toggle ('menu', 'tab5');
	toggle ('header','header_tab5');
	document.title = "Online Advertising and Design Bachelor's Degree |Online Advertising Courses| Online Design Courses";
}
function tab6() {
	toggle ('menu', 'tab6');
	toggle ('header','header_tab6');
	document.title = "Online Digital Media Production Bachelor's Degree | Online Digital Media Production Courses";
}
function tab7() {
	toggle ('menu', 'tab7');
	toggle ('header','header_tab7');
	document.title = "Online Fashion Merchandising Bachelor's Degree | Online Fashion Courses";
}
function tab8() {
	toggle ('menu', 'tab8');
	toggle ('header','header_tab8');
	document.title = "Online Game Production Bachelor's Degree | Online Game Production Courses";
}
function tab9() {
	toggle ('menu', 'tab9');
	toggle ('header','header_tab9');
	document.title = "Online Graphic Design Degrees | Online Graphic Design Courses |Online Graphic Design Training";
}
function tab10() {
	toggle ('menu', 'tab10');
	toggle ('header','header_tab10');
	document.title = "Online Web Design Associate's Degree | Online Web Design Courses |Online Training in Web Design";
}
function tab11() {
	toggle ('menu', 'tab11');
	toggle ('header','header_tab11');
	document.title = "Online Web Development Bachelor's Degree | Online Web Development Courses |Online Training in Web Development";
}