// JavaScript initialization
	window.onload = init;

	function init(){
	
		initSlideShow();
		getFileImage();
	}