function imageSwap(TRGT, DRCT) {		document.getElementById('mainImage').src=DRCT + "/" + TRGT + ".jpg";	}