function changeIMG(newImg){

  document.getElementById('photo').src = 'modules/Gallery/images/'+newImg+'.jpg';

}
