onimg = new Image();
onimg.src = "/images/onbutton.gif";

function onbutton(it){
	it.style.backgroundImage = "url('/images/onbutton.gif')";
	it.style.color = "#6c5710";
}

function offbutton(it){
	it.style.backgroundImage = "url('/images/offbutton.gif')";
	it.style.color = "#EEE3BF";
}