// JavaScript Document
	function IrPage(strIdiomaInicio,strIdiomaFinal) {
		url = this.location.href;
		this.location.href = url.replace(strIdiomaInicio, strIdiomaFinal);		
	}
