function swapon(it, img){
	it.src = "images/b" + img + "u.jpg";
}

function swapoff(it, img){
	it.src = "images/b" + img + ".jpg";
}