// JavaScript Document
function cambiarIdioma(value, cadena){
	//location.href="index.aspx?idi=" + value;
	location.href="/" + value;
}

function mostrarMenuHwOver(opcion) { try{document.getElementById(opcion).className="ulvisible"; } catch(objError){ return false;} }
function mostrarMenuHwOut(opcion) { try{document.getElementById(opcion).className="uloculta"; } catch(objError){ return false; } }
