
/* For use with testimonials */
function testm_ovr_img(obj,ovr) {
	if (ovr)
		obj.className = 'testm_img_ovr';
	else
		obj.className = 'testm_img';
}