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

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