function special_box_swapImage(obj,src) {
	obj.src = src;
}
