function translate(langto) {

	var URL = location.href;


	var trurl = "translate.php?langto="+langto+"&url="+URL;
	window.location=trurl;
	
}