

var tourPhotos = new Array();

function showTourPhoto(pic, thumb)
{
	var thumbs = document.getElementById('thumbs');
	
	document.getElementById('tourPhoto').src = 'images/' + pic + '.jpg';
	thumb.className = "selected";
}