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