function seleccionado(id,txt)
{
	var dc = document.getElementById(id);
	dc.innerHTML = '<strong>&raquo&nbsp;'+txt+'</strong>';
	return true;
}