// JavaScript Document

function changeLanguage(lang,url){
		if(url!="")
			document.location.href=url;
			
}
