function red(el) 
{ 
el.style.color='#B5B3B3'; 
}

function black(el) 
{ 
el.style.color='#d1cfcf'; 
} 
