function swapMainImage(imgId,url){
	img = document.getElementById(imgId);
	img.src = url;
}