
GalleryManager = {
	
	IS_ESI : "true",

	displayGallery : function(responseText) {
		
		if (document.getElementById("translated-text-1")){
			var transText1 = document.getElementById("translated-text-1");
			transText1.innerHTML = IMGGALL_IMAGE_NUMBER_IMAGE;
			var transText2 = document.getElementById("translated-text-2");
			transText2.innerHTML = IMGGALL_IMAGE_NUMBER_SEPERATOR;
		}
		if (document.getElementById("translated-text-3")){	
			var transText3 = document.getElementById("translated-text-3");
			transText3.innerHTML = IMGGALL_LINKS_TITLE;
		}
		if (document.getElementById("common")){
			var transTextFlash = document.getElementById("common");
			transTextFlash.setAttribute("watch_now",IMGGALL_FLASH_VIEW);
			transTextFlash.setAttribute("loading_text_prefix",IMGGALL_FLASH_LOADING);
			transTextFlash.setAttribute("image_copyright",IMGGALL_IMAGE_COPY);
			transTextFlash.setAttribute("theme_colour",IMGGALL_FLASH_COLOR);
		}
		
	}
}

