// JavaScript Document

function funLang(name,location){
	//alert(location);
		document.location.href='languages/language_select.php?lang='+name+'&location='+location;
}
