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

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