// Language Change Code //
function changesection(lang){
	if(lang.value == "http://www.central-college.com"){
		location.href = lang.value;
	}
	else if(lang.value == "Japanese"){
		location.href = "http://www.central-college.com/Japanese/";
	}
	else if(lang.value == "S-Chinese"){
		location.href = "http://www.central-college.com/S-Chinese/";
	}
	else if(lang.value == "T-Chinese"){
		location.href = "http://www.central-college.com/T-Chinese/";
	}	
	else if(lang.value == "Dutch"){
		location.href = "http://translate.google.com/translate?u=http://www.central-college.com&sl=en&tl=nl&hl=&ie=UTF-8";
	}	
	else if(lang.value == "French"){
		location.href = "http://translate.google.com/translate?u=http://www.central-college.com&sl=en&tl=fr&hl=&ie=UTF-8";
	}	
	else if(lang.value == "German"){
		location.href = "http://translate.google.com/translate?u=http://www.central-college.com&sl=en&tl=de&hl=&ie=UTF-8";
	}	
	else if(lang.value == "Greek"){
		location.href = "http://translate.google.com/translate?u=http://www.central-college.com&sl=en&tl=el&hl=&ie=UTF-8";
	}	
	else if(lang.value == "Spanish"){
		location.href = "http://translate.google.com/translate?u=http://www.central-college.com&sl=en&tl=es&hl=&ie=UTF-8";
	}	
	else if(lang.value == "Korean"){
		location.href = "http://translate.google.com/translate?u=http://www.central-college.com&sl=en&tl=ko&hl=&ie=UTF-8";
	}	
	else if(lang.value == "Taiwanese"){
		location.href = "http://translate.google.com/translate?u=http://www.central-college.com&sl=en&tl=th&hl=&ie=UTF-8";
	}	
	
	}
