﻿function galleryChange(id, str){
	$('#gmi').attr('src','images/gallery'+id+'.jpg');
	$('#galleryMainMessage').html(str);
}
