function imgSwap(_this, _state) {
	_this.src = "images/" + _this.id + "_" + _state + ".jpg";
}