/*
=============================================================
						 COPY RIGHTS			
			-------------------------------------
			Przedsiebiorstwo Informatyczne WTSOFT
			-------------------------------------
=============================================================
*/
function changePhoto(dirImg){
//	$('.bigPhoto img').attr('src',dirImg);
	var imgEl = document.getElementById('bigPhotoImg');
	imgEl.src = dirImg;
}
