function showTitle(txt) {
	var d = document.getElementById('galleryTitle');
	if (d) {
		d.innerHTML = txt;
	}
}
