// JavaScript Document for Careers Changer

function showHidecareers1() {
	var C1_Txt=document.getElementById('careers1');
		if (C1_Txt.style.display == 'none') {
			C1_Txt.style.display = 'block';
		}else {
			C1_Txt.style.display = 'none';
		}
}

function showHidecareers2() {
	var C2_Txt=document.getElementById('careers2');
		if (C2_Txt.style.display == 'none') {
			C2_Txt.style.display = 'block';
		}else {
			C2_Txt.style.display = 'none';
		}
}

function showHidecareers3() {
	var C3_Txt=document.getElementById('careers3');
		if (C3_Txt.style.display == 'none') {
			C3_Txt.style.display = 'block';
		}else {
			C3_Txt.style.display = 'none';
		}
}

function showHidecareers4() {
	var C4_Txt=document.getElementById('careers4');
		if (C4_Txt.style.display == 'none') {
			C4_Txt.style.display = 'block';
		}else {
			C4_Txt.style.display = 'none';
		}
}

function showHidecareers5() {
	var C5_Txt=document.getElementById('careers5');
		if (C5_Txt.style.display == 'none') {
			C5_Txt.style.display = 'block';
		}else {
			C5_Txt.style.display = 'none';
		}
}
function showHidecareers6() {
	var C6_Txt=document.getElementById('careers6');
		if (C6_Txt.style.display == 'none') {
			C6_Txt.style.display = 'block';
		}else {
			C6_Txt.style.display = 'none';
		}
}

