﻿// JavaScript Document
function mover(id){
document.getElementById(id).src='images/on_'+id+'.png';
}
function mout(id){
document.getElementById(id).src='images/'+id+'.png';
}