// JavaScript Document

function swapPhoto2(photoSRC) {
	document.images.imgPhoto2.src = "img/fest/" + photoSRC
    }

	
