jQuery(function($){
	$('#top_main').flash({
			swf: '../toppage/images/top.swf',
			width: '647',
			height: '313',
			params: {
				allowScriptAccess: 'always',
				wmode: 'transparent'
			}
	});
});

jQuery(function($){
	$('#banners_switch').flash({
			swf: '../toppage/images/banners_switch.swf',
			width: '288',
			height: '189',
			params: {
				allowScriptAccess: 'always',
				wmode: 'transparent'
			}
	});
});
