function changeContent(newImg) {
	document.images['switchImg'].src = './images/gallery/'+ newImg +'.jpg';
}