﻿// Archivo JScript

function fcResaltar(id){

 document.getElementById(id).style.fontWeight="bold";
 
}
