function createGallery(pElementName, pImageFile){
	document.getElementById(pElementName).src = pImageFile;
}