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