function on(img) {
  document[img].src=eval(img+'on').src;
}

function off(img) {
  document[img].src=eval(img+'off').src;
}
