function IrEspec(urihome,valor){
	var loc = urihome.replace("xxx",valor);
	if (urihome != "---") document.location.href = loc;
}