// jsFunctions v1.20081119
// By John Kingsnorth

function gInfo(newTxt) {
  if ( !newTxt ) { document.getElementById('galleryInfo').innerHTML = ""; }
	else {document.getElementById('galleryInfo').innerHTML = newTxt; }
}