// JavaScript Document
function cambiarIdi(cual){
	document.location = "cambioIdioma.asp?idioma=" + cual;
}
