function Language()
{	var opcion = document.lang.language.options[document.lang.language.selectedIndex].value;
	var sPath = window.location.pathname;
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
	document.location=sPage+"?l="+opcion;
}