

function swap(photo_gallery, number) {
	document.getElementById('main_photo').style.background = "url('../images/gallery_" + photo_gallery + "/img" + number + ".jpg')";
}