function showImage(imageUrl)
{
	document.getElementById('galleryBigImage').innerHTML = '<img src="'+imageUrl+'" />';
}

