 function fnRollIn(button){
  document.getElementById(button).src="images/symbol.jpg";
 }

 function fnRollOut(button){
  document.getElementById(button).src="images/white.gif";
 } 
