function goLite(f,b,c)
{
   	window.document[f][b].style.color = c;
   	
}

function goDim(f,b,c)
{
  	 window.document[f][b].style.color = c;
  	
}
