//onimg = new Image();
//onimg.src = "images/onbutton.gif";

function swapon(it, img){
	it.src = "/images/button" + img + "d.jpg";
}

function swapoff(it, img){
	it.src = "/images/button" + img + "u.jpg";
}