
toggleBox("showimage", 0);

function loadTour( tourPath, tourTitle, tourDesc ) {
	makeRequest( tourPath, "" );
	document.getElementById('tourDesc').innerHTML = tourDesc;
	document.getElementById('tourTitle').innerHTML = tourTitle;
}