//*** JS CORE FILE  ***//

function bigImage(src) {
	$('bigPhoto').src = src;	
}