$(function(){
	$('#visual').flash(
		{ src: 'img/top.swf',
			width: 851,
			height: 331,
			wmode: "transparent" },
			{ expressInstall: true }
	);
	
});