function switchRvImage(newSrc, newAlt, newTitle, imageId) {
	$(".rv-image-popup").hide();
	$("img[src='" + newSrc + "']").parent("a").show();
	
	$(".rv-image-description").hide();
	$("#rv-image-description-" + imageId).show();
}
