
function SwapButton() {
  document.Button.src="../images/demo-button-O.png"
}
function SwapButtonBack() {
  document.Button.src="../images/demo-button.png"
}
					  
