function btnOn(theBtn, onState) {
theBtn.src=onState;
}
function btnOff(theBtn, offState) {
theBtn.src=offState;
}
