	function doFlash(){
		document.getElementById('photos').style.display = 'block';
		$(document).ready(function(){
			$('#photos').galleryView({
				panel_width: 719,
				panel_height: 212,
				frame_width: 70,
				frame_height: 50,
				filmstrip_size: 3,
				overlay_height: 0,	// メイン画像下の帯表示
				overlay_font_size: '1em',
				transition_speed: 800,		// 400
				transition_interval: 5000,
				overlay_opacity: 0.6,
				overlay_color: '#fff',
				background_color: '#fff',
				overlay_text_color: 'white',
				caption_text_color: 'white',
				border: '1px solid #cccccc',
				nav_theme: 'light',
				easing: 'swing',
				filmstrip_position: 'bottom',
				overlay_position: 'bottom',
				show_captions: false,
				fade_panels: true,
				pause_on_hover: false
			});
		});
	}

