// JavaScript Document
$(document).ready(function() {
	$('#flash-container').flash({
    src: '../f/culture.swf',
    width: 320,
    height: 404,
		wmode: "transparent",
		menu:false
});	
//	$("dl#attention dd").click(function() {
	//		$("#flash-container").empty();
	//$('#flash-container').flash({
  //  src: '../f/strategic.swf',
  //  width: 320,
  //  height: 404,
	//	wmode: "transparent"
	//});
//});
	
});
