

function galleryImage(img)
{
	document.getElementById("bannerBg").style.backgroundImage="url("+img+")";
}

