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

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