function swapImage( objImage, strStatus ) {
	objImage.src = "media/images/" + objImage.id + "_" + strStatus + ".gif";
}