function ChangeTestimonial(counter, img, alt) {
	document.getElementById('testimonialMainImg' + counter).src = '/images/testimonials/' + img;
	document.getElementById('testimonialText' + counter).innerHTML = alt;
}
